Shades of Ultramarine #1A0CAB
Tints of Ultramarine #1A0CAB
RGB
CMYK
RGB Variations
Color information
#1A0CAB (or 0x1A0CAB) is known color: Ultramarine. HEX triplet: 1A, 0C and AB. RGB value is (26,12,171). Sum of RGB (Red+Green+Blue) = 26+12+171=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A0CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0CAB is #E5F354. Grayscale: #212121. Windows color (decimal): -15070037 or 11209754. OLE color: 11209754.
HSL color Cylindrical-coordinate representation of color #1A0CAB: hue angle of 245.28º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0CAB is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 12 | 171 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.33 |
| HSL | 245.28º | 0.87% | 0.36% | - |
| HSV(B) | 245.28º | 0.93% | 0.67% | - |
| XYZ | 7.91 | 3.42 | 38.77 | - |
| YUV | 34.31 | 205.14 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 171 | 0.85 | 0.93 | 0 | 0.33 | 245.28 | 0.87 | 0.36 |
| Hex | 1A | C | AB | 55 | 5D | 0 | 21 | F5 | 57 | 24 |
| Octal | 32 | 14 | 253 | 125 | 135 | 0 | 41 | 365 | 127 | 44 |
| Binary | 11010 | 1100 | 10101011 | 1010101 | 1011101 | 0 | 100001 | 11110101 | 1010111 | 100100 |
Color Harmonies of #1A0CAB
Complementary color
Monochromatic Colors of #1A0CAB
Black with #1A0CAB
Text Example
Text Example
White with #1A0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0CAB; }
p { color: rgb(26,12,171); }
H1.HeaderClassName
{
color: #1A0CAB;
}
.AnyTagClassName
{
color: #1A0CAB;
}
</style>
background-color css
<style>
a { background-color: #1A0CAB; }
a { background-color: rgb(26,12,171); }
div.DivClassName
{
background-color: #1A0CAB;
}
.BgClassName
{
background-color: #1A0CAB;
}
</style>
border-color css
<style>
span { border-color: #1A0CAB; }
span { border-color: rgb(26,12,171); }
td.TdClassName
{
border-color: #1A0CAB;
}
.TagClassName
{
border-color: #1A0CAB;
}
</style>