Shades of Midnight Blue #28297F
Tints of Midnight Blue #28297F
RGB
CMYK
RGB Variations
Color information
#28297F (or 0x28297F) is known color: Midnight Blue. HEX triplet: 28, 29 and 7F. RGB value is (40,41,127). Sum of RGB (Red+Green+Blue) = 40+41+127=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #28297F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28297F is #D7D680. Grayscale: #323232. Windows color (decimal): -14145153 or 8333608. OLE color: 8333608.
HSL color Cylindrical-coordinate representation of color #28297F: hue angle of 239.31º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28297F is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 41 | 127 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.50 |
| HSL | 239.31º | 0.52% | 0.33% | - |
| HSV(B) | 239.31º | 0.69% | 0.5% | - |
| XYZ | 5.5 | 3.57 | 20.48 | - |
| YUV | 50.51 | 171.17 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 127 | 0.69 | 0.68 | 0 | 0.50 | 239.31 | 0.52 | 0.33 |
| Hex | 28 | 29 | 7F | 45 | 44 | 0 | 32 | EF | 34 | 21 |
| Octal | 50 | 51 | 177 | 105 | 104 | 0 | 62 | 357 | 64 | 41 |
| Binary | 101000 | 101001 | 1111111 | 1000101 | 1000100 | 0 | 110010 | 11101111 | 110100 | 100001 |
Color Harmonies of #28297F
Complementary color
Monochromatic Colors of #28297F
Black with #28297F
Text Example
Text Example
White with #28297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28297F; }
p { color: rgb(40,41,127); }
H1.HeaderClassName
{
color: #28297F;
}
.AnyTagClassName
{
color: #28297F;
}
</style>
background-color css
<style>
a { background-color: #28297F; }
a { background-color: rgb(40,41,127); }
div.DivClassName
{
background-color: #28297F;
}
.BgClassName
{
background-color: #28297F;
}
</style>
border-color css
<style>
span { border-color: #28297F; }
span { border-color: rgb(40,41,127); }
td.TdClassName
{
border-color: #28297F;
}
.TagClassName
{
border-color: #28297F;
}
</style>