Shades of Midnight Blue #152073
Tints of Midnight Blue #152073
RGB
CMYK
RGB Variations
Color information
#152073 (or 0x152073) is known color: Midnight Blue. HEX triplet: 15, 20 and 73. RGB value is (21,32,115). Sum of RGB (Red+Green+Blue) = 21+32+115=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #152073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152073 is #EADF8C. Grayscale: #252525. Windows color (decimal): -15392653 or 7544853. OLE color: 7544853.
HSL color Cylindrical-coordinate representation of color #152073: hue angle of 232.98º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152073 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 32 | 115 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.55 |
| HSL | 232.98º | 0.69% | 0.27% | - |
| HSV(B) | 232.98º | 0.82% | 0.45% | - |
| XYZ | 3.92 | 2.43 | 16.48 | - |
| YUV | 38.17 | 171.36 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 115 | 0.82 | 0.72 | 0 | 0.55 | 232.98 | 0.69 | 0.27 |
| Hex | 15 | 20 | 73 | 52 | 48 | 0 | 37 | E9 | 45 | 1B |
| Octal | 25 | 40 | 163 | 122 | 110 | 0 | 67 | 351 | 105 | 33 |
| Binary | 10101 | 100000 | 1110011 | 1010010 | 1001000 | 0 | 110111 | 11101001 | 1000101 | 11011 |
Color Harmonies of #152073
Complementary color
Monochromatic Colors of #152073
Black with #152073
Text Example
Text Example
White with #152073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152073; }
p { color: rgb(21,32,115); }
H1.HeaderClassName
{
color: #152073;
}
.AnyTagClassName
{
color: #152073;
}
</style>
background-color css
<style>
a { background-color: #152073; }
a { background-color: rgb(21,32,115); }
div.DivClassName
{
background-color: #152073;
}
.BgClassName
{
background-color: #152073;
}
</style>
border-color css
<style>
span { border-color: #152073; }
span { border-color: rgb(21,32,115); }
td.TdClassName
{
border-color: #152073;
}
.TagClassName
{
border-color: #152073;
}
</style>