Shades of Midnight Blue #281C71
Tints of Midnight Blue #281C71
RGB
CMYK
RGB Variations
Color information
#281C71 (or 0x281C71) is known color: Midnight Blue. HEX triplet: 28, 1C and 71. RGB value is (40,28,113). Sum of RGB (Red+Green+Blue) = 40+28+113=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #281C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281C71 is #D7E38E. Grayscale: #282828. Windows color (decimal): -14148495 or 7412776. OLE color: 7412776.
HSL color Cylindrical-coordinate representation of color #281C71: hue angle of 248.47º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #281C71 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 28 | 113 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.56 |
| HSL | 248.47º | 0.6% | 0.28% | - |
| HSV(B) | 248.47º | 0.75% | 0.44% | - |
| XYZ | 4.27 | 2.47 | 15.88 | - |
| YUV | 41.28 | 168.48 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 113 | 0.65 | 0.75 | 0 | 0.56 | 248.47 | 0.6 | 0.28 |
| Hex | 28 | 1C | 71 | 41 | 4B | 0 | 38 | F8 | 3C | 1C |
| Octal | 50 | 34 | 161 | 101 | 113 | 0 | 70 | 370 | 74 | 34 |
| Binary | 101000 | 11100 | 1110001 | 1000001 | 1001011 | 0 | 111000 | 11111000 | 111100 | 11100 |
Color Harmonies of #281C71
Complementary color
Monochromatic Colors of #281C71
Black with #281C71
Text Example
Text Example
White with #281C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C71; }
p { color: rgb(40,28,113); }
H1.HeaderClassName
{
color: #281C71;
}
.AnyTagClassName
{
color: #281C71;
}
</style>
background-color css
<style>
a { background-color: #281C71; }
a { background-color: rgb(40,28,113); }
div.DivClassName
{
background-color: #281C71;
}
.BgClassName
{
background-color: #281C71;
}
</style>
border-color css
<style>
span { border-color: #281C71; }
span { border-color: rgb(40,28,113); }
td.TdClassName
{
border-color: #281C71;
}
.TagClassName
{
border-color: #281C71;
}
</style>