Html Css Color HEX #120576 Navy

📋 copy color: '#120576'

red 18 ◦ green 5 ◦ blue 118

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

Shades of Navy #120576

Tints of Navy #120576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.55%

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

R = 12.77%
G = 3.55%
B = 83.69%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#120576 (or 0x120576) is known color: Navy. HEX triplet: 12, 05 and 76. RGB value is (18,5,118). Sum of RGB (Red+Green+Blue) = 18+5+118=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #120576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120576 is #EDFA89. Grayscale: #151515. Windows color (decimal): -15596170 or 7734546. OLE color: 7734546.

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

Color convert

RGB 18 5 118 -
CMYK 0.85 0.96 0 0.54
HSL 246.9º 0.92% 0.24% -
HSV(B) 246.9º 0.96% 0.46% -
XYZ 3.57 1.55 17.25 -
YUV 21.77 182.31 125.31 -
System Red Green Blue C M Y K H S L
Decimal 18 5 118 0.85 0.96 0 0.54 246.9 0.92 0.24
Hex 12 5 76 55 60 0 36 F7 5C 18
Octal 22 5 166 125 140 0 66 367 134 30
Binary 10010 101 1110110 1010101 1100000 0 110110 11110111 1011100 11000

Color Harmonies of #120576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120576

Black with #120576

Text Example


Text Example

White with #120576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120576; }

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

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

background-color css

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

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

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

border-color css

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

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

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