#160A79

Color #160A79 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #160A79

Tints of Midnight Blue #160A79

Color information

#160A79 (or 0x160A79) is unknown color: approx Midnight Blue. HEX triplet: 16, 0A and 79. RGB value is (22,10,121). Sum of RGB (Red+Green+Blue) = 22+10+121=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 121 (47.66% from 255 or 79.08% from 153); Max value from RGB is 121 - color contains mainly: blue. Hex color #160A79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160A79 is #E9F586. Grayscale: #191919. Windows color (decimal): -15332743 or 7932438. OLE color: 7932438.

HSL color Cylindrical-coordinate representation of color #160A79: hue angle of 246.49º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #160A79 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2210121-
CMYK0.820.9200.53
HSL246.49º84.73%25.69%-
HSV(B)246.49º91.74%47.45%-
XYZ3.891.7718.23-
YUV26.24181.48124.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.38%
GREEN value IS 10 (4.30% from 255) = 6.54%
BLUE value IS 121 (47.66% from 255) = 79.08%
R=14.38%
G=6.54%
B=79.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22101210.820.9200.53246.4984.7325.69
Hex16A79525C035f6551a
Octal261217112213406536612532
Binary101101010111100110100101011100011010111110110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160A79; }

 p { color: rgb(22,10,121); }

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

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

 a { background-color: rgb(22,10,121); }

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

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

 span { border-color: rgb(22,10,121); }

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