Shades of Ultramarine #1A0596
Tints of Ultramarine #1A0596
RGB
CMYK
RGB Variations
Color information
#1A0596 (or 0x1A0596) is known color: Ultramarine. HEX triplet: 1A, 05 and 96. RGB value is (26,5,150). Sum of RGB (Red+Green+Blue) = 26+5+150=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 150 (58.98% from 255 or 82.87% from 181); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A0596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0596 is #E5FA69. Grayscale: #1B1B1B. Windows color (decimal): -15071850 or 9831706. OLE color: 9831706.
HSL color Cylindrical-coordinate representation of color #1A0596: hue angle of 248.69º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A0596 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 5 | 150 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.41 |
| HSL | 248.69º | 0.94% | 0.3% | - |
| HSV(B) | 248.69º | 0.97% | 0.59% | - |
| XYZ | 5.99 | 2.53 | 29.03 | - |
| YUV | 27.81 | 196.96 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 150 | 0.83 | 0.97 | 0 | 0.41 | 248.69 | 0.94 | 0.3 |
| Hex | 1A | 5 | 96 | 53 | 61 | 0 | 29 | F9 | 5E | 1E |
| Octal | 32 | 5 | 226 | 123 | 141 | 0 | 51 | 371 | 136 | 36 |
| Binary | 11010 | 101 | 10010110 | 1010011 | 1100001 | 0 | 101001 | 11111001 | 1011110 | 11110 |
Color Harmonies of #1A0596
Complementary color
Monochromatic Colors of #1A0596
Black with #1A0596
Text Example
Text Example
White with #1A0596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0596; }
p { color: rgb(26,5,150); }
H1.HeaderClassName
{
color: #1A0596;
}
.AnyTagClassName
{
color: #1A0596;
}
</style>
background-color css
<style>
a { background-color: #1A0596; }
a { background-color: rgb(26,5,150); }
div.DivClassName
{
background-color: #1A0596;
}
.BgClassName
{
background-color: #1A0596;
}
</style>
border-color css
<style>
span { border-color: #1A0596; }
span { border-color: rgb(26,5,150); }
td.TdClassName
{
border-color: #1A0596;
}
.TagClassName
{
border-color: #1A0596;
}
</style>