#120173

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

Shades of Navy #120173

Tints of Navy #120173

Color information

#120173 (or 0x120173) is unknown color: approx Navy. HEX triplet: 12, 01 and 73. RGB value is (18,1,115). Sum of RGB (Red+Green+Blue) = 18+1+115=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 115 (45.31% from 255 or 85.82% from 134); Max value from RGB is 115 - color contains mainly: blue. Hex color #120173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120173 is #EDFE8C. Grayscale: #121212. Windows color (decimal): -15597197 or 7536914. OLE color: 7536914.

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

Color convert

RGB181115-
CMYK0.840.9900.55
HSL248.95º98.28%22.75%-
HSV(B)248.95º99.13%45.1%-
XYZ3.351.3916.31-
YUV19.08182.13127.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 115 (45.31% from 255) = 85.82%
R=13.43%
G=0.75%
B=85.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1811150.840.9900.55248.9598.2822.75
Hex121735463037f96217
Octal22116312414306737114227
Binary100101111001110101001100011011011111111001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120173; }

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

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

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

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

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

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

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

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