Shades of Ultramarine #1A0A89
Tints of Ultramarine #1A0A89
RGB
CMYK
RGB Variations
Color information
#1A0A89 (or 0x1A0A89) is known color: Ultramarine. HEX triplet: 1A, 0A and 89. RGB value is (26,10,137). Sum of RGB (Red+Green+Blue) = 26+10+137=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 137 (53.91% from 255 or 79.19% from 173); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A0A89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0A89 is #E5F576. Grayscale: #1C1C1C. Windows color (decimal): -15070583 or 8981018. OLE color: 8981018.
HSL color Cylindrical-coordinate representation of color #1A0A89: hue angle of 247.56º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0A89 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 10 | 137 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.46 |
| HSL | 247.56º | 0.86% | 0.29% | - |
| HSV(B) | 247.56º | 0.93% | 0.54% | - |
| XYZ | 5.05 | 2.24 | 23.83 | - |
| YUV | 29.26 | 188.8 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 137 | 0.81 | 0.93 | 0 | 0.46 | 247.56 | 0.86 | 0.29 |
| Hex | 1A | A | 89 | 51 | 5D | 0 | 2E | F8 | 56 | 1D |
| Octal | 32 | 12 | 211 | 121 | 135 | 0 | 56 | 370 | 126 | 35 |
| Binary | 11010 | 1010 | 10001001 | 1010001 | 1011101 | 0 | 101110 | 11111000 | 1010110 | 11101 |
Color Harmonies of #1A0A89
Complementary color
Monochromatic Colors of #1A0A89
Black with #1A0A89
Text Example
Text Example
White with #1A0A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A89; }
p { color: rgb(26,10,137); }
H1.HeaderClassName
{
color: #1A0A89;
}
.AnyTagClassName
{
color: #1A0A89;
}
</style>
background-color css
<style>
a { background-color: #1A0A89; }
a { background-color: rgb(26,10,137); }
div.DivClassName
{
background-color: #1A0A89;
}
.BgClassName
{
background-color: #1A0A89;
}
</style>
border-color css
<style>
span { border-color: #1A0A89; }
span { border-color: rgb(26,10,137); }
td.TdClassName
{
border-color: #1A0A89;
}
.TagClassName
{
border-color: #1A0A89;
}
</style>