Shades of Ultramarine #1A119C
Tints of Ultramarine #1A119C
RGB
CMYK
RGB Variations
Color information
#1A119C (or 0x1A119C) is known color: Ultramarine. HEX triplet: 1A, 11 and 9C. RGB value is (26,17,156). Sum of RGB (Red+Green+Blue) = 26+17+156=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 156 (61.33% from 255 or 78.39% from 199); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A119C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A119C is #E5EE63. Grayscale: #222222. Windows color (decimal): -15068772 or 10227994. OLE color: 10227994.
HSL color Cylindrical-coordinate representation of color #1A119C: hue angle of 243.88º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A119C is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 17 | 156 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.39 |
| HSL | 243.88º | 0.8% | 0.34% | - |
| HSV(B) | 243.88º | 0.89% | 0.61% | - |
| XYZ | 6.63 | 3.02 | 31.69 | - |
| YUV | 35.54 | 195.98 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 17 | 156 | 0.83 | 0.89 | 0 | 0.39 | 243.88 | 0.8 | 0.34 |
| Hex | 1A | 11 | 9C | 53 | 59 | 0 | 27 | F4 | 50 | 22 |
| Octal | 32 | 21 | 234 | 123 | 131 | 0 | 47 | 364 | 120 | 42 |
| Binary | 11010 | 10001 | 10011100 | 1010011 | 1011001 | 0 | 100111 | 11110100 | 1010000 | 100010 |
Color Harmonies of #1A119C
Complementary color
Monochromatic Colors of #1A119C
Black with #1A119C
Text Example
Text Example
White with #1A119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A119C; }
p { color: rgb(26,17,156); }
H1.HeaderClassName
{
color: #1A119C;
}
.AnyTagClassName
{
color: #1A119C;
}
</style>
background-color css
<style>
a { background-color: #1A119C; }
a { background-color: rgb(26,17,156); }
div.DivClassName
{
background-color: #1A119C;
}
.BgClassName
{
background-color: #1A119C;
}
</style>
border-color css
<style>
span { border-color: #1A119C; }
span { border-color: rgb(26,17,156); }
td.TdClassName
{
border-color: #1A119C;
}
.TagClassName
{
border-color: #1A119C;
}
</style>