Shades of Midnight Blue #152482
Tints of Midnight Blue #152482
RGB
CMYK
RGB Variations
Color information
#152482 (or 0x152482) is known color: Midnight Blue. HEX triplet: 15, 24 and 82. RGB value is (21,36,130). Sum of RGB (Red+Green+Blue) = 21+36+130=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #152482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152482 is #EADB7D. Grayscale: #292929. Windows color (decimal): -15391614 or 8528917. OLE color: 8528917.
HSL color Cylindrical-coordinate representation of color #152482: hue angle of 231.74º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152482 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 36 | 130 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.49 |
| HSL | 231.74º | 0.72% | 0.3% | - |
| HSV(B) | 231.74º | 0.84% | 0.51% | - |
| XYZ | 4.97 | 3.03 | 21.44 | - |
| YUV | 42.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 130 | 0.84 | 0.72 | 0 | 0.49 | 231.74 | 0.72 | 0.3 |
| Hex | 15 | 24 | 82 | 54 | 48 | 0 | 31 | E8 | 48 | 1E |
| Octal | 25 | 44 | 202 | 124 | 110 | 0 | 61 | 350 | 110 | 36 |
| Binary | 10101 | 100100 | 10000010 | 1010100 | 1001000 | 0 | 110001 | 11101000 | 1001000 | 11110 |
Color Harmonies of #152482
Complementary color
Monochromatic Colors of #152482
Black with #152482
Text Example
Text Example
White with #152482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152482; }
p { color: rgb(21,36,130); }
H1.HeaderClassName
{
color: #152482;
}
.AnyTagClassName
{
color: #152482;
}
</style>
background-color css
<style>
a { background-color: #152482; }
a { background-color: rgb(21,36,130); }
div.DivClassName
{
background-color: #152482;
}
.BgClassName
{
background-color: #152482;
}
</style>
border-color css
<style>
span { border-color: #152482; }
span { border-color: rgb(21,36,130); }
td.TdClassName
{
border-color: #152482;
}
.TagClassName
{
border-color: #152482;
}
</style>