Shades of Midnight Blue #281C6E
Tints of Midnight Blue #281C6E
RGB
CMYK
RGB Variations
Color information
#281C6E (or 0x281C6E) is known color: Midnight Blue. HEX triplet: 28, 1C and 6E. RGB value is (40,28,110). Sum of RGB (Red+Green+Blue) = 40+28+110=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #281C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281C6E is #D7E391. Grayscale: #282828. Windows color (decimal): -14148498 or 7216168. OLE color: 7216168.
HSL color Cylindrical-coordinate representation of color #281C6E: hue angle of 248.78º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #281C6E is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 28 | 110 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.57 |
| HSL | 248.78º | 0.59% | 0.27% | - |
| HSV(B) | 248.78º | 0.75% | 0.43% | - |
| XYZ | 4.1 | 2.41 | 15 | - |
| YUV | 40.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 110 | 0.64 | 0.75 | 0 | 0.57 | 248.78 | 0.59 | 0.27 |
| Hex | 28 | 1C | 6E | 40 | 4B | 0 | 39 | F9 | 3B | 1B |
| Octal | 50 | 34 | 156 | 100 | 113 | 0 | 71 | 371 | 73 | 33 |
| Binary | 101000 | 11100 | 1101110 | 1000000 | 1001011 | 0 | 111001 | 11111001 | 111011 | 11011 |
Color Harmonies of #281C6E
Complementary color
Monochromatic Colors of #281C6E
Black with #281C6E
Text Example
Text Example
White with #281C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C6E; }
p { color: rgb(40,28,110); }
H1.HeaderClassName
{
color: #281C6E;
}
.AnyTagClassName
{
color: #281C6E;
}
</style>
background-color css
<style>
a { background-color: #281C6E; }
a { background-color: rgb(40,28,110); }
div.DivClassName
{
background-color: #281C6E;
}
.BgClassName
{
background-color: #281C6E;
}
</style>
border-color css
<style>
span { border-color: #281C6E; }
span { border-color: rgb(40,28,110); }
td.TdClassName
{
border-color: #281C6E;
}
.TagClassName
{
border-color: #281C6E;
}
</style>