Shades of Midnight Blue #281B72
Tints of Midnight Blue #281B72
RGB
CMYK
RGB Variations
Color information
#281B72 (or 0x281B72) is known color: Midnight Blue. HEX triplet: 28, 1B and 72. RGB value is (40,27,114). Sum of RGB (Red+Green+Blue) = 40+27+114=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #281B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281B72 is #D7E48D. Grayscale: #282828. Windows color (decimal): -14148750 or 7478056. OLE color: 7478056.
HSL color Cylindrical-coordinate representation of color #281B72: hue angle of 248.97º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #281B72 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 27 | 114 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.55 |
| HSL | 248.97º | 0.62% | 0.28% | - |
| HSV(B) | 248.97º | 0.76% | 0.45% | - |
| XYZ | 4.3 | 2.45 | 16.17 | - |
| YUV | 40.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 114 | 0.65 | 0.76 | 0 | 0.55 | 248.97 | 0.62 | 0.28 |
| Hex | 28 | 1B | 72 | 41 | 4C | 0 | 37 | F9 | 3E | 1C |
| Octal | 50 | 33 | 162 | 101 | 114 | 0 | 67 | 371 | 76 | 34 |
| Binary | 101000 | 11011 | 1110010 | 1000001 | 1001100 | 0 | 110111 | 11111001 | 111110 | 11100 |
Color Harmonies of #281B72
Complementary color
Monochromatic Colors of #281B72
Black with #281B72
Text Example
Text Example
White with #281B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B72; }
p { color: rgb(40,27,114); }
H1.HeaderClassName
{
color: #281B72;
}
.AnyTagClassName
{
color: #281B72;
}
</style>
background-color css
<style>
a { background-color: #281B72; }
a { background-color: rgb(40,27,114); }
div.DivClassName
{
background-color: #281B72;
}
.BgClassName
{
background-color: #281B72;
}
</style>
border-color css
<style>
span { border-color: #281B72; }
span { border-color: rgb(40,27,114); }
td.TdClassName
{
border-color: #281B72;
}
.TagClassName
{
border-color: #281B72;
}
</style>