#160060

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

Shades of Midnight Blue #160060

Tints of Midnight Blue #160060

Color information

#160060 (or 0x160060) is unknown color: approx Midnight Blue. HEX triplet: 16, 00 and 60. RGB value is (22,0,96). Sum of RGB (Red+Green+Blue) = 22+0+96=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 96 (37.89% from 255 or 81.36% from 118); Max value from RGB is 96 - color contains mainly: blue. Hex color #160060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160060 is #E9FF9F. Grayscale: #111111. Windows color (decimal): -15335328 or 6291478. OLE color: 6291478.

HSL color Cylindrical-coordinate representation of color #160060: hue angle of 253.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160060 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB22096-
CMYK0.77100.62
HSL253.75º100%18.82%-
HSV(B)253.75º100%37.65%-
XYZ2.441.0211.13-
YUV17.52172.29131.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 81.36%
R=18.64%
G=0%
B=81.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal220960.77100.62253.7510018.82
Hex160604D6403Efe6413
Octal26014011514407637614423
Binary101100110000010011011100100011111011111110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160060; }

 p { color: rgb(22,0,96); }

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

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

 a { background-color: rgb(22,0,96); }

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

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

 span { border-color: rgb(22,0,96); }

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