Html Css Color HEX #120077 Navy

📋 copy color: '#120077'

red 18 ◦ green 0 ◦ blue 119

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

Shades of Navy #120077

Tints of Navy #120077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 86.86%

R = 13.14%
G = 0%
B = 86.86%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#120077 (or 0x120077) is known color: Navy. HEX triplet: 12, 00 and 77. RGB value is (18,0,119). Sum of RGB (Red+Green+Blue) = 18+0+119=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 119 (46.88% from 255 or 86.86% from 137); Max value from RGB is 119 - color contains mainly: blue. Hex color #120077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120077 is #EDFF88. Grayscale: #121212. Windows color (decimal): -15597449 or 7798802. OLE color: 7798802.

HSL color Cylindrical-coordinate representation of color #120077: hue angle of 249.08º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120077 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 0 119 -
CMYK 0.85 1 0 0.53
HSL 249.08º 1% 0.23% -
HSV(B) 249.08º 1% 0.47% -
XYZ 3.58 1.46 17.55 -
YUV 18.95 184.46 127.32 -
System Red Green Blue C M Y K H S L
Decimal 18 0 119 0.85 1 0 0.53 249.08 1 0.23
Hex 12 0 77 55 64 0 35 F9 64 17
Octal 22 0 167 125 144 0 65 371 144 27
Binary 10010 0 1110111 1010101 1100100 0 110101 11111001 1100100 10111

Color Harmonies of #120077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120077

Black with #120077

Text Example


Text Example

White with #120077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120077; }

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

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

background-color css

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

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

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

border-color css

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

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

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