Shades of Midnight Blue #152373
Tints of Midnight Blue #152373
RGB
CMYK
RGB Variations
Color information
#152373 (or 0x152373) is known color: Midnight Blue. HEX triplet: 15, 23 and 73. RGB value is (21,35,115). Sum of RGB (Red+Green+Blue) = 21+35+115=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #152373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152373 is #EADC8C. Grayscale: #272727. Windows color (decimal): -15391885 or 7545621. OLE color: 7545621.
HSL color Cylindrical-coordinate representation of color #152373: hue angle of 231.06º 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 #152373 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 35 | 115 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.55 |
| HSL | 231.06º | 0.69% | 0.27% | - |
| HSV(B) | 231.06º | 0.82% | 0.45% | - |
| XYZ | 4 | 2.6 | 16.51 | - |
| YUV | 39.93 | 170.36 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 115 | 0.82 | 0.70 | 0 | 0.55 | 231.06 | 0.69 | 0.27 |
| Hex | 15 | 23 | 73 | 52 | 46 | 0 | 37 | E7 | 45 | 1B |
| Octal | 25 | 43 | 163 | 122 | 106 | 0 | 67 | 347 | 105 | 33 |
| Binary | 10101 | 100011 | 1110011 | 1010010 | 1000110 | 0 | 110111 | 11100111 | 1000101 | 11011 |
Color Harmonies of #152373
Complementary color
Monochromatic Colors of #152373
Black with #152373
Text Example
Text Example
White with #152373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152373; }
p { color: rgb(21,35,115); }
H1.HeaderClassName
{
color: #152373;
}
.AnyTagClassName
{
color: #152373;
}
</style>
background-color css
<style>
a { background-color: #152373; }
a { background-color: rgb(21,35,115); }
div.DivClassName
{
background-color: #152373;
}
.BgClassName
{
background-color: #152373;
}
</style>
border-color css
<style>
span { border-color: #152373; }
span { border-color: rgb(21,35,115); }
td.TdClassName
{
border-color: #152373;
}
.TagClassName
{
border-color: #152373;
}
</style>