Shades of Midnight Blue #152063
Tints of Midnight Blue #152063
RGB
CMYK
RGB Variations
Color information
#152063 (or 0x152063) is known color: Midnight Blue. HEX triplet: 15, 20 and 63. RGB value is (21,32,99). Sum of RGB (Red+Green+Blue) = 21+32+99=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #152063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152063 is #EADF9C. Grayscale: #242424. Windows color (decimal): -15392669 or 6496277. OLE color: 6496277.
HSL color Cylindrical-coordinate representation of color #152063: hue angle of 231.54º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152063 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 32 | 99 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.61 |
| HSL | 231.54º | 0.65% | 0.24% | - |
| HSV(B) | 231.54º | 0.79% | 0.39% | - |
| XYZ | 3.08 | 2.09 | 12.05 | - |
| YUV | 36.35 | 163.36 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 99 | 0.79 | 0.68 | 0 | 0.61 | 231.54 | 0.65 | 0.24 |
| Hex | 15 | 20 | 63 | 4F | 44 | 0 | 3D | E8 | 41 | 18 |
| Octal | 25 | 40 | 143 | 117 | 104 | 0 | 75 | 350 | 101 | 30 |
| Binary | 10101 | 100000 | 1100011 | 1001111 | 1000100 | 0 | 111101 | 11101000 | 1000001 | 11000 |
Color Harmonies of #152063
Complementary color
Monochromatic Colors of #152063
Black with #152063
Text Example
Text Example
White with #152063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152063; }
p { color: rgb(21,32,99); }
H1.HeaderClassName
{
color: #152063;
}
.AnyTagClassName
{
color: #152063;
}
</style>
background-color css
<style>
a { background-color: #152063; }
a { background-color: rgb(21,32,99); }
div.DivClassName
{
background-color: #152063;
}
.BgClassName
{
background-color: #152063;
}
</style>
border-color css
<style>
span { border-color: #152063; }
span { border-color: rgb(21,32,99); }
td.TdClassName
{
border-color: #152063;
}
.TagClassName
{
border-color: #152063;
}
</style>