#16165B

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

Shades of Midnight Blue #16165B

Tints of Midnight Blue #16165B

Color information

#16165B (or 0x16165B) is unknown color: approx Midnight Blue. HEX triplet: 16, 16 and 5B. RGB value is (22,22,91). Sum of RGB (Red+Green+Blue) = 22+22+91=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #16165B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16165B is #E9E9A4. Grayscale: #1D1D1D. Windows color (decimal): -15329701 or 5969430. OLE color: 5969430.

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

Color convert

RGB222291-
CMYK0.760.7600.64
HSL240º61.06%22.16%-
HSV(B)240º75.82%35.69%-
XYZ2.511.510.05-
YUV29.87162.5122.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.30%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 91 (35.94% from 255) = 67.41%
R=16.30%
G=16.30%
B=67.41%

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
Decimal2222910.760.7600.6424061.0622.16
Hex16165B4C4C040f03d16
Octal262613311411401003607526
Binary1011010110101101110011001001100010000001111000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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