Shades of Midnight Blue #28277B
Tints of Midnight Blue #28277B
RGB
CMYK
RGB Variations
Color information
#28277B (or 0x28277B) is known color: Midnight Blue. HEX triplet: 28, 27 and 7B. RGB value is (40,39,123). Sum of RGB (Red+Green+Blue) = 40+39+123=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #28277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28277B is #D7D884. Grayscale: #303030. Windows color (decimal): -14145669 or 8070952. OLE color: 8070952.
HSL color Cylindrical-coordinate representation of color #28277B: hue angle of 240.71º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28277B is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 39 | 123 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.52 |
| HSL | 240.71º | 0.52% | 0.32% | - |
| HSV(B) | 240.71º | 0.68% | 0.48% | - |
| XYZ | 5.18 | 3.33 | 19.11 | - |
| YUV | 48.88 | 169.83 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 123 | 0.67 | 0.68 | 0 | 0.52 | 240.71 | 0.52 | 0.32 |
| Hex | 28 | 27 | 7B | 43 | 44 | 0 | 34 | F1 | 34 | 20 |
| Octal | 50 | 47 | 173 | 103 | 104 | 0 | 64 | 361 | 64 | 40 |
| Binary | 101000 | 100111 | 1111011 | 1000011 | 1000100 | 0 | 110100 | 11110001 | 110100 | 100000 |
Color Harmonies of #28277B
Complementary color
Monochromatic Colors of #28277B
Black with #28277B
Text Example
Text Example
White with #28277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28277B; }
p { color: rgb(40,39,123); }
H1.HeaderClassName
{
color: #28277B;
}
.AnyTagClassName
{
color: #28277B;
}
</style>
background-color css
<style>
a { background-color: #28277B; }
a { background-color: rgb(40,39,123); }
div.DivClassName
{
background-color: #28277B;
}
.BgClassName
{
background-color: #28277B;
}
</style>
border-color css
<style>
span { border-color: #28277B; }
span { border-color: rgb(40,39,123); }
td.TdClassName
{
border-color: #28277B;
}
.TagClassName
{
border-color: #28277B;
}
</style>