Shades of Midnight Blue #152272
Tints of Midnight Blue #152272
RGB
CMYK
RGB Variations
Color information
#152272 (or 0x152272) is known color: Midnight Blue. HEX triplet: 15, 22 and 72. RGB value is (21,34,114). Sum of RGB (Red+Green+Blue) = 21+34+114=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #152272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152272 is #EADD8D. Grayscale: #262626. Windows color (decimal): -15392142 or 7479829. OLE color: 7479829.
HSL color Cylindrical-coordinate representation of color #152272: hue angle of 231.61º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152272 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 34 | 114 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.55 |
| HSL | 231.61º | 0.69% | 0.26% | - |
| HSV(B) | 231.61º | 0.82% | 0.45% | - |
| XYZ | 3.92 | 2.52 | 16.2 | - |
| YUV | 39.23 | 170.19 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 114 | 0.82 | 0.70 | 0 | 0.55 | 231.61 | 0.69 | 0.26 |
| Hex | 15 | 22 | 72 | 52 | 46 | 0 | 37 | E8 | 45 | 1A |
| Octal | 25 | 42 | 162 | 122 | 106 | 0 | 67 | 350 | 105 | 32 |
| Binary | 10101 | 100010 | 1110010 | 1010010 | 1000110 | 0 | 110111 | 11101000 | 1000101 | 11010 |
Color Harmonies of #152272
Complementary color
Monochromatic Colors of #152272
Black with #152272
Text Example
Text Example
White with #152272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152272; }
p { color: rgb(21,34,114); }
H1.HeaderClassName
{
color: #152272;
}
.AnyTagClassName
{
color: #152272;
}
</style>
background-color css
<style>
a { background-color: #152272; }
a { background-color: rgb(21,34,114); }
div.DivClassName
{
background-color: #152272;
}
.BgClassName
{
background-color: #152272;
}
</style>
border-color css
<style>
span { border-color: #152272; }
span { border-color: rgb(21,34,114); }
td.TdClassName
{
border-color: #152272;
}
.TagClassName
{
border-color: #152272;
}
</style>