#120076

Color #120076 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #120076

Tints of Navy #120076

Color information

#120076 (or 0x120076) is unknown color: approx Navy. HEX triplet: 12, 00 and 76. RGB value is (18,0,118). Sum of RGB (Red+Green+Blue) = 18+0+118=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 118 (46.48% from 255 or 86.76% from 136); Max value from RGB is 118 - color contains mainly: blue. Hex color #120076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120076 is #EDFF89. Grayscale: #121212. Windows color (decimal): -15597450 or 7733266. OLE color: 7733266.

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

Color convert

RGB180118-
CMYK0.85100.54
HSL249.15º100%23.14%-
HSV(B)249.15º100%46.27%-
XYZ3.521.4417.23-
YUV18.83183.96127.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 86.76%
R=13.24%
G=0%
B=86.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1801180.85100.54249.1510023.14
Hex120765564036f96417
Octal22016612514406637114427
Binary100100111011010101011100100011011011111001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120076; }

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

 H1.HeaderClassName
 {
   color: #120076;
 }
 .AnyTagClassName
 {
   color: #120076;
 }
</style>
background-color css

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

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

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

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

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

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