Shades of Midnight Blue #1A2671
Tints of Midnight Blue #1A2671
RGB
CMYK
RGB Variations
Color information
#1A2671 (or 0x1A2671) is known color: Midnight Blue. HEX triplet: 1A, 26 and 71. RGB value is (26,38,113). Sum of RGB (Red+Green+Blue) = 26+38+113=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A2671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2671 is #E5D98E. Grayscale: #2A2A2A. Windows color (decimal): -15063439 or 7415322. OLE color: 7415322.
HSL color Cylindrical-coordinate representation of color #1A2671: hue angle of 231.72º 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 #1A2671 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 38 | 113 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.56 |
| HSL | 231.72º | 0.63% | 0.27% | - |
| HSV(B) | 231.72º | 0.77% | 0.44% | - |
| XYZ | 4.1 | 2.8 | 15.95 | - |
| YUV | 42.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 113 | 0.77 | 0.66 | 0 | 0.56 | 231.72 | 0.63 | 0.27 |
| Hex | 1A | 26 | 71 | 4D | 42 | 0 | 38 | E8 | 3F | 1B |
| Octal | 32 | 46 | 161 | 115 | 102 | 0 | 70 | 350 | 77 | 33 |
| Binary | 11010 | 100110 | 1110001 | 1001101 | 1000010 | 0 | 111000 | 11101000 | 111111 | 11011 |
Color Harmonies of #1A2671
Complementary color
Monochromatic Colors of #1A2671
Black with #1A2671
Text Example
Text Example
White with #1A2671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2671; }
p { color: rgb(26,38,113); }
H1.HeaderClassName
{
color: #1A2671;
}
.AnyTagClassName
{
color: #1A2671;
}
</style>
background-color css
<style>
a { background-color: #1A2671; }
a { background-color: rgb(26,38,113); }
div.DivClassName
{
background-color: #1A2671;
}
.BgClassName
{
background-color: #1A2671;
}
</style>
border-color css
<style>
span { border-color: #1A2671; }
span { border-color: rgb(26,38,113); }
td.TdClassName
{
border-color: #1A2671;
}
.TagClassName
{
border-color: #1A2671;
}
</style>