Html Css Color HEX #120476 Navy

📋 copy color: '#120476'

red 18 ◦ green 4 ◦ blue 118

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

Shades of Navy #120476

Tints of Navy #120476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 84.29%

R = 12.86%
G = 2.86%
B = 84.29%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#120476 (or 0x120476) is known color: Navy. HEX triplet: 12, 04 and 76. RGB value is (18,4,118). Sum of RGB (Red+Green+Blue) = 18+4+118=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 118 (46.48% from 255 or 84.29% from 140); Max value from RGB is 118 - color contains mainly: blue. Hex color #120476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120476 is #EDFB89. Grayscale: #141414. Windows color (decimal): -15596426 or 7734290. OLE color: 7734290.

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

Color convert

RGB 18 4 118 -
CMYK 0.85 0.97 0 0.54
HSL 247.37º 0.93% 0.24% -
HSV(B) 247.37º 0.97% 0.46% -
XYZ 3.56 1.52 17.25 -
YUV 21.18 182.64 125.73 -
System Red Green Blue C M Y K H S L
Decimal 18 4 118 0.85 0.97 0 0.54 247.37 0.93 0.24
Hex 12 4 76 55 61 0 36 F7 5D 18
Octal 22 4 166 125 141 0 66 367 135 30
Binary 10010 100 1110110 1010101 1100001 0 110110 11110111 1011101 11000

Color Harmonies of #120476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120476

Black with #120476

Text Example


Text Example

White with #120476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120476; }

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

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

background-color css

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

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

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

border-color css

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

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

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