Shades of Midnight Blue #281A6E
Tints of Midnight Blue #281A6E
RGB
CMYK
RGB Variations
Color information
#281A6E (or 0x281A6E) is known color: Midnight Blue. HEX triplet: 28, 1A and 6E. RGB value is (40,26,110). Sum of RGB (Red+Green+Blue) = 40+26+110=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #281A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281A6E is #D7E591. Grayscale: #272727. Windows color (decimal): -14149010 or 7215656. OLE color: 7215656.
HSL color Cylindrical-coordinate representation of color #281A6E: hue angle of 250º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #281A6E is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 26 | 110 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.57 |
| HSL | 250º | 0.62% | 0.27% | - |
| HSV(B) | 250º | 0.76% | 0.43% | - |
| XYZ | 4.06 | 2.32 | 14.98 | - |
| YUV | 39.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 110 | 0.64 | 0.76 | 0 | 0.57 | 250 | 0.62 | 0.27 |
| Hex | 28 | 1A | 6E | 40 | 4C | 0 | 39 | FA | 3E | 1B |
| Octal | 50 | 32 | 156 | 100 | 114 | 0 | 71 | 372 | 76 | 33 |
| Binary | 101000 | 11010 | 1101110 | 1000000 | 1001100 | 0 | 111001 | 11111010 | 111110 | 11011 |
Color Harmonies of #281A6E
Complementary color
Monochromatic Colors of #281A6E
Black with #281A6E
Text Example
Text Example
White with #281A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A6E; }
p { color: rgb(40,26,110); }
H1.HeaderClassName
{
color: #281A6E;
}
.AnyTagClassName
{
color: #281A6E;
}
</style>
background-color css
<style>
a { background-color: #281A6E; }
a { background-color: rgb(40,26,110); }
div.DivClassName
{
background-color: #281A6E;
}
.BgClassName
{
background-color: #281A6E;
}
</style>
border-color css
<style>
span { border-color: #281A6E; }
span { border-color: rgb(40,26,110); }
td.TdClassName
{
border-color: #281A6E;
}
.TagClassName
{
border-color: #281A6E;
}
</style>