Shades of Ultramarine #1A0291
Tints of Ultramarine #1A0291
RGB
CMYK
RGB Variations
Color information
#1A0291 (or 0x1A0291) is known color: Ultramarine. HEX triplet: 1A, 02 and 91. RGB value is (26,2,145). Sum of RGB (Red+Green+Blue) = 26+2+145=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 145 (57.03% from 255 or 83.82% from 173); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A0291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0291 is #E5FD6E. Grayscale: #181818. Windows color (decimal): -15072623 or 9503258. OLE color: 9503258.
HSL color Cylindrical-coordinate representation of color #1A0291: hue angle of 250.07º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A0291 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 2 | 145 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.43 |
| HSL | 250.07º | 0.97% | 0.29% | - |
| HSV(B) | 250.07º | 0.99% | 0.57% | - |
| XYZ | 5.56 | 2.31 | 26.94 | - |
| YUV | 25.48 | 195.45 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 145 | 0.82 | 0.99 | 0 | 0.43 | 250.07 | 0.97 | 0.29 |
| Hex | 1A | 2 | 91 | 52 | 63 | 0 | 2B | FA | 61 | 1D |
| Octal | 32 | 2 | 221 | 122 | 143 | 0 | 53 | 372 | 141 | 35 |
| Binary | 11010 | 10 | 10010001 | 1010010 | 1100011 | 0 | 101011 | 11111010 | 1100001 | 11101 |
Color Harmonies of #1A0291
Complementary color
Monochromatic Colors of #1A0291
Black with #1A0291
Text Example
Text Example
White with #1A0291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0291; }
p { color: rgb(26,2,145); }
H1.HeaderClassName
{
color: #1A0291;
}
.AnyTagClassName
{
color: #1A0291;
}
</style>
background-color css
<style>
a { background-color: #1A0291; }
a { background-color: rgb(26,2,145); }
div.DivClassName
{
background-color: #1A0291;
}
.BgClassName
{
background-color: #1A0291;
}
</style>
border-color css
<style>
span { border-color: #1A0291; }
span { border-color: rgb(26,2,145); }
td.TdClassName
{
border-color: #1A0291;
}
.TagClassName
{
border-color: #1A0291;
}
</style>