Shades of Midnight Blue #282883
Tints of Midnight Blue #282883
RGB
CMYK
RGB Variations
Color information
#282883 (or 0x282883) is known color: Midnight Blue. HEX triplet: 28, 28 and 83. RGB value is (40,40,131). Sum of RGB (Red+Green+Blue) = 40+40+131=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #282883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282883 is #D7D77C. Grayscale: #323232. Windows color (decimal): -14145405 or 8595496. OLE color: 8595496.
HSL color Cylindrical-coordinate representation of color #282883: hue angle of 240º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #282883 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 40 | 131 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.49 |
| HSL | 240º | 0.53% | 0.34% | - |
| HSV(B) | 240º | 0.69% | 0.51% | - |
| XYZ | 5.73 | 3.61 | 21.87 | - |
| YUV | 50.37 | 173.5 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 131 | 0.69 | 0.69 | 0 | 0.49 | 240 | 0.53 | 0.34 |
| Hex | 28 | 28 | 83 | 45 | 45 | 0 | 31 | F0 | 35 | 22 |
| Octal | 50 | 50 | 203 | 105 | 105 | 0 | 61 | 360 | 65 | 42 |
| Binary | 101000 | 101000 | 10000011 | 1000101 | 1000101 | 0 | 110001 | 11110000 | 110101 | 100010 |
Color Harmonies of #282883
Complementary color
Monochromatic Colors of #282883
Black with #282883
Text Example
Text Example
White with #282883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282883; }
p { color: rgb(40,40,131); }
H1.HeaderClassName
{
color: #282883;
}
.AnyTagClassName
{
color: #282883;
}
</style>
background-color css
<style>
a { background-color: #282883; }
a { background-color: rgb(40,40,131); }
div.DivClassName
{
background-color: #282883;
}
.BgClassName
{
background-color: #282883;
}
</style>
border-color css
<style>
span { border-color: #282883; }
span { border-color: rgb(40,40,131); }
td.TdClassName
{
border-color: #282883;
}
.TagClassName
{
border-color: #282883;
}
</style>