Shades of Midnight Blue #28206E
Tints of Midnight Blue #28206E
RGB
CMYK
RGB Variations
Color information
#28206E (or 0x28206E) is known color: Midnight Blue. HEX triplet: 28, 20 and 6E. RGB value is (40,32,110). Sum of RGB (Red+Green+Blue) = 40+32+110=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #28206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28206E is #D7DF91. Grayscale: #2A2A2A. Windows color (decimal): -14147474 or 7217192. OLE color: 7217192.
HSL color Cylindrical-coordinate representation of color #28206E: hue angle of 246.15º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28206E is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 32 | 110 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.57 |
| HSL | 246.15º | 0.55% | 0.28% | - |
| HSV(B) | 246.15º | 0.71% | 0.43% | - |
| XYZ | 4.21 | 2.61 | 15.03 | - |
| YUV | 43.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 110 | 0.64 | 0.71 | 0 | 0.57 | 246.15 | 0.55 | 0.28 |
| Hex | 28 | 20 | 6E | 40 | 47 | 0 | 39 | F6 | 37 | 1C |
| Octal | 50 | 40 | 156 | 100 | 107 | 0 | 71 | 366 | 67 | 34 |
| Binary | 101000 | 100000 | 1101110 | 1000000 | 1000111 | 0 | 111001 | 11110110 | 110111 | 11100 |
Color Harmonies of #28206E
Complementary color
Monochromatic Colors of #28206E
Black with #28206E
Text Example
Text Example
White with #28206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28206E; }
p { color: rgb(40,32,110); }
H1.HeaderClassName
{
color: #28206E;
}
.AnyTagClassName
{
color: #28206E;
}
</style>
background-color css
<style>
a { background-color: #28206E; }
a { background-color: rgb(40,32,110); }
div.DivClassName
{
background-color: #28206E;
}
.BgClassName
{
background-color: #28206E;
}
</style>
border-color css
<style>
span { border-color: #28206E; }
span { border-color: rgb(40,32,110); }
td.TdClassName
{
border-color: #28206E;
}
.TagClassName
{
border-color: #28206E;
}
</style>