Shades of Ultramarine #1A0996
Tints of Ultramarine #1A0996
RGB
CMYK
RGB Variations
Color information
#1A0996 (or 0x1A0996) is known color: Ultramarine. HEX triplet: 1A, 09 and 96. RGB value is (26,9,150). Sum of RGB (Red+Green+Blue) = 26+9+150=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 150 (58.98% from 255 or 81.08% from 185); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A0996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0996 is #E5F669. Grayscale: #1D1D1D. Windows color (decimal): -15070826 or 9832730. OLE color: 9832730.
HSL color Cylindrical-coordinate representation of color #1A0996: hue angle of 247.23º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0996 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 9 | 150 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.41 |
| HSL | 247.23º | 0.89% | 0.31% | - |
| HSV(B) | 247.23º | 0.94% | 0.59% | - |
| XYZ | 6.03 | 2.62 | 29.04 | - |
| YUV | 30.16 | 195.63 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 150 | 0.83 | 0.94 | 0 | 0.41 | 247.23 | 0.89 | 0.31 |
| Hex | 1A | 9 | 96 | 53 | 5E | 0 | 29 | F7 | 59 | 1F |
| Octal | 32 | 11 | 226 | 123 | 136 | 0 | 51 | 367 | 131 | 37 |
| Binary | 11010 | 1001 | 10010110 | 1010011 | 1011110 | 0 | 101001 | 11110111 | 1011001 | 11111 |
Color Harmonies of #1A0996
Complementary color
Monochromatic Colors of #1A0996
Black with #1A0996
Text Example
Text Example
White with #1A0996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0996; }
p { color: rgb(26,9,150); }
H1.HeaderClassName
{
color: #1A0996;
}
.AnyTagClassName
{
color: #1A0996;
}
</style>
background-color css
<style>
a { background-color: #1A0996; }
a { background-color: rgb(26,9,150); }
div.DivClassName
{
background-color: #1A0996;
}
.BgClassName
{
background-color: #1A0996;
}
</style>
border-color css
<style>
span { border-color: #1A0996; }
span { border-color: rgb(26,9,150); }
td.TdClassName
{
border-color: #1A0996;
}
.TagClassName
{
border-color: #1A0996;
}
</style>