Shades of Midnight Blue #27267F
Tints of Midnight Blue #27267F
RGB
CMYK
RGB Variations
Color information
#27267F (or 0x27267F) is known color: Midnight Blue. HEX triplet: 27, 26 and 7F. RGB value is (39,38,127). Sum of RGB (Red+Green+Blue) = 39+38+127=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #27267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27267F is #D8D980. Grayscale: #303030. Windows color (decimal): -14211457 or 8332839. OLE color: 8332839.
HSL color Cylindrical-coordinate representation of color #27267F: hue angle of 240.67º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27267F is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 38 | 127 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.50 |
| HSL | 240.67º | 0.54% | 0.32% | - |
| HSV(B) | 240.67º | 0.7% | 0.5% | - |
| XYZ | 5.36 | 3.35 | 20.44 | - |
| YUV | 48.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 127 | 0.69 | 0.70 | 0 | 0.50 | 240.67 | 0.54 | 0.32 |
| Hex | 27 | 26 | 7F | 45 | 46 | 0 | 32 | F1 | 36 | 20 |
| Octal | 47 | 46 | 177 | 105 | 106 | 0 | 62 | 361 | 66 | 40 |
| Binary | 100111 | 100110 | 1111111 | 1000101 | 1000110 | 0 | 110010 | 11110001 | 110110 | 100000 |
Color Harmonies of #27267F
Complementary color
Monochromatic Colors of #27267F
Black with #27267F
Text Example
Text Example
White with #27267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27267F; }
p { color: rgb(39,38,127); }
H1.HeaderClassName
{
color: #27267F;
}
.AnyTagClassName
{
color: #27267F;
}
</style>
background-color css
<style>
a { background-color: #27267F; }
a { background-color: rgb(39,38,127); }
div.DivClassName
{
background-color: #27267F;
}
.BgClassName
{
background-color: #27267F;
}
</style>
border-color css
<style>
span { border-color: #27267F; }
span { border-color: rgb(39,38,127); }
td.TdClassName
{
border-color: #27267F;
}
.TagClassName
{
border-color: #27267F;
}
</style>