#16165D

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

Shades of Midnight Blue #16165D

Tints of Midnight Blue #16165D

Color information

#16165D (or 0x16165D) is unknown color: approx Midnight Blue. HEX triplet: 16, 16 and 5D. RGB value is (22,22,93). Sum of RGB (Red+Green+Blue) = 22+22+93=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #16165D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16165D is #E9E9A2. Grayscale: #1D1D1D. Windows color (decimal): -15329699 or 6100502. OLE color: 6100502.

HSL color Cylindrical-coordinate representation of color #16165D: hue angle of 240º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16165D is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB222293-
CMYK0.760.7600.64
HSL240º61.74%22.55%-
HSV(B)240º76.34%36.47%-
XYZ2.591.5310.52-
YUV30.09163.5122.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.06%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 93 (36.72% from 255) = 67.88%
R=16.06%
G=16.06%
B=67.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2222930.760.7600.6424061.7422.55
Hex16165D4C4C040f03e17
Octal262613511411401003607627
Binary1011010110101110110011001001100010000001111000011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16165D; }

 p { color: rgb(22,22,93); }

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

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

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

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

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

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

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