Shades of Midnight Blue #271B77
Tints of Midnight Blue #271B77
RGB
CMYK
RGB Variations
Color information
#271B77 (or 0x271B77) is known color: Midnight Blue. HEX triplet: 27, 1B and 77. RGB value is (39,27,119). Sum of RGB (Red+Green+Blue) = 39+27+119=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #271B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271B77 is #D8E488. Grayscale: #282828. Windows color (decimal): -14214281 or 7805735. OLE color: 7805735.
HSL color Cylindrical-coordinate representation of color #271B77: hue angle of 247.83º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #271B77 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 27 | 119 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.53 |
| HSL | 247.83º | 0.63% | 0.29% | - |
| HSV(B) | 247.83º | 0.77% | 0.47% | - |
| XYZ | 4.56 | 2.55 | 17.7 | - |
| YUV | 41.08 | 171.98 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 119 | 0.67 | 0.77 | 0 | 0.53 | 247.83 | 0.63 | 0.29 |
| Hex | 27 | 1B | 77 | 43 | 4D | 0 | 35 | F8 | 3F | 1D |
| Octal | 47 | 33 | 167 | 103 | 115 | 0 | 65 | 370 | 77 | 35 |
| Binary | 100111 | 11011 | 1110111 | 1000011 | 1001101 | 0 | 110101 | 11111000 | 111111 | 11101 |
Color Harmonies of #271B77
Complementary color
Monochromatic Colors of #271B77
Black with #271B77
Text Example
Text Example
White with #271B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B77; }
p { color: rgb(39,27,119); }
H1.HeaderClassName
{
color: #271B77;
}
.AnyTagClassName
{
color: #271B77;
}
</style>
background-color css
<style>
a { background-color: #271B77; }
a { background-color: rgb(39,27,119); }
div.DivClassName
{
background-color: #271B77;
}
.BgClassName
{
background-color: #271B77;
}
</style>
border-color css
<style>
span { border-color: #271B77; }
span { border-color: rgb(39,27,119); }
td.TdClassName
{
border-color: #271B77;
}
.TagClassName
{
border-color: #271B77;
}
</style>