Shades of Midnight Blue #271A77
Tints of Midnight Blue #271A77
RGB
CMYK
RGB Variations
Color information
#271A77 (or 0x271A77) is known color: Midnight Blue. HEX triplet: 27, 1A and 77. RGB value is (39,26,119). Sum of RGB (Red+Green+Blue) = 39+26+119=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #271A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A77 is #D8E588. Grayscale: #282828. Windows color (decimal): -14214537 or 7805479. OLE color: 7805479.
HSL color Cylindrical-coordinate representation of color #271A77: hue angle of 248.39º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #271A77 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 26 | 119 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.53 |
| HSL | 248.39º | 0.64% | 0.28% | - |
| HSV(B) | 248.39º | 0.78% | 0.47% | - |
| XYZ | 4.54 | 2.5 | 17.7 | - |
| YUV | 40.49 | 172.31 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 119 | 0.67 | 0.78 | 0 | 0.53 | 248.39 | 0.64 | 0.28 |
| Hex | 27 | 1A | 77 | 43 | 4E | 0 | 35 | F8 | 40 | 1C |
| Octal | 47 | 32 | 167 | 103 | 116 | 0 | 65 | 370 | 100 | 34 |
| Binary | 100111 | 11010 | 1110111 | 1000011 | 1001110 | 0 | 110101 | 11111000 | 1000000 | 11100 |
Color Harmonies of #271A77
Complementary color
Monochromatic Colors of #271A77
Black with #271A77
Text Example
Text Example
White with #271A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A77; }
p { color: rgb(39,26,119); }
H1.HeaderClassName
{
color: #271A77;
}
.AnyTagClassName
{
color: #271A77;
}
</style>
background-color css
<style>
a { background-color: #271A77; }
a { background-color: rgb(39,26,119); }
div.DivClassName
{
background-color: #271A77;
}
.BgClassName
{
background-color: #271A77;
}
</style>
border-color css
<style>
span { border-color: #271A77; }
span { border-color: rgb(39,26,119); }
td.TdClassName
{
border-color: #271A77;
}
.TagClassName
{
border-color: #271A77;
}
</style>