#16056E

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

Shades of Midnight Blue #16056E

Tints of Midnight Blue #16056E

Color information

#16056E (or 0x16056E) is unknown color: approx Midnight Blue. HEX triplet: 16, 05 and 6E. RGB value is (22,5,110). Sum of RGB (Red+Green+Blue) = 22+5+110=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 110 (43.36% from 255 or 80.29% from 137); Max value from RGB is 110 - color contains mainly: blue. Hex color #16056E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16056E is #E9FA91. Grayscale: #151515. Windows color (decimal): -15334034 or 7210262. OLE color: 7210262.

HSL color Cylindrical-coordinate representation of color #16056E: hue angle of 249.71º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #16056E is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB225110-
CMYK0.80.9500.57
HSL249.71º91.3%22.55%-
HSV(B)249.71º95.45%43.14%-
XYZ3.21.414.85-
YUV22.05177.63127.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.06%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 110 (43.36% from 255) = 80.29%
R=16.06%
G=3.65%
B=80.29%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2251100.80.9500.57249.7191.322.55
Hex1656E505F039fa5b17
Octal26515612013707137213327
Binary10110101110111010100001011111011100111111010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,5,110); }

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

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

 a { background-color: rgb(22,5,110); }

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

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

 span { border-color: rgb(22,5,110); }

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