Shades of Ultramarine #1A0496
Tints of Ultramarine #1A0496
RGB
CMYK
RGB Variations
Color information
#1A0496 (or 0x1A0496) is known color: Ultramarine. HEX triplet: 1A, 04 and 96. RGB value is (26,4,150). Sum of RGB (Red+Green+Blue) = 26+4+150=180 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.44% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 150 (58.98% from 255 or 83.33% from 180); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A0496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0496 is #E5FB69. Grayscale: #1A1A1A. Windows color (decimal): -15072106 or 9831450. OLE color: 9831450.
HSL color Cylindrical-coordinate representation of color #1A0496: hue angle of 249.04º degrees, saturation: 0.95, 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 #1A0496 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 4 | 150 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.41 |
| HSL | 249.04º | 0.95% | 0.3% | - |
| HSV(B) | 249.04º | 0.97% | 0.59% | - |
| XYZ | 5.97 | 2.51 | 29.02 | - |
| YUV | 27.22 | 197.29 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 150 | 0.83 | 0.97 | 0 | 0.41 | 249.04 | 0.95 | 0.3 |
| Hex | 1A | 4 | 96 | 53 | 61 | 0 | 29 | F9 | 5F | 1E |
| Octal | 32 | 4 | 226 | 123 | 141 | 0 | 51 | 371 | 137 | 36 |
| Binary | 11010 | 100 | 10010110 | 1010011 | 1100001 | 0 | 101001 | 11111001 | 1011111 | 11110 |
Color Harmonies of #1A0496
Complementary color
Monochromatic Colors of #1A0496
Black with #1A0496
Text Example
Text Example
White with #1A0496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0496; }
p { color: rgb(26,4,150); }
H1.HeaderClassName
{
color: #1A0496;
}
.AnyTagClassName
{
color: #1A0496;
}
</style>
background-color css
<style>
a { background-color: #1A0496; }
a { background-color: rgb(26,4,150); }
div.DivClassName
{
background-color: #1A0496;
}
.BgClassName
{
background-color: #1A0496;
}
</style>
border-color css
<style>
span { border-color: #1A0496; }
span { border-color: rgb(26,4,150); }
td.TdClassName
{
border-color: #1A0496;
}
.TagClassName
{
border-color: #1A0496;
}
</style>