Shades of Midnight Blue #272076
Tints of Midnight Blue #272076
RGB
CMYK
RGB Variations
Color information
#272076 (or 0x272076) is known color: Midnight Blue. HEX triplet: 27, 20 and 76. RGB value is (39,32,118). Sum of RGB (Red+Green+Blue) = 39+32+118=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #272076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272076 is #D8DF89. Grayscale: #2B2B2B. Windows color (decimal): -14213002 or 7741479. OLE color: 7741479.
HSL color Cylindrical-coordinate representation of color #272076: hue angle of 244.88º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #272076 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 32 | 118 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.54 |
| HSL | 244.88º | 0.57% | 0.29% | - |
| HSV(B) | 244.88º | 0.73% | 0.46% | - |
| XYZ | 4.62 | 2.77 | 17.43 | - |
| YUV | 43.9 | 169.82 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 118 | 0.67 | 0.73 | 0 | 0.54 | 244.88 | 0.57 | 0.29 |
| Hex | 27 | 20 | 76 | 43 | 49 | 0 | 36 | F5 | 39 | 1D |
| Octal | 47 | 40 | 166 | 103 | 111 | 0 | 66 | 365 | 71 | 35 |
| Binary | 100111 | 100000 | 1110110 | 1000011 | 1001001 | 0 | 110110 | 11110101 | 111001 | 11101 |
Color Harmonies of #272076
Complementary color
Monochromatic Colors of #272076
Black with #272076
Text Example
Text Example
White with #272076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272076; }
p { color: rgb(39,32,118); }
H1.HeaderClassName
{
color: #272076;
}
.AnyTagClassName
{
color: #272076;
}
</style>
background-color css
<style>
a { background-color: #272076; }
a { background-color: rgb(39,32,118); }
div.DivClassName
{
background-color: #272076;
}
.BgClassName
{
background-color: #272076;
}
</style>
border-color css
<style>
span { border-color: #272076; }
span { border-color: rgb(39,32,118); }
td.TdClassName
{
border-color: #272076;
}
.TagClassName
{
border-color: #272076;
}
</style>