Shades of Midnight Blue #281D75
Tints of Midnight Blue #281D75
RGB
CMYK
RGB Variations
Color information
#281D75 (or 0x281D75) is known color: Midnight Blue. HEX triplet: 28, 1D and 75. RGB value is (40,29,117). Sum of RGB (Red+Green+Blue) = 40+29+117=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #281D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281D75 is #D7E28A. Grayscale: #292929. Windows color (decimal): -14148235 or 7675176. OLE color: 7675176.
HSL color Cylindrical-coordinate representation of color #281D75: hue angle of 247.5º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #281D75 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 29 | 117 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.54 |
| HSL | 247.5º | 0.6% | 0.29% | - |
| HSV(B) | 247.5º | 0.75% | 0.46% | - |
| XYZ | 4.53 | 2.61 | 17.1 | - |
| YUV | 42.32 | 170.14 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 117 | 0.66 | 0.75 | 0 | 0.54 | 247.5 | 0.6 | 0.29 |
| Hex | 28 | 1D | 75 | 42 | 4B | 0 | 36 | F8 | 3C | 1D |
| Octal | 50 | 35 | 165 | 102 | 113 | 0 | 66 | 370 | 74 | 35 |
| Binary | 101000 | 11101 | 1110101 | 1000010 | 1001011 | 0 | 110110 | 11111000 | 111100 | 11101 |
Color Harmonies of #281D75
Complementary color
Monochromatic Colors of #281D75
Black with #281D75
Text Example
Text Example
White with #281D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D75; }
p { color: rgb(40,29,117); }
H1.HeaderClassName
{
color: #281D75;
}
.AnyTagClassName
{
color: #281D75;
}
</style>
background-color css
<style>
a { background-color: #281D75; }
a { background-color: rgb(40,29,117); }
div.DivClassName
{
background-color: #281D75;
}
.BgClassName
{
background-color: #281D75;
}
</style>
border-color css
<style>
span { border-color: #281D75; }
span { border-color: rgb(40,29,117); }
td.TdClassName
{
border-color: #281D75;
}
.TagClassName
{
border-color: #281D75;
}
</style>