#16156E

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

Shades of Midnight Blue #16156E

Tints of Midnight Blue #16156E

Color information

#16156E (or 0x16156E) is unknown color: approx Midnight Blue. HEX triplet: 16, 15 and 6E. RGB value is (22,21,110). Sum of RGB (Red+Green+Blue) = 22+21+110=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 110 (43.36% from 255 or 71.90% from 153); Max value from RGB is 110 - color contains mainly: blue. Hex color #16156E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16156E is #E9EA91. Grayscale: #1F1F1F. Windows color (decimal): -15329938 or 7214358. OLE color: 7214358.

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

Color convert

RGB2221110-
CMYK0.80.8100.57
HSL240.67º67.94%25.69%-
HSV(B)240.67º80.91%43.14%-
XYZ3.411.8314.93-
YUV31.44172.33121.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.38%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 110 (43.36% from 255) = 71.90%
R=14.38%
G=13.73%
B=71.90%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22211100.80.8100.57240.6767.9425.69
Hex16156E5051039f1441a
Octal262515612012107136110432
Binary1011010101110111010100001010001011100111110001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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