Shades of Ultramarine #1A0479
Tints of Ultramarine #1A0479
RGB
CMYK
RGB Variations
Color information
#1A0479 (or 0x1A0479) is known color: Ultramarine. HEX triplet: 1A, 04 and 79. RGB value is (26,4,121). Sum of RGB (Red+Green+Blue) = 26+4+121=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 121 (47.66% from 255 or 80.13% from 151); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A0479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0479 is #E5FB86. Grayscale: #171717. Windows color (decimal): -15072135 or 7930906. OLE color: 7930906.
HSL color Cylindrical-coordinate representation of color #1A0479: hue angle of 251.28º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A0479 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 4 | 121 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.53 |
| HSL | 251.28º | 0.94% | 0.25% | - |
| HSV(B) | 251.28º | 0.97% | 0.47% | - |
| XYZ | 3.92 | 1.69 | 18.21 | - |
| YUV | 23.92 | 182.79 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 121 | 0.79 | 0.97 | 0 | 0.53 | 251.28 | 0.94 | 0.25 |
| Hex | 1A | 4 | 79 | 4F | 61 | 0 | 35 | FB | 5E | 19 |
| Octal | 32 | 4 | 171 | 117 | 141 | 0 | 65 | 373 | 136 | 31 |
| Binary | 11010 | 100 | 1111001 | 1001111 | 1100001 | 0 | 110101 | 11111011 | 1011110 | 11001 |
Color Harmonies of #1A0479
Complementary color
Monochromatic Colors of #1A0479
Black with #1A0479
Text Example
Text Example
White with #1A0479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0479; }
p { color: rgb(26,4,121); }
H1.HeaderClassName
{
color: #1A0479;
}
.AnyTagClassName
{
color: #1A0479;
}
</style>
background-color css
<style>
a { background-color: #1A0479; }
a { background-color: rgb(26,4,121); }
div.DivClassName
{
background-color: #1A0479;
}
.BgClassName
{
background-color: #1A0479;
}
</style>
border-color css
<style>
span { border-color: #1A0479; }
span { border-color: rgb(26,4,121); }
td.TdClassName
{
border-color: #1A0479;
}
.TagClassName
{
border-color: #1A0479;
}
</style>