Shades of Ultramarine #1A10A1
Tints of Ultramarine #1A10A1
RGB
CMYK
RGB Variations
Color information
#1A10A1 (or 0x1A10A1) is known color: Ultramarine. HEX triplet: 1A, 10 and A1. RGB value is (26,16,161). Sum of RGB (Red+Green+Blue) = 26+16+161=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 161 (63.28% from 255 or 79.31% from 203); Max value from RGB is 161 - color contains mainly: blue. Hex color #1A10A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A10A1 is #E5EF5E. Grayscale: #222222. Windows color (decimal): -15069023 or 10555418. OLE color: 10555418.
HSL color Cylindrical-coordinate representation of color #1A10A1: hue angle of 244.14º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A10A1 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 16 | 161 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.37 |
| HSL | 244.14º | 0.82% | 0.35% | - |
| HSV(B) | 244.14º | 0.9% | 0.63% | - |
| XYZ | 7.04 | 3.16 | 33.96 | - |
| YUV | 35.52 | 198.81 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 161 | 0.84 | 0.90 | 0 | 0.37 | 244.14 | 0.82 | 0.35 |
| Hex | 1A | 10 | A1 | 54 | 5A | 0 | 25 | F4 | 52 | 23 |
| Octal | 32 | 20 | 241 | 124 | 132 | 0 | 45 | 364 | 122 | 43 |
| Binary | 11010 | 10000 | 10100001 | 1010100 | 1011010 | 0 | 100101 | 11110100 | 1010010 | 100011 |
Color Harmonies of #1A10A1
Complementary color
Monochromatic Colors of #1A10A1
Black with #1A10A1
Text Example
Text Example
White with #1A10A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A10A1; }
p { color: rgb(26,16,161); }
H1.HeaderClassName
{
color: #1A10A1;
}
.AnyTagClassName
{
color: #1A10A1;
}
</style>
background-color css
<style>
a { background-color: #1A10A1; }
a { background-color: rgb(26,16,161); }
div.DivClassName
{
background-color: #1A10A1;
}
.BgClassName
{
background-color: #1A10A1;
}
</style>
border-color css
<style>
span { border-color: #1A10A1; }
span { border-color: rgb(26,16,161); }
td.TdClassName
{
border-color: #1A10A1;
}
.TagClassName
{
border-color: #1A10A1;
}
</style>