Shades of Midnight Blue #28277F
Tints of Midnight Blue #28277F
RGB
CMYK
RGB Variations
Color information
#28277F (or 0x28277F) is known color: Midnight Blue. HEX triplet: 28, 27 and 7F. RGB value is (40,39,127). Sum of RGB (Red+Green+Blue) = 40+39+127=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #28277F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28277F is #D7D880. Grayscale: #303030. Windows color (decimal): -14145665 or 8333096. OLE color: 8333096.
HSL color Cylindrical-coordinate representation of color #28277F: hue angle of 240.68º degrees, saturation: 0.53, 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 #28277F is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 39 | 127 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.50 |
| HSL | 240.68º | 0.53% | 0.33% | - |
| HSV(B) | 240.68º | 0.69% | 0.5% | - |
| XYZ | 5.43 | 3.43 | 20.46 | - |
| YUV | 49.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 127 | 0.69 | 0.69 | 0 | 0.50 | 240.68 | 0.53 | 0.33 |
| Hex | 28 | 27 | 7F | 45 | 45 | 0 | 32 | F1 | 35 | 21 |
| Octal | 50 | 47 | 177 | 105 | 105 | 0 | 62 | 361 | 65 | 41 |
| Binary | 101000 | 100111 | 1111111 | 1000101 | 1000101 | 0 | 110010 | 11110001 | 110101 | 100001 |
Color Harmonies of #28277F
Complementary color
Monochromatic Colors of #28277F
Black with #28277F
Text Example
Text Example
White with #28277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28277F; }
p { color: rgb(40,39,127); }
H1.HeaderClassName
{
color: #28277F;
}
.AnyTagClassName
{
color: #28277F;
}
</style>
background-color css
<style>
a { background-color: #28277F; }
a { background-color: rgb(40,39,127); }
div.DivClassName
{
background-color: #28277F;
}
.BgClassName
{
background-color: #28277F;
}
</style>
border-color css
<style>
span { border-color: #28277F; }
span { border-color: rgb(40,39,127); }
td.TdClassName
{
border-color: #28277F;
}
.TagClassName
{
border-color: #28277F;
}
</style>