Shades of Ultramarine #1A0292
Tints of Ultramarine #1A0292
RGB
CMYK
RGB Variations
Color information
#1A0292 (or 0x1A0292) is known color: Ultramarine. HEX triplet: 1A, 02 and 92. RGB value is (26,2,146). Sum of RGB (Red+Green+Blue) = 26+2+146=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 146 (57.42% from 255 or 83.91% from 174); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A0292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0292 is #E5FD6D. Grayscale: #191919. Windows color (decimal): -15072622 or 9568794. OLE color: 9568794.
HSL color Cylindrical-coordinate representation of color #1A0292: hue angle of 250º 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 #1A0292 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 2 | 146 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.43 |
| HSL | 250º | 0.97% | 0.29% | - |
| HSV(B) | 250º | 0.99% | 0.57% | - |
| XYZ | 5.64 | 2.34 | 27.35 | - |
| YUV | 25.59 | 195.95 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 146 | 0.82 | 0.99 | 0 | 0.43 | 250 | 0.97 | 0.29 |
| Hex | 1A | 2 | 92 | 52 | 63 | 0 | 2B | FA | 61 | 1D |
| Octal | 32 | 2 | 222 | 122 | 143 | 0 | 53 | 372 | 141 | 35 |
| Binary | 11010 | 10 | 10010010 | 1010010 | 1100011 | 0 | 101011 | 11111010 | 1100001 | 11101 |
Color Harmonies of #1A0292
Complementary color
Monochromatic Colors of #1A0292
Black with #1A0292
Text Example
Text Example
White with #1A0292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0292; }
p { color: rgb(26,2,146); }
H1.HeaderClassName
{
color: #1A0292;
}
.AnyTagClassName
{
color: #1A0292;
}
</style>
background-color css
<style>
a { background-color: #1A0292; }
a { background-color: rgb(26,2,146); }
div.DivClassName
{
background-color: #1A0292;
}
.BgClassName
{
background-color: #1A0292;
}
</style>
border-color css
<style>
span { border-color: #1A0292; }
span { border-color: rgb(26,2,146); }
td.TdClassName
{
border-color: #1A0292;
}
.TagClassName
{
border-color: #1A0292;
}
</style>