Html Css Color HEX #12006E Navy

📋 copy color: '#12006E'

red 18 ◦ green 0 ◦ blue 110

#12006E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #12006E

Tints of Navy #12006E

RGB

 RED value IS 18 (7.42% from 255) = 14.06%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 85.94%

R = 14.06%
G = 0%
B = 85.94%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#12006E (or 0x12006E) is known color: Navy. HEX triplet: 12, 00 and 6E. RGB value is (18,0,110). Sum of RGB (Red+Green+Blue) = 18+0+110=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 110 (43.36% from 255 or 85.94% from 128); Max value from RGB is 110 - color contains mainly: blue. Hex color #12006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12006E is #EDFF91. Grayscale: #111111. Windows color (decimal): -15597458 or 7208978. OLE color: 7208978.

HSL color Cylindrical-coordinate representation of color #12006E: hue angle of 249.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12006E is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 0 110 -
CMYK 0.84 1 0 0.57
HSL 249.82º 1% 0.22% -
HSV(B) 249.82º 1% 0.43% -
XYZ 3.06 1.25 14.83 -
YUV 17.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 18 0 110 0.84 1 0 0.57 249.82 1 0.22
Hex 12 0 6E 54 64 0 39 FA 64 16
Octal 22 0 156 124 144 0 71 372 144 26
Binary 10010 0 1101110 1010100 1100100 0 111001 11111010 1100100 10110

Color Harmonies of #12006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12006E

Black with #12006E

Text Example


Text Example

White with #12006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12006E; }

 p { color: rgb(18,0,110); }

 H1.HeaderClassName
 {
   color: #12006E;
 }
 .AnyTagClassName
 {
   color: #12006E;
 }
</style>

background-color css

<style>
 a { background-color: #12006E; }

 a { background-color: rgb(18,0,110); }

 div.DivClassName
 {
   background-color: #12006E;
 }
 .BgClassName
 {
   background-color: #12006E;
 }
</style>

border-color css

<style>
 span { border-color: #12006E; }

 span { border-color: rgb(18,0,110); }

 td.TdClassName
 {
   border-color: #12006E;
 }
 .TagClassName
 {
   border-color: #12006E;
 }
</style>