#16005E

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

Shades of Midnight Blue #16005E

Tints of Midnight Blue #16005E

Color information

#16005E (or 0x16005E) is unknown color: approx Midnight Blue. HEX triplet: 16, 00 and 5E. RGB value is (22,0,94). Sum of RGB (Red+Green+Blue) = 22+0+94=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 94 (37.11% from 255 or 81.03% from 116); Max value from RGB is 94 - color contains mainly: blue. Hex color #16005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16005E is #E9FFA1. Grayscale: #101010. Windows color (decimal): -15335330 or 6160406. OLE color: 6160406.

HSL color Cylindrical-coordinate representation of color #16005E: hue angle of 254.04º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16005E is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB22094-
CMYK0.77100.63
HSL254.04º100%18.43%-
HSV(B)254.04º100%36.86%-
XYZ2.350.9810.65-
YUV17.29171.29131.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 81.03%
R=18.97%
G=0%
B=81.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal220940.77100.63254.0410018.43
Hex1605E4D6403Ffe6412
Octal26013611514407737614422
Binary101100101111010011011100100011111111111110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16005E; }

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

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

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

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

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

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

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

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