#120171

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

Shades of Navy #120171

Tints of Navy #120171

Color information

#120171 (or 0x120171) is unknown color: approx Navy. HEX triplet: 12, 01 and 71. RGB value is (18,1,113). Sum of RGB (Red+Green+Blue) = 18+1+113=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 113 (44.53% from 255 or 85.61% from 132); Max value from RGB is 113 - color contains mainly: blue. Hex color #120171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120171 is #EDFE8E. Grayscale: #121212. Windows color (decimal): -15597199 or 7405842. OLE color: 7405842.

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

Color convert

RGB181113-
CMYK0.840.9900.56
HSL249.11º98.25%22.35%-
HSV(B)249.11º99.12%44.31%-
XYZ3.241.3415.71-
YUV18.85181.13127.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 113 (44.53% from 255) = 85.61%
R=13.64%
G=0.76%
B=85.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1811130.840.9900.56249.1198.2522.35
Hex121715463038f96216
Octal22116112414307037114226
Binary100101111000110101001100011011100011111001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120171; }

 p { color: rgb(18,1,113); }

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

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

 a { background-color: rgb(18,1,113); }

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

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

 span { border-color: rgb(18,1,113); }

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