Shades of Midnight Blue #1A2771
Tints of Midnight Blue #1A2771
RGB
CMYK
RGB Variations
Color information
#1A2771 (or 0x1A2771) is known color: Midnight Blue. HEX triplet: 1A, 27 and 71. RGB value is (26,39,113). Sum of RGB (Red+Green+Blue) = 26+39+113=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 39 (15.62% from 255 or 21.91% 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 #1A2771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2771 is #E5D88E. Grayscale: #2B2B2B. Windows color (decimal): -15063183 or 7415578. OLE color: 7415578.
HSL color Cylindrical-coordinate representation of color #1A2771: hue angle of 231.03º 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 #1A2771 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 39 | 113 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.56 |
| HSL | 231.03º | 0.63% | 0.27% | - |
| HSV(B) | 231.03º | 0.77% | 0.44% | - |
| XYZ | 4.13 | 2.86 | 15.96 | - |
| YUV | 43.55 | 167.19 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 39 | 113 | 0.77 | 0.65 | 0 | 0.56 | 231.03 | 0.63 | 0.27 |
| Hex | 1A | 27 | 71 | 4D | 41 | 0 | 38 | E7 | 3F | 1B |
| Octal | 32 | 47 | 161 | 115 | 101 | 0 | 70 | 347 | 77 | 33 |
| Binary | 11010 | 100111 | 1110001 | 1001101 | 1000001 | 0 | 111000 | 11100111 | 111111 | 11011 |
Color Harmonies of #1A2771
Complementary color
Monochromatic Colors of #1A2771
Black with #1A2771
Text Example
Text Example
White with #1A2771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2771; }
p { color: rgb(26,39,113); }
H1.HeaderClassName
{
color: #1A2771;
}
.AnyTagClassName
{
color: #1A2771;
}
</style>
background-color css
<style>
a { background-color: #1A2771; }
a { background-color: rgb(26,39,113); }
div.DivClassName
{
background-color: #1A2771;
}
.BgClassName
{
background-color: #1A2771;
}
</style>
border-color css
<style>
span { border-color: #1A2771; }
span { border-color: rgb(26,39,113); }
td.TdClassName
{
border-color: #1A2771;
}
.TagClassName
{
border-color: #1A2771;
}
</style>