#16115C

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

Shades of Midnight Blue #16115C

Tints of Midnight Blue #16115C

Color information

#16115C (or 0x16115C) is unknown color: approx Midnight Blue. HEX triplet: 16, 11 and 5C. RGB value is (22,17,92). Sum of RGB (Red+Green+Blue) = 22+17+92=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 92 (36.33% from 255 or 70.23% from 131); Max value from RGB is 92 - color contains mainly: blue. Hex color #16115C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16115C is #E9EEA3. Grayscale: #1A1A1A. Windows color (decimal): -15330980 or 6033686. OLE color: 6033686.

HSL color Cylindrical-coordinate representation of color #16115C: hue angle of 244º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16115C is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB221792-
CMYK0.760.8200.64
HSL244º68.81%21.37%-
HSV(B)244º81.52%36.08%-
XYZ2.461.3410.25-
YUV27.04164.66124.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 92 (36.33% from 255) = 70.23%
R=16.79%
G=12.98%
B=70.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2217920.760.8200.6424468.8121.37
Hex16115C4C52040f44515
Octal2621134114122010036410525
Binary10110100011011100100110010100100100000011110100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16115C; }

 p { color: rgb(22,17,92); }

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

<style>
 a { background-color: #16115C; }

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

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

<style>
 span { border-color: #16115C; }

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

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