COLOR #00121E

HEX: #00121E
RGB: (0,18,30)

Renk bilgisi

#00121E contains only green and blue colors. #00121E ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#00121E color RGB value is (0,18,30).

  • kırmız ton 0;
  • yeşil ton 18;
  • mavi ton 30.
RGB:
(0,18,30)
(0%,7%,12%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 18 of 255 = 7%
B 30 of 255 = 12%

0
18
30

R + G + B ~ 6%. #00121E is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 18 + 30 = 48 (100%)
R 0 of 48 ~ 0%
G 18 of 48 ~ 37.5%
B 30 of 48 ~ 62.5%

%37.5
%62.5

CMYK RENK MODELİ

#00121E rengi CMYK tonu (100,40,0,88).

  • camgöbeği tonu 100.00%
  • eflatun tonu 40.00%
  • sarı tonu 0.00%
  • ana renk tonu 88.24%
CMYK:
(100,40,0,88)
C100M40Y0K88 
(100%,40%,0%,88%)
(1.00/0.40/0.00/0.88)	

CMYK yüzdeleri

%100
%40
%0
%88.24

Codes

Color #00121E in popluar color models

00121E
RGB01830
HSL204°100.00%5.88%
HSB/HSV204°100.00%11.76%
CMYK100.00%40.00%0.00%
88.24%

Color #00121E in popluar number systems.

HEX00121E
Decimal01830
Binary01001011110
Octal02236

Shades and tints

Shades of #00121E

#00121E
(0,18,30)
#00111C
(0,17,28)
#00101A
(0,16,26)
#000F18
(0,15,24)
#000E16
(0,14,22)
#000D14
(0,13,20)
#000C12
(0,12,18)
#000B10
(0,11,16)
#000A0E
(0,10,14)
#00090C
(0,9,12)
#00080A
(0,8,10)
#000000
(0,0,0)

Tints of #00121E

#00121E
(0,18,30)
#172732
(23,39,50)
#2E3C46
(46,60,70)
#45515A
(69,81,90)
#5C666E
(92,102,110)
#737B82
(115,123,130)
#8A9096
(138,144,150)
#A1A5AA
(161,165,170)
#B8BABE
(184,186,190)
#CFCFD2
(207,207,210)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00121E color. Also use rgb(0,18,30) instead hex code.

Text Font Color

.myTextColor { color: #00121E; }

<p style="color:#00121E">This sample text font color is #00121E.</p>

This text font color is #00121E.


Background Color

.myBgColor { background-color: #00121E; }

<div style="background-color:#00121E">Inner text</div>

This div background color is #00121E.


Border color

.myBorderColor { border: 1px solid #00121E; }

<div style="border:3px solid #00121E">Div</div>

This div border color is #00121E.


Opacity

.myOpacity80 { color: #00121E; opacity: 0.8; }

<p style="color:#00121E;opacity:0.8;">80%</p>

Text with #00121E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00121E;}

<p style="text-shadow: 3px 3px 1px #00121E">Text here.</p>

This text has shadow with #00121E color.

.textShadow {text-shadow: 3px 3px 1px #00121E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00121E, 5px 5px 20px red">Text here.</p>

This text has shadow with #00121E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00121E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00121E, Direction=45, Strength=4)">Text</p>

This text has shadow with #00121E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00121E;
  -webkit-box-shadow:	1px 1px 3px 2px #00121E;
  box-shadow:		1px 1px 3px 2px #00121E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00121E;
-webkit-box-shadow: 1px 1px 3px 2px #00121E;
box-shadow:1px 1px 3px 2px #00121E;">
Div content here</div>
This div box has shadow with color #00121E.

Preview

Color preview on black background

This text has color #00121E on black background.


Color preview on white background

This text has color #00121E on white background.



Black color preview on #00121E background

This text has black color on #00121E background.


White color preview on #00121E background

This text has white color on #00121E background.