Shades of Midnight Blue #282070
Tints of Midnight Blue #282070
RGB
CMYK
RGB Variations
Color information
#282070 (or 0x282070) is known color: Midnight Blue. HEX triplet: 28, 20 and 70. RGB value is (40,32,112). Sum of RGB (Red+Green+Blue) = 40+32+112=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #282070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282070 is #D7DF8F. Grayscale: #2B2B2B. Windows color (decimal): -14147472 or 7348264. OLE color: 7348264.
HSL color Cylindrical-coordinate representation of color #282070: hue angle of 246º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #282070 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 32 | 112 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.56 |
| HSL | 246º | 0.56% | 0.28% | - |
| HSV(B) | 246º | 0.71% | 0.44% | - |
| XYZ | 4.32 | 2.65 | 15.61 | - |
| YUV | 43.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 112 | 0.64 | 0.71 | 0 | 0.56 | 246 | 0.56 | 0.28 |
| Hex | 28 | 20 | 70 | 40 | 47 | 0 | 38 | F6 | 38 | 1C |
| Octal | 50 | 40 | 160 | 100 | 107 | 0 | 70 | 366 | 70 | 34 |
| Binary | 101000 | 100000 | 1110000 | 1000000 | 1000111 | 0 | 111000 | 11110110 | 111000 | 11100 |
Color Harmonies of #282070
Complementary color
Monochromatic Colors of #282070
Black with #282070
Text Example
Text Example
White with #282070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282070; }
p { color: rgb(40,32,112); }
H1.HeaderClassName
{
color: #282070;
}
.AnyTagClassName
{
color: #282070;
}
</style>
background-color css
<style>
a { background-color: #282070; }
a { background-color: rgb(40,32,112); }
div.DivClassName
{
background-color: #282070;
}
.BgClassName
{
background-color: #282070;
}
</style>
border-color css
<style>
span { border-color: #282070; }
span { border-color: rgb(40,32,112); }
td.TdClassName
{
border-color: #282070;
}
.TagClassName
{
border-color: #282070;
}
</style>