#16015B

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

Shades of Midnight Blue #16015B

Tints of Midnight Blue #16015B

Color information

#16015B (or 0x16015B) is unknown color: approx Midnight Blue. HEX triplet: 16, 01 and 5B. RGB value is (22,1,91). Sum of RGB (Red+Green+Blue) = 22+1+91=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 91 (35.94% from 255 or 79.82% from 114); Max value from RGB is 91 - color contains mainly: blue. Hex color #16015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16015B is #E9FEA4. Grayscale: #111111. Windows color (decimal): -15335077 or 5964054. OLE color: 5964054.

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

Color convert

RGB22191-
CMYK0.760.9900.64
HSL254º97.83%18.04%-
HSV(B)254º98.9%35.69%-
XYZ2.230.959.96-
YUV17.54169.46131.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.30%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 91 (35.94% from 255) = 79.82%
R=19.30%
G=0.88%
B=79.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal221910.760.9900.6425497.8318.04
Hex1615B4C63040fe6212
Octal261133114143010037614222
Binary1011011011011100110011000110100000011111110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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