Shades of Midnight Blue #271A6E
Tints of Midnight Blue #271A6E
RGB
CMYK
RGB Variations
Color information
#271A6E (or 0x271A6E) is known color: Midnight Blue. HEX triplet: 27, 1A and 6E. RGB value is (39,26,110). Sum of RGB (Red+Green+Blue) = 39+26+110=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #271A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A6E is #D8E591. Grayscale: #272727. Windows color (decimal): -14214546 or 7215655. OLE color: 7215655.
HSL color Cylindrical-coordinate representation of color #271A6E: hue angle of 249.29º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #271A6E is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 26 | 110 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.57 |
| HSL | 249.29º | 0.62% | 0.27% | - |
| HSV(B) | 249.29º | 0.76% | 0.43% | - |
| XYZ | 4.02 | 2.3 | 14.98 | - |
| YUV | 39.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 110 | 0.65 | 0.76 | 0 | 0.57 | 249.29 | 0.62 | 0.27 |
| Hex | 27 | 1A | 6E | 41 | 4C | 0 | 39 | F9 | 3E | 1B |
| Octal | 47 | 32 | 156 | 101 | 114 | 0 | 71 | 371 | 76 | 33 |
| Binary | 100111 | 11010 | 1101110 | 1000001 | 1001100 | 0 | 111001 | 11111001 | 111110 | 11011 |
Color Harmonies of #271A6E
Complementary color
Monochromatic Colors of #271A6E
Black with #271A6E
Text Example
Text Example
White with #271A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A6E; }
p { color: rgb(39,26,110); }
H1.HeaderClassName
{
color: #271A6E;
}
.AnyTagClassName
{
color: #271A6E;
}
</style>
background-color css
<style>
a { background-color: #271A6E; }
a { background-color: rgb(39,26,110); }
div.DivClassName
{
background-color: #271A6E;
}
.BgClassName
{
background-color: #271A6E;
}
</style>
border-color css
<style>
span { border-color: #271A6E; }
span { border-color: rgb(39,26,110); }
td.TdClassName
{
border-color: #271A6E;
}
.TagClassName
{
border-color: #271A6E;
}
</style>