#16015F

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

Shades of Midnight Blue #16015F

Tints of Midnight Blue #16015F

Color information

#16015F (or 0x16015F) is unknown color: approx Midnight Blue. HEX triplet: 16, 01 and 5F. RGB value is (22,1,95). Sum of RGB (Red+Green+Blue) = 22+1+95=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 95 (37.5% from 255 or 80.51% from 118); Max value from RGB is 95 - color contains mainly: blue. Hex color #16015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16015F is #E9FEA0. Grayscale: #111111. Windows color (decimal): -15335073 or 6226198. OLE color: 6226198.

HSL color Cylindrical-coordinate representation of color #16015F: hue angle of 253.4º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #16015F is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB22195-
CMYK0.770.9900.63
HSL253.4º97.92%18.82%-
HSV(B)253.4º98.95%37.25%-
XYZ2.411.0210.9-
YUV17.99171.46130.86-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.64%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 95 (37.5% from 255) = 80.51%
R=18.64%
G=0.85%
B=80.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal221950.770.9900.63253.497.9218.82
Hex1615F4D6303Ffd6213
Octal26113711514307737514223
Binary101101101111110011011100011011111111111101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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