Shades of Midnight Blue #282080
Tints of Midnight Blue #282080
RGB
CMYK
RGB Variations
Color information
#282080 (or 0x282080) is known color: Midnight Blue. HEX triplet: 28, 20 and 80. RGB value is (40,32,128). Sum of RGB (Red+Green+Blue) = 40+32+128=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #282080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282080 is #D7DF7F. Grayscale: #2C2C2C. Windows color (decimal): -14147456 or 8396840. OLE color: 8396840.
HSL color Cylindrical-coordinate representation of color #282080: hue angle of 245º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #282080 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 32 | 128 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.50 |
| HSL | 245º | 0.6% | 0.31% | - |
| HSV(B) | 245º | 0.75% | 0.5% | - |
| XYZ | 5.29 | 3.04 | 20.73 | - |
| YUV | 45.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 128 | 0.69 | 0.75 | 0 | 0.50 | 245 | 0.6 | 0.31 |
| Hex | 28 | 20 | 80 | 45 | 4B | 0 | 32 | F5 | 3C | 1F |
| Octal | 50 | 40 | 200 | 105 | 113 | 0 | 62 | 365 | 74 | 37 |
| Binary | 101000 | 100000 | 10000000 | 1000101 | 1001011 | 0 | 110010 | 11110101 | 111100 | 11111 |
Color Harmonies of #282080
Complementary color
Monochromatic Colors of #282080
Black with #282080
Text Example
Text Example
White with #282080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282080; }
p { color: rgb(40,32,128); }
H1.HeaderClassName
{
color: #282080;
}
.AnyTagClassName
{
color: #282080;
}
</style>
background-color css
<style>
a { background-color: #282080; }
a { background-color: rgb(40,32,128); }
div.DivClassName
{
background-color: #282080;
}
.BgClassName
{
background-color: #282080;
}
</style>
border-color css
<style>
span { border-color: #282080; }
span { border-color: rgb(40,32,128); }
td.TdClassName
{
border-color: #282080;
}
.TagClassName
{
border-color: #282080;
}
</style>