Shades of Midnight Blue #282082
Tints of Midnight Blue #282082
RGB
CMYK
RGB Variations
Color information
#282082 (or 0x282082) is known color: Midnight Blue. HEX triplet: 28, 20 and 82. RGB value is (40,32,130). Sum of RGB (Red+Green+Blue) = 40+32+130=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #282082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282082 is #D7DF7D. Grayscale: #2D2D2D. Windows color (decimal): -14147454 or 8527912. OLE color: 8527912.
HSL color Cylindrical-coordinate representation of color #282082: hue angle of 244.9º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #282082 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 32 | 130 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.49 |
| HSL | 244.9º | 0.6% | 0.32% | - |
| HSV(B) | 244.9º | 0.75% | 0.51% | - |
| XYZ | 5.42 | 3.1 | 21.43 | - |
| YUV | 45.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 130 | 0.69 | 0.75 | 0 | 0.49 | 244.9 | 0.6 | 0.32 |
| Hex | 28 | 20 | 82 | 45 | 4B | 0 | 31 | F5 | 3C | 20 |
| Octal | 50 | 40 | 202 | 105 | 113 | 0 | 61 | 365 | 74 | 40 |
| Binary | 101000 | 100000 | 10000010 | 1000101 | 1001011 | 0 | 110001 | 11110101 | 111100 | 100000 |
Color Harmonies of #282082
Complementary color
Monochromatic Colors of #282082
Black with #282082
Text Example
Text Example
White with #282082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282082; }
p { color: rgb(40,32,130); }
H1.HeaderClassName
{
color: #282082;
}
.AnyTagClassName
{
color: #282082;
}
</style>
background-color css
<style>
a { background-color: #282082; }
a { background-color: rgb(40,32,130); }
div.DivClassName
{
background-color: #282082;
}
.BgClassName
{
background-color: #282082;
}
</style>
border-color css
<style>
span { border-color: #282082; }
span { border-color: rgb(40,32,130); }
td.TdClassName
{
border-color: #282082;
}
.TagClassName
{
border-color: #282082;
}
</style>