Shades of Midnight Blue #27267E
Tints of Midnight Blue #27267E
RGB
CMYK
RGB Variations
Color information
#27267E (or 0x27267E) is known color: Midnight Blue. HEX triplet: 27, 26 and 7E. RGB value is (39,38,126). Sum of RGB (Red+Green+Blue) = 39+38+126=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #27267E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27267E is #D8D981. Grayscale: #2F2F2F. Windows color (decimal): -14211458 or 8267303. OLE color: 8267303.
HSL color Cylindrical-coordinate representation of color #27267E: hue angle of 240.68º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27267E is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 38 | 126 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.51 |
| HSL | 240.68º | 0.54% | 0.32% | - |
| HSV(B) | 240.68º | 0.7% | 0.49% | - |
| XYZ | 5.3 | 3.32 | 20.1 | - |
| YUV | 48.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 126 | 0.69 | 0.70 | 0 | 0.51 | 240.68 | 0.54 | 0.32 |
| Hex | 27 | 26 | 7E | 45 | 46 | 0 | 33 | F1 | 36 | 20 |
| Octal | 47 | 46 | 176 | 105 | 106 | 0 | 63 | 361 | 66 | 40 |
| Binary | 100111 | 100110 | 1111110 | 1000101 | 1000110 | 0 | 110011 | 11110001 | 110110 | 100000 |
Color Harmonies of #27267E
Complementary color
Monochromatic Colors of #27267E
Black with #27267E
Text Example
Text Example
White with #27267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27267E; }
p { color: rgb(39,38,126); }
H1.HeaderClassName
{
color: #27267E;
}
.AnyTagClassName
{
color: #27267E;
}
</style>
background-color css
<style>
a { background-color: #27267E; }
a { background-color: rgb(39,38,126); }
div.DivClassName
{
background-color: #27267E;
}
.BgClassName
{
background-color: #27267E;
}
</style>
border-color css
<style>
span { border-color: #27267E; }
span { border-color: rgb(39,38,126); }
td.TdClassName
{
border-color: #27267E;
}
.TagClassName
{
border-color: #27267E;
}
</style>