Shades of Midnight Blue #282472
Tints of Midnight Blue #282472
RGB
CMYK
RGB Variations
Color information
#282472 (or 0x282472) is known color: Midnight Blue. HEX triplet: 28, 24 and 72. RGB value is (40,36,114). Sum of RGB (Red+Green+Blue) = 40+36+114=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #282472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282472 is #D7DB8D. Grayscale: #2D2D2D. Windows color (decimal): -14146446 or 7480360. OLE color: 7480360.
HSL color Cylindrical-coordinate representation of color #282472: hue angle of 243.08º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #282472 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 36 | 114 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.55 |
| HSL | 243.08º | 0.52% | 0.29% | - |
| HSV(B) | 243.08º | 0.68% | 0.45% | - |
| XYZ | 4.54 | 2.93 | 16.25 | - |
| YUV | 46.09 | 166.33 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 114 | 0.65 | 0.68 | 0 | 0.55 | 243.08 | 0.52 | 0.29 |
| Hex | 28 | 24 | 72 | 41 | 44 | 0 | 37 | F3 | 34 | 1D |
| Octal | 50 | 44 | 162 | 101 | 104 | 0 | 67 | 363 | 64 | 35 |
| Binary | 101000 | 100100 | 1110010 | 1000001 | 1000100 | 0 | 110111 | 11110011 | 110100 | 11101 |
Color Harmonies of #282472
Complementary color
Monochromatic Colors of #282472
Black with #282472
Text Example
Text Example
White with #282472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282472; }
p { color: rgb(40,36,114); }
H1.HeaderClassName
{
color: #282472;
}
.AnyTagClassName
{
color: #282472;
}
</style>
background-color css
<style>
a { background-color: #282472; }
a { background-color: rgb(40,36,114); }
div.DivClassName
{
background-color: #282472;
}
.BgClassName
{
background-color: #282472;
}
</style>
border-color css
<style>
span { border-color: #282472; }
span { border-color: rgb(40,36,114); }
td.TdClassName
{
border-color: #282472;
}
.TagClassName
{
border-color: #282472;
}
</style>