Shades of Midnight Blue #1A0A59
Tints of Midnight Blue #1A0A59
RGB
CMYK
RGB Variations
Color information
#1A0A59 (or 0x1A0A59) is known color: Midnight Blue. HEX triplet: 1A, 0A and 59. RGB value is (26,10,89). Sum of RGB (Red+Green+Blue) = 26+10+89=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A0A59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0A59 is #E5F5A6. Grayscale: #171717. Windows color (decimal): -15070631 or 5835290. OLE color: 5835290.
HSL color Cylindrical-coordinate representation of color #1A0A59: hue angle of 252.15º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A0A59 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 10 | 89 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.65 |
| HSL | 252.15º | 0.8% | 0.19% | - |
| HSV(B) | 252.15º | 0.89% | 0.35% | - |
| XYZ | 2.34 | 1.16 | 9.55 | - |
| YUV | 23.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 89 | 0.71 | 0.89 | 0 | 0.65 | 252.15 | 0.8 | 0.19 |
| Hex | 1A | A | 59 | 47 | 59 | 0 | 41 | FC | 50 | 13 |
| Octal | 32 | 12 | 131 | 107 | 131 | 0 | 101 | 374 | 120 | 23 |
| Binary | 11010 | 1010 | 1011001 | 1000111 | 1011001 | 0 | 1000001 | 11111100 | 1010000 | 10011 |
Color Harmonies of #1A0A59
Complementary color
Monochromatic Colors of #1A0A59
Black with #1A0A59
Text Example
Text Example
White with #1A0A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A59; }
p { color: rgb(26,10,89); }
H1.HeaderClassName
{
color: #1A0A59;
}
.AnyTagClassName
{
color: #1A0A59;
}
</style>
background-color css
<style>
a { background-color: #1A0A59; }
a { background-color: rgb(26,10,89); }
div.DivClassName
{
background-color: #1A0A59;
}
.BgClassName
{
background-color: #1A0A59;
}
</style>
border-color css
<style>
span { border-color: #1A0A59; }
span { border-color: rgb(26,10,89); }
td.TdClassName
{
border-color: #1A0A59;
}
.TagClassName
{
border-color: #1A0A59;
}
</style>