Shades of Midnight Blue #152470
Tints of Midnight Blue #152470
RGB
CMYK
RGB Variations
Color information
#152470 (or 0x152470) is known color: Midnight Blue. HEX triplet: 15, 24 and 70. RGB value is (21,36,112). Sum of RGB (Red+Green+Blue) = 21+36+112=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #152470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152470 is #EADB8F. Grayscale: #272727. Windows color (decimal): -15391632 or 7349269. OLE color: 7349269.
HSL color Cylindrical-coordinate representation of color #152470: hue angle of 230.11º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152470 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 36 | 112 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.56 |
| HSL | 230.11º | 0.68% | 0.26% | - |
| HSV(B) | 230.11º | 0.81% | 0.44% | - |
| XYZ | 3.86 | 2.59 | 15.63 | - |
| YUV | 40.18 | 168.53 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 112 | 0.81 | 0.68 | 0 | 0.56 | 230.11 | 0.68 | 0.26 |
| Hex | 15 | 24 | 70 | 51 | 44 | 0 | 38 | E6 | 44 | 1A |
| Octal | 25 | 44 | 160 | 121 | 104 | 0 | 70 | 346 | 104 | 32 |
| Binary | 10101 | 100100 | 1110000 | 1010001 | 1000100 | 0 | 111000 | 11100110 | 1000100 | 11010 |
Color Harmonies of #152470
Complementary color
Monochromatic Colors of #152470
Black with #152470
Text Example
Text Example
White with #152470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152470; }
p { color: rgb(21,36,112); }
H1.HeaderClassName
{
color: #152470;
}
.AnyTagClassName
{
color: #152470;
}
</style>
background-color css
<style>
a { background-color: #152470; }
a { background-color: rgb(21,36,112); }
div.DivClassName
{
background-color: #152470;
}
.BgClassName
{
background-color: #152470;
}
</style>
border-color css
<style>
span { border-color: #152470; }
span { border-color: rgb(21,36,112); }
td.TdClassName
{
border-color: #152470;
}
.TagClassName
{
border-color: #152470;
}
</style>