Shades of Midnight Blue #15026E
Tints of Midnight Blue #15026E
RGB
CMYK
RGB Variations
Color information
#15026E (or 0x15026E) is known color: Midnight Blue. HEX triplet: 15, 02 and 6E. RGB value is (21,2,110). Sum of RGB (Red+Green+Blue) = 21+2+110=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 110 (43.36% from 255 or 82.71% from 133); Max value from RGB is 110 - color contains mainly: blue. Hex color #15026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15026E is #EAFD91. Grayscale: #131313. Windows color (decimal): -15400338 or 7209493. OLE color: 7209493.
HSL color Cylindrical-coordinate representation of color #15026E: hue angle of 250.56º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15026E is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 2 | 110 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.57 |
| HSL | 250.56º | 0.96% | 0.22% | - |
| HSV(B) | 250.56º | 0.98% | 0.43% | - |
| XYZ | 3.15 | 1.33 | 14.84 | - |
| YUV | 19.99 | 178.79 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 110 | 0.81 | 0.98 | 0 | 0.57 | 250.56 | 0.96 | 0.22 |
| Hex | 15 | 2 | 6E | 51 | 62 | 0 | 39 | FB | 60 | 16 |
| Octal | 25 | 2 | 156 | 121 | 142 | 0 | 71 | 373 | 140 | 26 |
| Binary | 10101 | 10 | 1101110 | 1010001 | 1100010 | 0 | 111001 | 11111011 | 1100000 | 10110 |
Color Harmonies of #15026E
Complementary color
Monochromatic Colors of #15026E
Black with #15026E
Text Example
Text Example
White with #15026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15026E; }
p { color: rgb(21,2,110); }
H1.HeaderClassName
{
color: #15026E;
}
.AnyTagClassName
{
color: #15026E;
}
</style>
background-color css
<style>
a { background-color: #15026E; }
a { background-color: rgb(21,2,110); }
div.DivClassName
{
background-color: #15026E;
}
.BgClassName
{
background-color: #15026E;
}
</style>
border-color css
<style>
span { border-color: #15026E; }
span { border-color: rgb(21,2,110); }
td.TdClassName
{
border-color: #15026E;
}
.TagClassName
{
border-color: #15026E;
}
</style>