Html Css Color HEX #120477 Navy

📋 copy color: '#120477'

red 18 ◦ green 4 ◦ blue 119

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

Shades of Navy #120477

Tints of Navy #120477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.84%

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

R = 12.77%
G = 2.84%
B = 84.4%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#120477 (or 0x120477) is known color: Navy. HEX triplet: 12, 04 and 77. RGB value is (18,4,119). Sum of RGB (Red+Green+Blue) = 18+4+119=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #120477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120477 is #EDFB88. Grayscale: #141414. Windows color (decimal): -15596425 or 7799826. OLE color: 7799826.

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

Color convert

RGB 18 4 119 -
CMYK 0.85 0.97 0 0.53
HSL 247.3º 0.93% 0.24% -
HSV(B) 247.3º 0.97% 0.47% -
XYZ 3.62 1.55 17.56 -
YUV 21.3 183.14 125.65 -
System Red Green Blue C M Y K H S L
Decimal 18 4 119 0.85 0.97 0 0.53 247.3 0.93 0.24
Hex 12 4 77 55 61 0 35 F7 5D 18
Octal 22 4 167 125 141 0 65 367 135 30
Binary 10010 100 1110111 1010101 1100001 0 110101 11110111 1011101 11000

Color Harmonies of #120477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120477

Black with #120477

Text Example


Text Example

White with #120477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120477; }

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

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

background-color css

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

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

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

border-color css

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

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

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