Shades of Midnight Blue #1A0159
Tints of Midnight Blue #1A0159
RGB
CMYK
RGB Variations
Color information
#1A0159 (or 0x1A0159) is known color: Midnight Blue. HEX triplet: 1A, 01 and 59. RGB value is (26,1,89). Sum of RGB (Red+Green+Blue) = 26+1+89=116 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.41% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 89 (35.16% from 255 or 76.72% from 116); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A0159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0159 is #E5FEA6. Grayscale: #121212. Windows color (decimal): -15072935 or 5832986. OLE color: 5832986.
HSL color Cylindrical-coordinate representation of color #1A0159: hue angle of 257.05º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A0159 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 1 | 89 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.65 |
| HSL | 257.05º | 0.98% | 0.18% | - |
| HSV(B) | 257.05º | 0.99% | 0.35% | - |
| XYZ | 2.24 | 0.96 | 9.52 | - |
| YUV | 18.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 89 | 0.71 | 0.99 | 0 | 0.65 | 257.05 | 0.98 | 0.18 |
| Hex | 1A | 1 | 59 | 47 | 63 | 0 | 41 | 101 | 62 | 12 |
| Octal | 32 | 1 | 131 | 107 | 143 | 0 | 101 | 401 | 142 | 22 |
| Binary | 11010 | 1 | 1011001 | 1000111 | 1100011 | 0 | 1000001 | 100000001 | 1100010 | 10010 |
Color Harmonies of #1A0159
Complementary color
Monochromatic Colors of #1A0159
Black with #1A0159
Text Example
Text Example
White with #1A0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0159; }
p { color: rgb(26,1,89); }
H1.HeaderClassName
{
color: #1A0159;
}
.AnyTagClassName
{
color: #1A0159;
}
</style>
background-color css
<style>
a { background-color: #1A0159; }
a { background-color: rgb(26,1,89); }
div.DivClassName
{
background-color: #1A0159;
}
.BgClassName
{
background-color: #1A0159;
}
</style>
border-color css
<style>
span { border-color: #1A0159; }
span { border-color: rgb(26,1,89); }
td.TdClassName
{
border-color: #1A0159;
}
.TagClassName
{
border-color: #1A0159;
}
</style>