Shades of Midnight Blue #281C73
Tints of Midnight Blue #281C73
RGB
CMYK
RGB Variations
Color information
#281C73 (or 0x281C73) is known color: Midnight Blue. HEX triplet: 28, 1C and 73. RGB value is (40,28,115). Sum of RGB (Red+Green+Blue) = 40+28+115=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #281C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281C73 is #D7E38C. Grayscale: #292929. Windows color (decimal): -14148493 or 7543848. OLE color: 7543848.
HSL color Cylindrical-coordinate representation of color #281C73: hue angle of 248.28º degrees, saturation: 0.61, 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 #281C73 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 28 | 115 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.55 |
| HSL | 248.28º | 0.61% | 0.28% | - |
| HSV(B) | 248.28º | 0.76% | 0.45% | - |
| XYZ | 4.38 | 2.52 | 16.47 | - |
| YUV | 41.51 | 169.48 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 115 | 0.65 | 0.76 | 0 | 0.55 | 248.28 | 0.61 | 0.28 |
| Hex | 28 | 1C | 73 | 41 | 4C | 0 | 37 | F8 | 3D | 1C |
| Octal | 50 | 34 | 163 | 101 | 114 | 0 | 67 | 370 | 75 | 34 |
| Binary | 101000 | 11100 | 1110011 | 1000001 | 1001100 | 0 | 110111 | 11111000 | 111101 | 11100 |
Color Harmonies of #281C73
Complementary color
Monochromatic Colors of #281C73
Black with #281C73
Text Example
Text Example
White with #281C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C73; }
p { color: rgb(40,28,115); }
H1.HeaderClassName
{
color: #281C73;
}
.AnyTagClassName
{
color: #281C73;
}
</style>
background-color css
<style>
a { background-color: #281C73; }
a { background-color: rgb(40,28,115); }
div.DivClassName
{
background-color: #281C73;
}
.BgClassName
{
background-color: #281C73;
}
</style>
border-color css
<style>
span { border-color: #281C73; }
span { border-color: rgb(40,28,115); }
td.TdClassName
{
border-color: #281C73;
}
.TagClassName
{
border-color: #281C73;
}
</style>