#15056A

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

Shades of Midnight Blue #15056A

Tints of Midnight Blue #15056A

Color information

#15056A (or 0x15056A) is unknown color: approx Midnight Blue. HEX triplet: 15, 05 and 6A. RGB value is (21,5,106). Sum of RGB (Red+Green+Blue) = 21+5+106=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 106 (41.80% from 255 or 80.30% from 132); Max value from RGB is 106 - color contains mainly: blue. Hex color #15056A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15056A is #EAFA95. Grayscale: #141414. Windows color (decimal): -15399574 or 6948117. OLE color: 6948117.

HSL color Cylindrical-coordinate representation of color #15056A: hue angle of 249.5º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15056A is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB215106-
CMYK0.800.9500.58
HSL249.5º90.99%21.76%-
HSV(B)249.5º95.28%41.57%-
XYZ2.971.3113.73-
YUV21.3175.8127.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 106 (41.80% from 255) = 80.30%
R=15.91%
G=3.79%
B=80.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2151060.800.9500.58249.590.9921.76
Hex1556A505F03Afa5b16
Octal25515212013707237213326
Binary10101101110101010100001011111011101011111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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