Shades of Midnight Blue #272073
Tints of Midnight Blue #272073
RGB
CMYK
RGB Variations
Color information
#272073 (or 0x272073) is known color: Midnight Blue. HEX triplet: 27, 20 and 73. RGB value is (39,32,115). Sum of RGB (Red+Green+Blue) = 39+32+115=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #272073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272073 is #D8DF8C. Grayscale: #2B2B2B. Windows color (decimal): -14213005 or 7544871. OLE color: 7544871.
HSL color Cylindrical-coordinate representation of color #272073: hue angle of 245.06º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #272073 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 32 | 115 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.55 |
| HSL | 245.06º | 0.56% | 0.29% | - |
| HSV(B) | 245.06º | 0.72% | 0.45% | - |
| XYZ | 4.45 | 2.7 | 16.51 | - |
| YUV | 43.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 32 | 115 | 0.66 | 0.72 | 0 | 0.55 | 245.06 | 0.56 | 0.29 |
| Hex | 27 | 20 | 73 | 42 | 48 | 0 | 37 | F5 | 38 | 1D |
| Octal | 47 | 40 | 163 | 102 | 110 | 0 | 67 | 365 | 70 | 35 |
| Binary | 100111 | 100000 | 1110011 | 1000010 | 1001000 | 0 | 110111 | 11110101 | 111000 | 11101 |
Color Harmonies of #272073
Complementary color
Monochromatic Colors of #272073
Black with #272073
Text Example
Text Example
White with #272073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272073; }
p { color: rgb(39,32,115); }
H1.HeaderClassName
{
color: #272073;
}
.AnyTagClassName
{
color: #272073;
}
</style>
background-color css
<style>
a { background-color: #272073; }
a { background-color: rgb(39,32,115); }
div.DivClassName
{
background-color: #272073;
}
.BgClassName
{
background-color: #272073;
}
</style>
border-color css
<style>
span { border-color: #272073; }
span { border-color: rgb(39,32,115); }
td.TdClassName
{
border-color: #272073;
}
.TagClassName
{
border-color: #272073;
}
</style>