Shades of Midnight Blue #281D79
Tints of Midnight Blue #281D79
RGB
CMYK
RGB Variations
Color information
#281D79 (or 0x281D79) is known color: Midnight Blue. HEX triplet: 28, 1D and 79. RGB value is (40,29,121). Sum of RGB (Red+Green+Blue) = 40+29+121=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #281D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281D79 is #D7E286. Grayscale: #2A2A2A. Windows color (decimal): -14148231 or 7937320. OLE color: 7937320.
HSL color Cylindrical-coordinate representation of color #281D79: hue angle of 247.17º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #281D79 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 29 | 121 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.53 |
| HSL | 247.17º | 0.61% | 0.29% | - |
| HSV(B) | 247.17º | 0.76% | 0.47% | - |
| XYZ | 4.77 | 2.71 | 18.36 | - |
| YUV | 42.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 121 | 0.67 | 0.76 | 0 | 0.53 | 247.17 | 0.61 | 0.29 |
| Hex | 28 | 1D | 79 | 43 | 4C | 0 | 35 | F7 | 3D | 1D |
| Octal | 50 | 35 | 171 | 103 | 114 | 0 | 65 | 367 | 75 | 35 |
| Binary | 101000 | 11101 | 1111001 | 1000011 | 1001100 | 0 | 110101 | 11110111 | 111101 | 11101 |
Color Harmonies of #281D79
Complementary color
Monochromatic Colors of #281D79
Black with #281D79
Text Example
Text Example
White with #281D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D79; }
p { color: rgb(40,29,121); }
H1.HeaderClassName
{
color: #281D79;
}
.AnyTagClassName
{
color: #281D79;
}
</style>
background-color css
<style>
a { background-color: #281D79; }
a { background-color: rgb(40,29,121); }
div.DivClassName
{
background-color: #281D79;
}
.BgClassName
{
background-color: #281D79;
}
</style>
border-color css
<style>
span { border-color: #281D79; }
span { border-color: rgb(40,29,121); }
td.TdClassName
{
border-color: #281D79;
}
.TagClassName
{
border-color: #281D79;
}
</style>