Shades of Midnight Blue #282086
Tints of Midnight Blue #282086
RGB
CMYK
RGB Variations
Color information
#282086 (or 0x282086) is known color: Midnight Blue. HEX triplet: 28, 20 and 86. RGB value is (40,32,134). Sum of RGB (Red+Green+Blue) = 40+32+134=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 134 (52.73% from 255 or 65.05% from 206); Max value from RGB is 134 - color contains mainly: blue. Hex color #282086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282086 is #D7DF79. Grayscale: #2D2D2D. Windows color (decimal): -14147450 or 8790056. OLE color: 8790056.
HSL color Cylindrical-coordinate representation of color #282086: hue angle of 244.71º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #282086 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 32 | 134 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.47 |
| HSL | 244.71º | 0.61% | 0.33% | - |
| HSV(B) | 244.71º | 0.76% | 0.53% | - |
| XYZ | 5.69 | 3.21 | 22.87 | - |
| YUV | 46.02 | 177.65 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 134 | 0.70 | 0.76 | 0 | 0.47 | 244.71 | 0.61 | 0.33 |
| Hex | 28 | 20 | 86 | 46 | 4C | 0 | 2F | F5 | 3D | 21 |
| Octal | 50 | 40 | 206 | 106 | 114 | 0 | 57 | 365 | 75 | 41 |
| Binary | 101000 | 100000 | 10000110 | 1000110 | 1001100 | 0 | 101111 | 11110101 | 111101 | 100001 |
Color Harmonies of #282086
Complementary color
Monochromatic Colors of #282086
Black with #282086
Text Example
Text Example
White with #282086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282086; }
p { color: rgb(40,32,134); }
H1.HeaderClassName
{
color: #282086;
}
.AnyTagClassName
{
color: #282086;
}
</style>
background-color css
<style>
a { background-color: #282086; }
a { background-color: rgb(40,32,134); }
div.DivClassName
{
background-color: #282086;
}
.BgClassName
{
background-color: #282086;
}
</style>
border-color css
<style>
span { border-color: #282086; }
span { border-color: rgb(40,32,134); }
td.TdClassName
{
border-color: #282086;
}
.TagClassName
{
border-color: #282086;
}
</style>