#120070

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

Shades of Navy #120070

Tints of Navy #120070

Color information

#120070 (or 0x120070) is unknown color: approx Navy. HEX triplet: 12, 00 and 70. RGB value is (18,0,112). Sum of RGB (Red+Green+Blue) = 18+0+112=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 112 (44.14% from 255 or 86.15% from 130); Max value from RGB is 112 - color contains mainly: blue. Hex color #120070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120070 is #EDFF8F. Grayscale: #111111. Windows color (decimal): -15597456 or 7340050. OLE color: 7340050.

HSL color Cylindrical-coordinate representation of color #120070: hue angle of 249.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120070 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB180112-
CMYK0.84100.56
HSL249.64º100%21.96%-
HSV(B)249.64º100%43.92%-
XYZ3.171.315.41-
YUV18.15180.96127.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 86.15%
R=13.85%
G=0%
B=86.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1801120.84100.56249.6410021.96
Hex120705464038fa6416
Octal22016012414407037214426
Binary100100111000010101001100100011100011111010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120070; }

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

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

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

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

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

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

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

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