Shades of Midnight Blue #281D71
Tints of Midnight Blue #281D71
RGB
CMYK
RGB Variations
Color information
#281D71 (or 0x281D71) is known color: Midnight Blue. HEX triplet: 28, 1D and 71. RGB value is (40,29,113). Sum of RGB (Red+Green+Blue) = 40+29+113=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #281D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281D71 is #D7E28E. Grayscale: #292929. Windows color (decimal): -14148239 or 7413032. OLE color: 7413032.
HSL color Cylindrical-coordinate representation of color #281D71: hue angle of 247.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #281D71 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 29 | 113 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.56 |
| HSL | 247.86º | 0.59% | 0.28% | - |
| HSV(B) | 247.86º | 0.74% | 0.44% | - |
| XYZ | 4.3 | 2.52 | 15.88 | - |
| YUV | 41.87 | 168.14 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 113 | 0.65 | 0.74 | 0 | 0.56 | 247.86 | 0.59 | 0.28 |
| Hex | 28 | 1D | 71 | 41 | 4A | 0 | 38 | F8 | 3B | 1C |
| Octal | 50 | 35 | 161 | 101 | 112 | 0 | 70 | 370 | 73 | 34 |
| Binary | 101000 | 11101 | 1110001 | 1000001 | 1001010 | 0 | 111000 | 11111000 | 111011 | 11100 |
Color Harmonies of #281D71
Complementary color
Monochromatic Colors of #281D71
Black with #281D71
Text Example
Text Example
White with #281D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D71; }
p { color: rgb(40,29,113); }
H1.HeaderClassName
{
color: #281D71;
}
.AnyTagClassName
{
color: #281D71;
}
</style>
background-color css
<style>
a { background-color: #281D71; }
a { background-color: rgb(40,29,113); }
div.DivClassName
{
background-color: #281D71;
}
.BgClassName
{
background-color: #281D71;
}
</style>
border-color css
<style>
span { border-color: #281D71; }
span { border-color: rgb(40,29,113); }
td.TdClassName
{
border-color: #281D71;
}
.TagClassName
{
border-color: #281D71;
}
</style>