Shades of Midnight Blue #27287E
Tints of Midnight Blue #27287E
RGB
CMYK
RGB Variations
Color information
#27287E (or 0x27287E) is known color: Midnight Blue. HEX triplet: 27, 28 and 7E. RGB value is (39,40,126). Sum of RGB (Red+Green+Blue) = 39+40+126=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 126 (49.61% from 255 or 61.46% from 205); Max value from RGB is 126 - color contains mainly: blue. Hex color #27287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27287E is #D8D781. Grayscale: #313131. Windows color (decimal): -14210946 or 8267815. OLE color: 8267815.
HSL color Cylindrical-coordinate representation of color #27287E: hue angle of 239.31º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27287E is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 40 | 126 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.51 |
| HSL | 239.31º | 0.53% | 0.32% | - |
| HSV(B) | 239.31º | 0.69% | 0.49% | - |
| XYZ | 5.36 | 3.46 | 20.12 | - |
| YUV | 49.51 | 171.17 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 126 | 0.69 | 0.68 | 0 | 0.51 | 239.31 | 0.53 | 0.32 |
| Hex | 27 | 28 | 7E | 45 | 44 | 0 | 33 | EF | 35 | 20 |
| Octal | 47 | 50 | 176 | 105 | 104 | 0 | 63 | 357 | 65 | 40 |
| Binary | 100111 | 101000 | 1111110 | 1000101 | 1000100 | 0 | 110011 | 11101111 | 110101 | 100000 |
Color Harmonies of #27287E
Complementary color
Monochromatic Colors of #27287E
Black with #27287E
Text Example
Text Example
White with #27287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27287E; }
p { color: rgb(39,40,126); }
H1.HeaderClassName
{
color: #27287E;
}
.AnyTagClassName
{
color: #27287E;
}
</style>
background-color css
<style>
a { background-color: #27287E; }
a { background-color: rgb(39,40,126); }
div.DivClassName
{
background-color: #27287E;
}
.BgClassName
{
background-color: #27287E;
}
</style>
border-color css
<style>
span { border-color: #27287E; }
span { border-color: rgb(39,40,126); }
td.TdClassName
{
border-color: #27287E;
}
.TagClassName
{
border-color: #27287E;
}
</style>