Shades of Ultramarine #1A0A90
Tints of Ultramarine #1A0A90
RGB
CMYK
RGB Variations
Color information
#1A0A90 (or 0x1A0A90) is known color: Ultramarine. HEX triplet: 1A, 0A and 90. RGB value is (26,10,144). Sum of RGB (Red+Green+Blue) = 26+10+144=180 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.44% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A0A90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0A90 is #E5F56F. Grayscale: #1D1D1D. Windows color (decimal): -15070576 or 9439770. OLE color: 9439770.
HSL color Cylindrical-coordinate representation of color #1A0A90: hue angle of 247.16º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0A90 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 10 | 144 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.44 |
| HSL | 247.16º | 0.87% | 0.3% | - |
| HSV(B) | 247.16º | 0.93% | 0.56% | - |
| XYZ | 5.57 | 2.45 | 26.57 | - |
| YUV | 30.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 144 | 0.82 | 0.93 | 0 | 0.44 | 247.16 | 0.87 | 0.3 |
| Hex | 1A | A | 90 | 52 | 5D | 0 | 2C | F7 | 57 | 1E |
| Octal | 32 | 12 | 220 | 122 | 135 | 0 | 54 | 367 | 127 | 36 |
| Binary | 11010 | 1010 | 10010000 | 1010010 | 1011101 | 0 | 101100 | 11110111 | 1010111 | 11110 |
Color Harmonies of #1A0A90
Complementary color
Monochromatic Colors of #1A0A90
Black with #1A0A90
Text Example
Text Example
White with #1A0A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A90; }
p { color: rgb(26,10,144); }
H1.HeaderClassName
{
color: #1A0A90;
}
.AnyTagClassName
{
color: #1A0A90;
}
</style>
background-color css
<style>
a { background-color: #1A0A90; }
a { background-color: rgb(26,10,144); }
div.DivClassName
{
background-color: #1A0A90;
}
.BgClassName
{
background-color: #1A0A90;
}
</style>
border-color css
<style>
span { border-color: #1A0A90; }
span { border-color: rgb(26,10,144); }
td.TdClassName
{
border-color: #1A0A90;
}
.TagClassName
{
border-color: #1A0A90;
}
</style>