Shades of Midnight Blue #1A1E79
Tints of Midnight Blue #1A1E79
RGB
CMYK
RGB Variations
Color information
#1A1E79 (or 0x1A1E79) is known color: Midnight Blue. HEX triplet: 1A, 1E and 79. RGB value is (26,30,121). Sum of RGB (Red+Green+Blue) = 26+30+121=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 121 (47.66% from 255 or 68.36% from 177); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A1E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A1E79 is #E5E186. Grayscale: #262626. Windows color (decimal): -15065479 or 7937562. OLE color: 7937562.
HSL color Cylindrical-coordinate representation of color #1A1E79: hue angle of 237.47º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A1E79 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 30 | 121 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.53 |
| HSL | 237.47º | 0.65% | 0.29% | - |
| HSV(B) | 237.47º | 0.79% | 0.47% | - |
| XYZ | 4.34 | 2.53 | 18.35 | - |
| YUV | 39.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 121 | 0.79 | 0.75 | 0 | 0.53 | 237.47 | 0.65 | 0.29 |
| Hex | 1A | 1E | 79 | 4F | 4B | 0 | 35 | ED | 41 | 1D |
| Octal | 32 | 36 | 171 | 117 | 113 | 0 | 65 | 355 | 101 | 35 |
| Binary | 11010 | 11110 | 1111001 | 1001111 | 1001011 | 0 | 110101 | 11101101 | 1000001 | 11101 |
Color Harmonies of #1A1E79
Complementary color
Monochromatic Colors of #1A1E79
Black with #1A1E79
Text Example
Text Example
White with #1A1E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1E79; }
p { color: rgb(26,30,121); }
H1.HeaderClassName
{
color: #1A1E79;
}
.AnyTagClassName
{
color: #1A1E79;
}
</style>
background-color css
<style>
a { background-color: #1A1E79; }
a { background-color: rgb(26,30,121); }
div.DivClassName
{
background-color: #1A1E79;
}
.BgClassName
{
background-color: #1A1E79;
}
</style>
border-color css
<style>
span { border-color: #1A1E79; }
span { border-color: rgb(26,30,121); }
td.TdClassName
{
border-color: #1A1E79;
}
.TagClassName
{
border-color: #1A1E79;
}
</style>