Shades of Midnight Blue #1A1176
Tints of Midnight Blue #1A1176
RGB
CMYK
RGB Variations
Color information
#1A1176 (or 0x1A1176) is known color: Midnight Blue. HEX triplet: 1A, 11 and 76. RGB value is (26,17,118). Sum of RGB (Red+Green+Blue) = 26+17+118=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A1176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1176 is #E5EE89. Grayscale: #1E1E1E. Windows color (decimal): -15068810 or 7737626. OLE color: 7737626.
HSL color Cylindrical-coordinate representation of color #1A1176: hue angle of 245.35º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A1176 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 17 | 118 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.54 |
| HSL | 245.35º | 0.75% | 0.26% | - |
| HSV(B) | 245.35º | 0.86% | 0.46% | - |
| XYZ | 3.9 | 1.93 | 17.31 | - |
| YUV | 31.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 17 | 118 | 0.78 | 0.86 | 0 | 0.54 | 245.35 | 0.75 | 0.26 |
| Hex | 1A | 11 | 76 | 4E | 56 | 0 | 36 | F5 | 4B | 1A |
| Octal | 32 | 21 | 166 | 116 | 126 | 0 | 66 | 365 | 113 | 32 |
| Binary | 11010 | 10001 | 1110110 | 1001110 | 1010110 | 0 | 110110 | 11110101 | 1001011 | 11010 |
Color Harmonies of #1A1176
Complementary color
Monochromatic Colors of #1A1176
Black with #1A1176
Text Example
Text Example
White with #1A1176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1176; }
p { color: rgb(26,17,118); }
H1.HeaderClassName
{
color: #1A1176;
}
.AnyTagClassName
{
color: #1A1176;
}
</style>
background-color css
<style>
a { background-color: #1A1176; }
a { background-color: rgb(26,17,118); }
div.DivClassName
{
background-color: #1A1176;
}
.BgClassName
{
background-color: #1A1176;
}
</style>
border-color css
<style>
span { border-color: #1A1176; }
span { border-color: rgb(26,17,118); }
td.TdClassName
{
border-color: #1A1176;
}
.TagClassName
{
border-color: #1A1176;
}
</style>