#120072

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

Shades of Navy #120072

Tints of Navy #120072

Color information

#120072 (or 0x120072) is unknown color: approx Navy. HEX triplet: 12, 00 and 72. RGB value is (18,0,114). Sum of RGB (Red+Green+Blue) = 18+0+114=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 114 (44.92% from 255 or 86.36% from 132); Max value from RGB is 114 - color contains mainly: blue. Hex color #120072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120072 is #EDFF8D. Grayscale: #111111. Windows color (decimal): -15597454 or 7471122. OLE color: 7471122.

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

Color convert

RGB180114-
CMYK0.84100.55
HSL249.47º100%22.35%-
HSV(B)249.47º100%44.71%-
XYZ3.291.3416.01-
YUV18.38181.96127.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 86.36%
R=13.64%
G=0%
B=86.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1801140.84100.55249.4710022.35
Hex120725464037f96416
Octal22016212414406737114426
Binary100100111001010101001100100011011111111001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120072; }

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

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

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

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

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

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

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

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