Shades of Midnight Blue #152182
Tints of Midnight Blue #152182
RGB
CMYK
RGB Variations
Color information
#152182 (or 0x152182) is known color: Midnight Blue. HEX triplet: 15, 21 and 82. RGB value is (21,33,130). Sum of RGB (Red+Green+Blue) = 21+33+130=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 130 (51.17% from 255 or 70.65% from 184); Max value from RGB is 130 - color contains mainly: blue. Hex color #152182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152182 is #EADE7D. Grayscale: #282828. Windows color (decimal): -15392382 or 8528149. OLE color: 8528149.
HSL color Cylindrical-coordinate representation of color #152182: hue angle of 233.39º 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 #152182 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 33 | 130 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.49 |
| HSL | 233.39º | 0.72% | 0.3% | - |
| HSV(B) | 233.39º | 0.84% | 0.51% | - |
| XYZ | 4.88 | 2.86 | 21.41 | - |
| YUV | 40.47 | 178.52 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 130 | 0.84 | 0.75 | 0 | 0.49 | 233.39 | 0.72 | 0.3 |
| Hex | 15 | 21 | 82 | 54 | 4B | 0 | 31 | E9 | 48 | 1E |
| Octal | 25 | 41 | 202 | 124 | 113 | 0 | 61 | 351 | 110 | 36 |
| Binary | 10101 | 100001 | 10000010 | 1010100 | 1001011 | 0 | 110001 | 11101001 | 1001000 | 11110 |
Color Harmonies of #152182
Complementary color
Monochromatic Colors of #152182
Black with #152182
Text Example
Text Example
White with #152182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152182; }
p { color: rgb(21,33,130); }
H1.HeaderClassName
{
color: #152182;
}
.AnyTagClassName
{
color: #152182;
}
</style>
background-color css
<style>
a { background-color: #152182; }
a { background-color: rgb(21,33,130); }
div.DivClassName
{
background-color: #152182;
}
.BgClassName
{
background-color: #152182;
}
</style>
border-color css
<style>
span { border-color: #152182; }
span { border-color: rgb(21,33,130); }
td.TdClassName
{
border-color: #152182;
}
.TagClassName
{
border-color: #152182;
}
</style>