COLOR #001209

HEX: #001209
RGB: (0,18,9)

Renk bilgisi

#001209 contains only green and blue colors. #001209 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#001209 color RGB value is (0,18,9).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 18 of 255 = 7%
B 9 of 255 = 4%

0
18
9

R + G + B ~ 4%. #001209 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 18 + 9 = 27 (100%)
R 0 of 27 ~ 0%
G 18 of 27 ~ 66.67%
B 9 of 27 ~ 33.33%

%66.67
%33.33

CMYK RENK MODELİ

#001209 rengi CMYK tonu (100,0,50,93).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 50.00%
  • ana renk tonu 92.94%
CMYK:
(100,0,50,93)
C100M0Y50K93 
(100%,0%,50%,93%)
(1.00/0.00/0.50/0.93)	

CMYK yüzdeleri

%100
%0
%50
%92.94

Codes

Color #001209 in popluar color models

001209
RGB0189
HSL150°100.00%3.53%
HSB/HSV150°100.00%7.06%
CMYK100.00%0.00%50.00%
92.94%

Color #001209 in popluar number systems.

HEX001209
Decimal0189
Binary0100101001
Octal02211

Shades and tints

Shades of #001209

#001209
(0,18,9)
#001109
(0,17,9)
#001009
(0,16,9)
#000F09
(0,15,9)
#000E09
(0,14,9)
#000D09
(0,13,9)
#000C09
(0,12,9)
#000B09
(0,11,9)
#000A09
(0,10,9)
#000909
(0,9,9)
#000809
(0,8,9)
#000000
(0,0,0)

Tints of #001209

#001209
(0,18,9)
#17271F
(23,39,31)
#2E3C35
(46,60,53)
#45514B
(69,81,75)
#5C6661
(92,102,97)
#737B77
(115,123,119)
#8A908D
(138,144,141)
#A1A5A3
(161,165,163)
#B8BAB9
(184,186,185)
#CFCFCF
(207,207,207)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001209; }

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

This text font color is #001209.


Background Color

.myBgColor { background-color: #001209; }

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

This div background color is #001209.


Border color

.myBorderColor { border: 1px solid #001209; }

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

This div border color is #001209.


Opacity

.myOpacity80 { color: #001209; opacity: 0.8; }

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

Text with #001209 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 #001209;}

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

This text has shadow with #001209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001209 on black background.


Color preview on white background

This text has color #001209 on white background.



Black color preview on #001209 background

This text has black color on #001209 background.


White color preview on #001209 background

This text has white color on #001209 background.