Shades of Midnight Blue #272872
Tints of Midnight Blue #272872
RGB
CMYK
RGB Variations
Color information
#272872 (or 0x272872) is known color: Midnight Blue. HEX triplet: 27, 28 and 72. RGB value is (39,40,114). Sum of RGB (Red+Green+Blue) = 39+40+114=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #272872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272872 is #D8D78D. Grayscale: #2F2F2F. Windows color (decimal): -14210958 or 7481383. OLE color: 7481383.
HSL color Cylindrical-coordinate representation of color #272872: hue angle of 239.2º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #272872 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 40 | 114 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.55 |
| HSL | 239.2º | 0.49% | 0.3% | - |
| HSV(B) | 239.2º | 0.66% | 0.45% | - |
| XYZ | 4.63 | 3.16 | 16.29 | - |
| YUV | 48.14 | 165.17 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 114 | 0.66 | 0.65 | 0 | 0.55 | 239.2 | 0.49 | 0.3 |
| Hex | 27 | 28 | 72 | 42 | 41 | 0 | 37 | EF | 31 | 1E |
| Octal | 47 | 50 | 162 | 102 | 101 | 0 | 67 | 357 | 61 | 36 |
| Binary | 100111 | 101000 | 1110010 | 1000010 | 1000001 | 0 | 110111 | 11101111 | 110001 | 11110 |
Color Harmonies of #272872
Complementary color
Monochromatic Colors of #272872
Black with #272872
Text Example
Text Example
White with #272872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272872; }
p { color: rgb(39,40,114); }
H1.HeaderClassName
{
color: #272872;
}
.AnyTagClassName
{
color: #272872;
}
</style>
background-color css
<style>
a { background-color: #272872; }
a { background-color: rgb(39,40,114); }
div.DivClassName
{
background-color: #272872;
}
.BgClassName
{
background-color: #272872;
}
</style>
border-color css
<style>
span { border-color: #272872; }
span { border-color: rgb(39,40,114); }
td.TdClassName
{
border-color: #272872;
}
.TagClassName
{
border-color: #272872;
}
</style>