Shades of Midnight Blue #28207C
Tints of Midnight Blue #28207C
RGB
CMYK
RGB Variations
Color information
#28207C (or 0x28207C) is known color: Midnight Blue. HEX triplet: 28, 20 and 7C. RGB value is (40,32,124). Sum of RGB (Red+Green+Blue) = 40+32+124=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #28207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28207C is #D7DF83. Grayscale: #2C2C2C. Windows color (decimal): -14147460 or 8134696. OLE color: 8134696.
HSL color Cylindrical-coordinate representation of color #28207C: hue angle of 245.22º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28207C is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 32 | 124 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.51 |
| HSL | 245.22º | 0.59% | 0.31% | - |
| HSV(B) | 245.22º | 0.74% | 0.49% | - |
| XYZ | 5.03 | 2.94 | 19.37 | - |
| YUV | 44.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 124 | 0.68 | 0.74 | 0 | 0.51 | 245.22 | 0.59 | 0.31 |
| Hex | 28 | 20 | 7C | 44 | 4A | 0 | 33 | F5 | 3B | 1F |
| Octal | 50 | 40 | 174 | 104 | 112 | 0 | 63 | 365 | 73 | 37 |
| Binary | 101000 | 100000 | 1111100 | 1000100 | 1001010 | 0 | 110011 | 11110101 | 111011 | 11111 |
Color Harmonies of #28207C
Complementary color
Monochromatic Colors of #28207C
Black with #28207C
Text Example
Text Example
White with #28207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28207C; }
p { color: rgb(40,32,124); }
H1.HeaderClassName
{
color: #28207C;
}
.AnyTagClassName
{
color: #28207C;
}
</style>
background-color css
<style>
a { background-color: #28207C; }
a { background-color: rgb(40,32,124); }
div.DivClassName
{
background-color: #28207C;
}
.BgClassName
{
background-color: #28207C;
}
</style>
border-color css
<style>
span { border-color: #28207C; }
span { border-color: rgb(40,32,124); }
td.TdClassName
{
border-color: #28207C;
}
.TagClassName
{
border-color: #28207C;
}
</style>