#120176

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

Shades of Navy #120176

Tints of Navy #120176

Color information

#120176 (or 0x120176) is unknown color: approx Navy. HEX triplet: 12, 01 and 76. RGB value is (18,1,118). Sum of RGB (Red+Green+Blue) = 18+1+118=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 118 (46.48% from 255 or 86.13% from 137); Max value from RGB is 118 - color contains mainly: blue. Hex color #120176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120176 is #EDFE89. Grayscale: #121212. Windows color (decimal): -15597194 or 7733522. OLE color: 7733522.

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

Color convert

RGB181118-
CMYK0.850.9900.54
HSL248.72º98.32%23.33%-
HSV(B)248.72º99.15%46.27%-
XYZ3.531.4617.23-
YUV19.42183.63126.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 118 (46.48% from 255) = 86.13%
R=13.14%
G=0.73%
B=86.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1811180.850.9900.54248.7298.3223.33
Hex121765563036f96217
Octal22116612514306637114227
Binary100101111011010101011100011011011011111001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120176; }

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

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

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

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

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

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

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

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