#15216A

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

Shades of Midnight Blue #15216A

Tints of Midnight Blue #15216A

Color information

#15216A (or 0x15216A) is unknown color: approx Midnight Blue. HEX triplet: 15, 21 and 6A. RGB value is (21,33,106). Sum of RGB (Red+Green+Blue) = 21+33+106=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 106 (41.80% from 255 or 66.25% from 160); Max value from RGB is 106 - color contains mainly: blue. Hex color #15216A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15216A is #EADE95. Grayscale: #252525. Windows color (decimal): -15392406 or 6955285. OLE color: 6955285.

HSL color Cylindrical-coordinate representation of color #15216A: hue angle of 231.53º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15216A is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2133106-
CMYK0.800.6900.58
HSL231.53º66.93%24.9%-
HSV(B)231.53º80.19%41.57%-
XYZ3.452.2913.9-
YUV37.73166.52116.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 106 (41.80% from 255) = 66.25%
R=13.12%
G=20.62%
B=66.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21331060.800.6900.58231.5366.9324.9
Hex15216A504503Ae84319
Octal254115212010507235010331
Binary10101100001110101010100001000101011101011101000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15216A; }

 p { color: rgb(21,33,106); }

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

<style>
 a { background-color: #15216A; }

 a { background-color: rgb(21,33,106); }

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

<style>
 span { border-color: #15216A; }

 span { border-color: rgb(21,33,106); }

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