Shades of Midnight Blue #15055D
Tints of Midnight Blue #15055D
RGB
CMYK
RGB Variations
Color information
#15055D (or 0x15055D) is known color: Midnight Blue. HEX triplet: 15, 05 and 5D. RGB value is (21,5,93). Sum of RGB (Red+Green+Blue) = 21+5+93=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #15055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15055D is #EAFAA2. Grayscale: #131313. Windows color (decimal): -15399587 or 6096149. OLE color: 6096149.
HSL color Cylindrical-coordinate representation of color #15055D: hue angle of 250.91º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15055D is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 5 | 93 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.64 |
| HSL | 250.91º | 0.9% | 0.19% | - |
| HSV(B) | 250.91º | 0.95% | 0.36% | - |
| XYZ | 2.34 | 1.06 | 10.44 | - |
| YUV | 19.82 | 169.3 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 93 | 0.77 | 0.95 | 0 | 0.64 | 250.91 | 0.9 | 0.19 |
| Hex | 15 | 5 | 5D | 4D | 5F | 0 | 40 | FB | 5A | 13 |
| Octal | 25 | 5 | 135 | 115 | 137 | 0 | 100 | 373 | 132 | 23 |
| Binary | 10101 | 101 | 1011101 | 1001101 | 1011111 | 0 | 1000000 | 11111011 | 1011010 | 10011 |
Color Harmonies of #15055D
Complementary color
Monochromatic Colors of #15055D
Black with #15055D
Text Example
Text Example
White with #15055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15055D; }
p { color: rgb(21,5,93); }
H1.HeaderClassName
{
color: #15055D;
}
.AnyTagClassName
{
color: #15055D;
}
</style>
background-color css
<style>
a { background-color: #15055D; }
a { background-color: rgb(21,5,93); }
div.DivClassName
{
background-color: #15055D;
}
.BgClassName
{
background-color: #15055D;
}
</style>
border-color css
<style>
span { border-color: #15055D; }
span { border-color: rgb(21,5,93); }
td.TdClassName
{
border-color: #15055D;
}
.TagClassName
{
border-color: #15055D;
}
</style>