Html Css Color HEX #120478 Navy

📋 copy color: '#120478'

red 18 ◦ green 4 ◦ blue 120

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

Shades of Navy #120478

Tints of Navy #120478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 84.51%

R = 12.68%
G = 2.82%
B = 84.51%

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

#120478 (or 0x120478) is known color: Navy. HEX triplet: 12, 04 and 78. RGB value is (18,4,120). Sum of RGB (Red+Green+Blue) = 18+4+120=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 120 (47.27% from 255 or 84.51% from 142); Max value from RGB is 120 - color contains mainly: blue. Hex color #120478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120478 is #EDFB87. Grayscale: #141414. Windows color (decimal): -15596424 or 7865362. OLE color: 7865362.

HSL color Cylindrical-coordinate representation of color #120478: hue angle of 247.24º degrees, saturation: 0.94, 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 #120478 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 4 120 -
CMYK 0.85 0.97 0 0.53
HSL 247.24º 0.94% 0.24% -
HSV(B) 247.24º 0.97% 0.47% -
XYZ 3.68 1.57 17.88 -
YUV 21.41 183.64 125.57 -
System Red Green Blue C M Y K H S L
Decimal 18 4 120 0.85 0.97 0 0.53 247.24 0.94 0.24
Hex 12 4 78 55 61 0 35 F7 5E 18
Octal 22 4 170 125 141 0 65 367 136 30
Binary 10010 100 1111000 1010101 1100001 0 110101 11110111 1011110 11000

Color Harmonies of #120478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120478

Black with #120478

Text Example


Text Example

White with #120478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120478; }

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

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

background-color css

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

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

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

border-color css

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

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

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