Shades of Midnight Blue #272572
Tints of Midnight Blue #272572
RGB
CMYK
RGB Variations
Color information
#272572 (or 0x272572) is known color: Midnight Blue. HEX triplet: 27, 25 and 72. RGB value is (39,37,114). Sum of RGB (Red+Green+Blue) = 39+37+114=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #272572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272572 is #D8DA8D. Grayscale: #2E2E2E. Windows color (decimal): -14211726 or 7480615. OLE color: 7480615.
HSL color Cylindrical-coordinate representation of color #272572: hue angle of 241.56º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #272572 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 37 | 114 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.55 |
| HSL | 241.56º | 0.51% | 0.3% | - |
| HSV(B) | 241.56º | 0.68% | 0.45% | - |
| XYZ | 4.54 | 2.97 | 16.25 | - |
| YUV | 46.38 | 166.16 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 37 | 114 | 0.66 | 0.68 | 0 | 0.55 | 241.56 | 0.51 | 0.3 |
| Hex | 27 | 25 | 72 | 42 | 44 | 0 | 37 | F2 | 33 | 1E |
| Octal | 47 | 45 | 162 | 102 | 104 | 0 | 67 | 362 | 63 | 36 |
| Binary | 100111 | 100101 | 1110010 | 1000010 | 1000100 | 0 | 110111 | 11110010 | 110011 | 11110 |
Color Harmonies of #272572
Complementary color
Monochromatic Colors of #272572
Black with #272572
Text Example
Text Example
White with #272572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272572; }
p { color: rgb(39,37,114); }
H1.HeaderClassName
{
color: #272572;
}
.AnyTagClassName
{
color: #272572;
}
</style>
background-color css
<style>
a { background-color: #272572; }
a { background-color: rgb(39,37,114); }
div.DivClassName
{
background-color: #272572;
}
.BgClassName
{
background-color: #272572;
}
</style>
border-color css
<style>
span { border-color: #272572; }
span { border-color: rgb(39,37,114); }
td.TdClassName
{
border-color: #272572;
}
.TagClassName
{
border-color: #272572;
}
</style>