Shades of Midnight Blue #1A2B77
Tints of Midnight Blue #1A2B77
RGB
CMYK
RGB Variations
Color information
#1A2B77 (or 0x1A2B77) is known color: Midnight Blue. HEX triplet: 1A, 2B and 77. RGB value is (26,43,119). Sum of RGB (Red+Green+Blue) = 26+43+119=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #1A2B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2B77 is #E5D488. Grayscale: #2E2E2E. Windows color (decimal): -15062153 or 7809818. OLE color: 7809818.
HSL color Cylindrical-coordinate representation of color #1A2B77: hue angle of 229.03º 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 #1A2B77 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 43 | 119 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.53 |
| HSL | 229.03º | 0.64% | 0.28% | - |
| HSV(B) | 229.03º | 0.78% | 0.47% | - |
| XYZ | 4.62 | 3.28 | 17.84 | - |
| YUV | 46.58 | 168.87 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 43 | 119 | 0.78 | 0.64 | 0 | 0.53 | 229.03 | 0.64 | 0.28 |
| Hex | 1A | 2B | 77 | 4E | 40 | 0 | 35 | E5 | 40 | 1C |
| Octal | 32 | 53 | 167 | 116 | 100 | 0 | 65 | 345 | 100 | 34 |
| Binary | 11010 | 101011 | 1110111 | 1001110 | 1000000 | 0 | 110101 | 11100101 | 1000000 | 11100 |
Color Harmonies of #1A2B77
Complementary color
Monochromatic Colors of #1A2B77
Black with #1A2B77
Text Example
Text Example
White with #1A2B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2B77; }
p { color: rgb(26,43,119); }
H1.HeaderClassName
{
color: #1A2B77;
}
.AnyTagClassName
{
color: #1A2B77;
}
</style>
background-color css
<style>
a { background-color: #1A2B77; }
a { background-color: rgb(26,43,119); }
div.DivClassName
{
background-color: #1A2B77;
}
.BgClassName
{
background-color: #1A2B77;
}
</style>
border-color css
<style>
span { border-color: #1A2B77; }
span { border-color: rgb(26,43,119); }
td.TdClassName
{
border-color: #1A2B77;
}
.TagClassName
{
border-color: #1A2B77;
}
</style>