Shades of Ultramarine #1A0179
Tints of Ultramarine #1A0179
RGB
CMYK
RGB Variations
Color information
#1A0179 (or 0x1A0179) is known color: Ultramarine. HEX triplet: 1A, 01 and 79. RGB value is (26,1,121). Sum of RGB (Red+Green+Blue) = 26+1+121=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 121 (47.66% from 255 or 81.76% from 148); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A0179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0179 is #E5FE86. Grayscale: #151515. Windows color (decimal): -15072903 or 7930138. OLE color: 7930138.
HSL color Cylindrical-coordinate representation of color #1A0179: hue angle of 252.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A0179 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 1 | 121 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.53 |
| HSL | 252.5º | 0.98% | 0.24% | - |
| HSV(B) | 252.5º | 0.99% | 0.47% | - |
| XYZ | 3.89 | 1.62 | 18.2 | - |
| YUV | 22.16 | 183.78 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 121 | 0.79 | 0.99 | 0 | 0.53 | 252.5 | 0.98 | 0.24 |
| Hex | 1A | 1 | 79 | 4F | 63 | 0 | 35 | FD | 62 | 18 |
| Octal | 32 | 1 | 171 | 117 | 143 | 0 | 65 | 375 | 142 | 30 |
| Binary | 11010 | 1 | 1111001 | 1001111 | 1100011 | 0 | 110101 | 11111101 | 1100010 | 11000 |
Color Harmonies of #1A0179
Complementary color
Monochromatic Colors of #1A0179
Black with #1A0179
Text Example
Text Example
White with #1A0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0179; }
p { color: rgb(26,1,121); }
H1.HeaderClassName
{
color: #1A0179;
}
.AnyTagClassName
{
color: #1A0179;
}
</style>
background-color css
<style>
a { background-color: #1A0179; }
a { background-color: rgb(26,1,121); }
div.DivClassName
{
background-color: #1A0179;
}
.BgClassName
{
background-color: #1A0179;
}
</style>
border-color css
<style>
span { border-color: #1A0179; }
span { border-color: rgb(26,1,121); }
td.TdClassName
{
border-color: #1A0179;
}
.TagClassName
{
border-color: #1A0179;
}
</style>