Shades of Midnight Blue #150058
Tints of Midnight Blue #150058
RGB
CMYK
RGB Variations
Color information
#150058 (or 0x150058) is known color: Midnight Blue. HEX triplet: 15, 00 and 58. RGB value is (21,0,88). Sum of RGB (Red+Green+Blue) = 21+0+88=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 88 (34.77% from 255 or 80.73% from 109); Max value from RGB is 88 - color contains mainly: blue. Hex color #150058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150058 is #EAFFA7. Grayscale: #0F0F0F. Windows color (decimal): -15400872 or 5767189. OLE color: 5767189.
HSL color Cylindrical-coordinate representation of color #150058: hue angle of 254.32º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150058 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 0 | 88 | - |
| CMYK | 0.76 | 1 | 0 | 0.65 |
| HSL | 254.32º | 1% | 0.17% | - |
| HSV(B) | 254.32º | 1% | 0.35% | - |
| XYZ | 2.07 | 0.86 | 9.29 | - |
| YUV | 16.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 88 | 0.76 | 1 | 0 | 0.65 | 254.32 | 1 | 0.17 |
| Hex | 15 | 0 | 58 | 4C | 64 | 0 | 41 | FE | 64 | 11 |
| Octal | 25 | 0 | 130 | 114 | 144 | 0 | 101 | 376 | 144 | 21 |
| Binary | 10101 | 0 | 1011000 | 1001100 | 1100100 | 0 | 1000001 | 11111110 | 1100100 | 10001 |
Color Harmonies of #150058
Complementary color
Monochromatic Colors of #150058
Black with #150058
Text Example
Text Example
White with #150058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150058; }
p { color: rgb(21,0,88); }
H1.HeaderClassName
{
color: #150058;
}
.AnyTagClassName
{
color: #150058;
}
</style>
background-color css
<style>
a { background-color: #150058; }
a { background-color: rgb(21,0,88); }
div.DivClassName
{
background-color: #150058;
}
.BgClassName
{
background-color: #150058;
}
</style>
border-color css
<style>
span { border-color: #150058; }
span { border-color: rgb(21,0,88); }
td.TdClassName
{
border-color: #150058;
}
.TagClassName
{
border-color: #150058;
}
</style>