Shades of Midnight Blue #281F77
Tints of Midnight Blue #281F77
RGB
CMYK
RGB Variations
Color information
#281F77 (or 0x281F77) is known color: Midnight Blue. HEX triplet: 28, 1F and 77. RGB value is (40,31,119). Sum of RGB (Red+Green+Blue) = 40+31+119=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #281F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F77 is #D7E088. Grayscale: #2B2B2B. Windows color (decimal): -14147721 or 7806760. OLE color: 7806760.
HSL color Cylindrical-coordinate representation of color #281F77: hue angle of 246.14º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #281F77 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 31 | 119 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.53 |
| HSL | 246.14º | 0.59% | 0.29% | - |
| HSV(B) | 246.14º | 0.74% | 0.47% | - |
| XYZ | 4.69 | 2.76 | 17.74 | - |
| YUV | 43.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 119 | 0.66 | 0.74 | 0 | 0.53 | 246.14 | 0.59 | 0.29 |
| Hex | 28 | 1F | 77 | 42 | 4A | 0 | 35 | F6 | 3B | 1D |
| Octal | 50 | 37 | 167 | 102 | 112 | 0 | 65 | 366 | 73 | 35 |
| Binary | 101000 | 11111 | 1110111 | 1000010 | 1001010 | 0 | 110101 | 11110110 | 111011 | 11101 |
Color Harmonies of #281F77
Complementary color
Monochromatic Colors of #281F77
Black with #281F77
Text Example
Text Example
White with #281F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F77; }
p { color: rgb(40,31,119); }
H1.HeaderClassName
{
color: #281F77;
}
.AnyTagClassName
{
color: #281F77;
}
</style>
background-color css
<style>
a { background-color: #281F77; }
a { background-color: rgb(40,31,119); }
div.DivClassName
{
background-color: #281F77;
}
.BgClassName
{
background-color: #281F77;
}
</style>
border-color css
<style>
span { border-color: #281F77; }
span { border-color: rgb(40,31,119); }
td.TdClassName
{
border-color: #281F77;
}
.TagClassName
{
border-color: #281F77;
}
</style>