Shades of Midnight Blue #272885
Tints of Midnight Blue #272885
RGB
CMYK
RGB Variations
Color information
#272885 (or 0x272885) is known color: Midnight Blue. HEX triplet: 27, 28 and 85. RGB value is (39,40,133). Sum of RGB (Red+Green+Blue) = 39+40+133=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #272885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272885 is #D8D77A. Grayscale: #313131. Windows color (decimal): -14210939 or 8726567. OLE color: 8726567.
HSL color Cylindrical-coordinate representation of color #272885: hue angle of 239.36º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #272885 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 40 | 133 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.48 |
| HSL | 239.36º | 0.55% | 0.34% | - |
| HSV(B) | 239.36º | 0.71% | 0.52% | - |
| XYZ | 5.83 | 3.64 | 22.59 | - |
| YUV | 50.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 133 | 0.71 | 0.70 | 0 | 0.48 | 239.36 | 0.55 | 0.34 |
| Hex | 27 | 28 | 85 | 47 | 46 | 0 | 30 | EF | 37 | 22 |
| Octal | 47 | 50 | 205 | 107 | 106 | 0 | 60 | 357 | 67 | 42 |
| Binary | 100111 | 101000 | 10000101 | 1000111 | 1000110 | 0 | 110000 | 11101111 | 110111 | 100010 |
Color Harmonies of #272885
Complementary color
Monochromatic Colors of #272885
Black with #272885
Text Example
Text Example
White with #272885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272885; }
p { color: rgb(39,40,133); }
H1.HeaderClassName
{
color: #272885;
}
.AnyTagClassName
{
color: #272885;
}
</style>
background-color css
<style>
a { background-color: #272885; }
a { background-color: rgb(39,40,133); }
div.DivClassName
{
background-color: #272885;
}
.BgClassName
{
background-color: #272885;
}
</style>
border-color css
<style>
span { border-color: #272885; }
span { border-color: rgb(39,40,133); }
td.TdClassName
{
border-color: #272885;
}
.TagClassName
{
border-color: #272885;
}
</style>