Shades of Ultramarine #1A1CA0
Tints of Ultramarine #1A1CA0
RGB
CMYK
RGB Variations
Color information
#1A1CA0 (or 0x1A1CA0) is known color: Ultramarine. HEX triplet: 1A, 1C and A0. RGB value is (26,28,160). Sum of RGB (Red+Green+Blue) = 26+28+160=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 160 (62.89% from 255 or 74.77% from 214); Max value from RGB is 160 - color contains mainly: blue. Hex color #1A1CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1CA0 is #E5E35F. Grayscale: #292929. Windows color (decimal): -15065952 or 10492954. OLE color: 10492954.
HSL color Cylindrical-coordinate representation of color #1A1CA0: hue angle of 239.1º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A1CA0 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 28 | 160 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.37 |
| HSL | 239.1º | 0.72% | 0.36% | - |
| HSV(B) | 239.1º | 0.84% | 0.63% | - |
| XYZ | 7.19 | 3.59 | 33.57 | - |
| YUV | 42.45 | 194.34 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 160 | 0.84 | 0.82 | 0 | 0.37 | 239.1 | 0.72 | 0.36 |
| Hex | 1A | 1C | A0 | 54 | 52 | 0 | 25 | EF | 48 | 24 |
| Octal | 32 | 34 | 240 | 124 | 122 | 0 | 45 | 357 | 110 | 44 |
| Binary | 11010 | 11100 | 10100000 | 1010100 | 1010010 | 0 | 100101 | 11101111 | 1001000 | 100100 |
Color Harmonies of #1A1CA0
Complementary color
Monochromatic Colors of #1A1CA0
Black with #1A1CA0
Text Example
Text Example
White with #1A1CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1CA0; }
p { color: rgb(26,28,160); }
H1.HeaderClassName
{
color: #1A1CA0;
}
.AnyTagClassName
{
color: #1A1CA0;
}
</style>
background-color css
<style>
a { background-color: #1A1CA0; }
a { background-color: rgb(26,28,160); }
div.DivClassName
{
background-color: #1A1CA0;
}
.BgClassName
{
background-color: #1A1CA0;
}
</style>
border-color css
<style>
span { border-color: #1A1CA0; }
span { border-color: rgb(26,28,160); }
td.TdClassName
{
border-color: #1A1CA0;
}
.TagClassName
{
border-color: #1A1CA0;
}
</style>