Shades of Midnight Blue #15025A
Tints of Midnight Blue #15025A
RGB
CMYK
RGB Variations
Color information
#15025A (or 0x15025A) is known color: Midnight Blue. HEX triplet: 15, 02 and 5A. RGB value is (21,2,90). Sum of RGB (Red+Green+Blue) = 21+2+90=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #15025A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15025A is #EAFDA5. Grayscale: #111111. Windows color (decimal): -15400358 or 5898773. OLE color: 5898773.
HSL color Cylindrical-coordinate representation of color #15025A: hue angle of 252.95º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15025A is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 2 | 90 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.65 |
| HSL | 252.95º | 0.96% | 0.18% | - |
| HSV(B) | 252.95º | 0.98% | 0.35% | - |
| XYZ | 2.18 | 0.94 | 9.74 | - |
| YUV | 17.71 | 168.79 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 90 | 0.77 | 0.98 | 0 | 0.65 | 252.95 | 0.96 | 0.18 |
| Hex | 15 | 2 | 5A | 4D | 62 | 0 | 41 | FD | 60 | 12 |
| Octal | 25 | 2 | 132 | 115 | 142 | 0 | 101 | 375 | 140 | 22 |
| Binary | 10101 | 10 | 1011010 | 1001101 | 1100010 | 0 | 1000001 | 11111101 | 1100000 | 10010 |
Color Harmonies of #15025A
Complementary color
Monochromatic Colors of #15025A
Black with #15025A
Text Example
Text Example
White with #15025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15025A; }
p { color: rgb(21,2,90); }
H1.HeaderClassName
{
color: #15025A;
}
.AnyTagClassName
{
color: #15025A;
}
</style>
background-color css
<style>
a { background-color: #15025A; }
a { background-color: rgb(21,2,90); }
div.DivClassName
{
background-color: #15025A;
}
.BgClassName
{
background-color: #15025A;
}
</style>
border-color css
<style>
span { border-color: #15025A; }
span { border-color: rgb(21,2,90); }
td.TdClassName
{
border-color: #15025A;
}
.TagClassName
{
border-color: #15025A;
}
</style>