Shades of Midnight Blue #271A71
Tints of Midnight Blue #271A71
RGB
CMYK
RGB Variations
Color information
#271A71 (or 0x271A71) is known color: Midnight Blue. HEX triplet: 27, 1A and 71. RGB value is (39,26,113). Sum of RGB (Red+Green+Blue) = 39+26+113=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #271A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A71 is #D8E58E. Grayscale: #272727. Windows color (decimal): -14214543 or 7412263. OLE color: 7412263.
HSL color Cylindrical-coordinate representation of color #271A71: hue angle of 248.97º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #271A71 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 26 | 113 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.56 |
| HSL | 248.97º | 0.63% | 0.27% | - |
| HSV(B) | 248.97º | 0.77% | 0.44% | - |
| XYZ | 4.19 | 2.36 | 15.86 | - |
| YUV | 39.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 113 | 0.65 | 0.77 | 0 | 0.56 | 248.97 | 0.63 | 0.27 |
| Hex | 27 | 1A | 71 | 41 | 4D | 0 | 38 | F9 | 3F | 1B |
| Octal | 47 | 32 | 161 | 101 | 115 | 0 | 70 | 371 | 77 | 33 |
| Binary | 100111 | 11010 | 1110001 | 1000001 | 1001101 | 0 | 111000 | 11111001 | 111111 | 11011 |
Color Harmonies of #271A71
Complementary color
Monochromatic Colors of #271A71
Black with #271A71
Text Example
Text Example
White with #271A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A71; }
p { color: rgb(39,26,113); }
H1.HeaderClassName
{
color: #271A71;
}
.AnyTagClassName
{
color: #271A71;
}
</style>
background-color css
<style>
a { background-color: #271A71; }
a { background-color: rgb(39,26,113); }
div.DivClassName
{
background-color: #271A71;
}
.BgClassName
{
background-color: #271A71;
}
</style>
border-color css
<style>
span { border-color: #271A71; }
span { border-color: rgb(39,26,113); }
td.TdClassName
{
border-color: #271A71;
}
.TagClassName
{
border-color: #271A71;
}
</style>