Shades of Midnight Blue #272185
Tints of Midnight Blue #272185
RGB
CMYK
RGB Variations
Color information
#272185 (or 0x272185) is known color: Midnight Blue. HEX triplet: 27, 21 and 85. RGB value is (39,33,133). Sum of RGB (Red+Green+Blue) = 39+33+133=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #272185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272185 is #D8DE7A. Grayscale: #2D2D2D. Windows color (decimal): -14212731 or 8724775. OLE color: 8724775.
HSL color Cylindrical-coordinate representation of color #272185: hue angle of 243.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #272185 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 33 | 133 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.48 |
| HSL | 243.6º | 0.6% | 0.33% | - |
| HSV(B) | 243.6º | 0.75% | 0.52% | - |
| XYZ | 5.61 | 3.21 | 22.51 | - |
| YUV | 46.19 | 176.99 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 133 | 0.71 | 0.75 | 0 | 0.48 | 243.6 | 0.6 | 0.33 |
| Hex | 27 | 21 | 85 | 47 | 4B | 0 | 30 | F4 | 3C | 21 |
| Octal | 47 | 41 | 205 | 107 | 113 | 0 | 60 | 364 | 74 | 41 |
| Binary | 100111 | 100001 | 10000101 | 1000111 | 1001011 | 0 | 110000 | 11110100 | 111100 | 100001 |
Color Harmonies of #272185
Complementary color
Monochromatic Colors of #272185
Black with #272185
Text Example
Text Example
White with #272185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272185; }
p { color: rgb(39,33,133); }
H1.HeaderClassName
{
color: #272185;
}
.AnyTagClassName
{
color: #272185;
}
</style>
background-color css
<style>
a { background-color: #272185; }
a { background-color: rgb(39,33,133); }
div.DivClassName
{
background-color: #272185;
}
.BgClassName
{
background-color: #272185;
}
</style>
border-color css
<style>
span { border-color: #272185; }
span { border-color: rgb(39,33,133); }
td.TdClassName
{
border-color: #272185;
}
.TagClassName
{
border-color: #272185;
}
</style>