Shades of Midnight Blue #1A1B71
Tints of Midnight Blue #1A1B71
RGB
CMYK
RGB Variations
Color information
#1A1B71 (or 0x1A1B71) is known color: Midnight Blue. HEX triplet: 1A, 1B and 71. RGB value is (26,27,113). Sum of RGB (Red+Green+Blue) = 26+27+113=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A1B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1B71 is #E5E48E. Grayscale: #242424. Windows color (decimal): -15066255 or 7412506. OLE color: 7412506.
HSL color Cylindrical-coordinate representation of color #1A1B71: hue angle of 239.31º 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 #1A1B71 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 27 | 113 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.56 |
| HSL | 239.31º | 0.63% | 0.27% | - |
| HSV(B) | 239.31º | 0.77% | 0.44% | - |
| XYZ | 3.8 | 2.2 | 15.85 | - |
| YUV | 36.51 | 171.17 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 27 | 113 | 0.77 | 0.76 | 0 | 0.56 | 239.31 | 0.63 | 0.27 |
| Hex | 1A | 1B | 71 | 4D | 4C | 0 | 38 | EF | 3F | 1B |
| Octal | 32 | 33 | 161 | 115 | 114 | 0 | 70 | 357 | 77 | 33 |
| Binary | 11010 | 11011 | 1110001 | 1001101 | 1001100 | 0 | 111000 | 11101111 | 111111 | 11011 |
Color Harmonies of #1A1B71
Complementary color
Monochromatic Colors of #1A1B71
Black with #1A1B71
Text Example
Text Example
White with #1A1B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1B71; }
p { color: rgb(26,27,113); }
H1.HeaderClassName
{
color: #1A1B71;
}
.AnyTagClassName
{
color: #1A1B71;
}
</style>
background-color css
<style>
a { background-color: #1A1B71; }
a { background-color: rgb(26,27,113); }
div.DivClassName
{
background-color: #1A1B71;
}
.BgClassName
{
background-color: #1A1B71;
}
</style>
border-color css
<style>
span { border-color: #1A1B71; }
span { border-color: rgb(26,27,113); }
td.TdClassName
{
border-color: #1A1B71;
}
.TagClassName
{
border-color: #1A1B71;
}
</style>