Shades of Ultramarine #1A1DA0
Tints of Ultramarine #1A1DA0
RGB
CMYK
RGB Variations
Color information
#1A1DA0 (or 0x1A1DA0) is known color: Ultramarine. HEX triplet: 1A, 1D and A0. RGB value is (26,29,160). Sum of RGB (Red+Green+Blue) = 26+29+160=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 160 (62.89% from 255 or 74.42% from 215); Max value from RGB is 160 - color contains mainly: blue. Hex color #1A1DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1DA0 is #E5E25F. Grayscale: #2A2A2A. Windows color (decimal): -15065696 or 10493210. OLE color: 10493210.
HSL color Cylindrical-coordinate representation of color #1A1DA0: hue angle of 238.66º 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 #1A1DA0 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 29 | 160 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.37 |
| HSL | 238.66º | 0.72% | 0.36% | - |
| HSV(B) | 238.66º | 0.84% | 0.63% | - |
| XYZ | 7.21 | 3.64 | 33.58 | - |
| YUV | 43.04 | 194.01 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 160 | 0.84 | 0.82 | 0 | 0.37 | 238.66 | 0.72 | 0.36 |
| Hex | 1A | 1D | A0 | 54 | 52 | 0 | 25 | EF | 48 | 24 |
| Octal | 32 | 35 | 240 | 124 | 122 | 0 | 45 | 357 | 110 | 44 |
| Binary | 11010 | 11101 | 10100000 | 1010100 | 1010010 | 0 | 100101 | 11101111 | 1001000 | 100100 |
Color Harmonies of #1A1DA0
Complementary color
Monochromatic Colors of #1A1DA0
Black with #1A1DA0
Text Example
Text Example
White with #1A1DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1DA0; }
p { color: rgb(26,29,160); }
H1.HeaderClassName
{
color: #1A1DA0;
}
.AnyTagClassName
{
color: #1A1DA0;
}
</style>
background-color css
<style>
a { background-color: #1A1DA0; }
a { background-color: rgb(26,29,160); }
div.DivClassName
{
background-color: #1A1DA0;
}
.BgClassName
{
background-color: #1A1DA0;
}
</style>
border-color css
<style>
span { border-color: #1A1DA0; }
span { border-color: rgb(26,29,160); }
td.TdClassName
{
border-color: #1A1DA0;
}
.TagClassName
{
border-color: #1A1DA0;
}
</style>