#160066

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

Shades of Midnight Blue #160066

Tints of Midnight Blue #160066

Color information

#160066 (or 0x160066) is unknown color: approx Midnight Blue. HEX triplet: 16, 00 and 66. RGB value is (22,0,102). Sum of RGB (Red+Green+Blue) = 22+0+102=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 102 (40.23% from 255 or 82.26% from 124); Max value from RGB is 102 - color contains mainly: blue. Hex color #160066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160066 is #E9FF99. Grayscale: #111111. Windows color (decimal): -15335322 or 6684694. OLE color: 6684694.

HSL color Cylindrical-coordinate representation of color #160066: hue angle of 252.94º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160066 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB220102-
CMYK0.78100.6
HSL252.94º100%20%-
HSV(B)252.94º100%40%-
XYZ2.731.1312.64-
YUV18.21175.29130.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 82.26%
R=17.74%
G=0%
B=82.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2201020.78100.6252.9410020
Hex160664E6403Cfd6414
Octal26014611614407437514424
Binary101100110011010011101100100011110011111101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160066; }

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

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

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

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

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

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

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

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