Shades of Midnight Blue #281E70
Tints of Midnight Blue #281E70
RGB
CMYK
RGB Variations
Color information
#281E70 (or 0x281E70) is known color: Midnight Blue. HEX triplet: 28, 1E and 70. RGB value is (40,30,112). Sum of RGB (Red+Green+Blue) = 40+30+112=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #281E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281E70 is #D7E18F. Grayscale: #2A2A2A. Windows color (decimal): -14147984 or 7347752. OLE color: 7347752.
HSL color Cylindrical-coordinate representation of color #281E70: hue angle of 247.32º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #281E70 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 30 | 112 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.56 |
| HSL | 247.32º | 0.58% | 0.28% | - |
| HSV(B) | 247.32º | 0.73% | 0.44% | - |
| XYZ | 4.26 | 2.55 | 15.6 | - |
| YUV | 42.34 | 167.31 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 30 | 112 | 0.64 | 0.73 | 0 | 0.56 | 247.32 | 0.58 | 0.28 |
| Hex | 28 | 1E | 70 | 40 | 49 | 0 | 38 | F7 | 3A | 1C |
| Octal | 50 | 36 | 160 | 100 | 111 | 0 | 70 | 367 | 72 | 34 |
| Binary | 101000 | 11110 | 1110000 | 1000000 | 1001001 | 0 | 111000 | 11110111 | 111010 | 11100 |
Color Harmonies of #281E70
Complementary color
Monochromatic Colors of #281E70
Black with #281E70
Text Example
Text Example
White with #281E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281E70; }
p { color: rgb(40,30,112); }
H1.HeaderClassName
{
color: #281E70;
}
.AnyTagClassName
{
color: #281E70;
}
</style>
background-color css
<style>
a { background-color: #281E70; }
a { background-color: rgb(40,30,112); }
div.DivClassName
{
background-color: #281E70;
}
.BgClassName
{
background-color: #281E70;
}
</style>
border-color css
<style>
span { border-color: #281E70; }
span { border-color: rgb(40,30,112); }
td.TdClassName
{
border-color: #281E70;
}
.TagClassName
{
border-color: #281E70;
}
</style>