Shades of Midnight Blue #282083
Tints of Midnight Blue #282083
RGB
CMYK
RGB Variations
Color information
#282083 (or 0x282083) is known color: Midnight Blue. HEX triplet: 28, 20 and 83. RGB value is (40,32,131). Sum of RGB (Red+Green+Blue) = 40+32+131=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 131 (51.56% from 255 or 64.53% from 203); Max value from RGB is 131 - color contains mainly: blue. Hex color #282083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282083 is #D7DF7C. Grayscale: #2D2D2D. Windows color (decimal): -14147453 or 8593448. OLE color: 8593448.
HSL color Cylindrical-coordinate representation of color #282083: hue angle of 244.85º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #282083 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 32 | 131 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.49 |
| HSL | 244.85º | 0.61% | 0.32% | - |
| HSV(B) | 244.85º | 0.76% | 0.51% | - |
| XYZ | 5.49 | 3.12 | 21.79 | - |
| YUV | 45.68 | 176.15 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 131 | 0.69 | 0.76 | 0 | 0.49 | 244.85 | 0.61 | 0.32 |
| Hex | 28 | 20 | 83 | 45 | 4C | 0 | 31 | F5 | 3D | 20 |
| Octal | 50 | 40 | 203 | 105 | 114 | 0 | 61 | 365 | 75 | 40 |
| Binary | 101000 | 100000 | 10000011 | 1000101 | 1001100 | 0 | 110001 | 11110101 | 111101 | 100000 |
Color Harmonies of #282083
Complementary color
Monochromatic Colors of #282083
Black with #282083
Text Example
Text Example
White with #282083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282083; }
p { color: rgb(40,32,131); }
H1.HeaderClassName
{
color: #282083;
}
.AnyTagClassName
{
color: #282083;
}
</style>
background-color css
<style>
a { background-color: #282083; }
a { background-color: rgb(40,32,131); }
div.DivClassName
{
background-color: #282083;
}
.BgClassName
{
background-color: #282083;
}
</style>
border-color css
<style>
span { border-color: #282083; }
span { border-color: rgb(40,32,131); }
td.TdClassName
{
border-color: #282083;
}
.TagClassName
{
border-color: #282083;
}
</style>