Shades of Midnight Blue #150157
Tints of Midnight Blue #150157
RGB
CMYK
RGB Variations
Color information
#150157 (or 0x150157) is known color: Midnight Blue. HEX triplet: 15, 01 and 57. RGB value is (21,1,87). Sum of RGB (Red+Green+Blue) = 21+1+87=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 87 (34.38% from 255 or 79.82% from 109); Max value from RGB is 87 - color contains mainly: blue. Hex color #150157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150157 is #EAFEA8. Grayscale: #101010. Windows color (decimal): -15400617 or 5701909. OLE color: 5701909.
HSL color Cylindrical-coordinate representation of color #150157: hue angle of 253.95º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150157 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 1 | 87 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.66 |
| HSL | 253.95º | 0.98% | 0.17% | - |
| HSV(B) | 253.95º | 0.99% | 0.34% | - |
| XYZ | 2.04 | 0.87 | 9.08 | - |
| YUV | 16.78 | 167.63 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 87 | 0.76 | 0.99 | 0 | 0.66 | 253.95 | 0.98 | 0.17 |
| Hex | 15 | 1 | 57 | 4C | 63 | 0 | 42 | FE | 62 | 11 |
| Octal | 25 | 1 | 127 | 114 | 143 | 0 | 102 | 376 | 142 | 21 |
| Binary | 10101 | 1 | 1010111 | 1001100 | 1100011 | 0 | 1000010 | 11111110 | 1100010 | 10001 |
Color Harmonies of #150157
Complementary color
Monochromatic Colors of #150157
Black with #150157
Text Example
Text Example
White with #150157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150157; }
p { color: rgb(21,1,87); }
H1.HeaderClassName
{
color: #150157;
}
.AnyTagClassName
{
color: #150157;
}
</style>
background-color css
<style>
a { background-color: #150157; }
a { background-color: rgb(21,1,87); }
div.DivClassName
{
background-color: #150157;
}
.BgClassName
{
background-color: #150157;
}
</style>
border-color css
<style>
span { border-color: #150157; }
span { border-color: rgb(21,1,87); }
td.TdClassName
{
border-color: #150157;
}
.TagClassName
{
border-color: #150157;
}
</style>