Shades of Ultramarine #1C11AB
Tints of Ultramarine #1C11AB
RGB
CMYK
RGB Variations
Color information
#1C11AB (or 0x1C11AB) is known color: Ultramarine. HEX triplet: 1C, 11 and AB. RGB value is (28,17,171). Sum of RGB (Red+Green+Blue) = 28+17+171=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C11AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C11AB is #E3EE54. Grayscale: #252525. Windows color (decimal): -14937685 or 11211036. OLE color: 11211036.
HSL color Cylindrical-coordinate representation of color #1C11AB: hue angle of 244.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C11AB is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 17 | 171 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.33 |
| HSL | 244.29º | 0.82% | 0.37% | - |
| HSV(B) | 244.29º | 0.9% | 0.67% | - |
| XYZ | 8.03 | 3.59 | 38.8 | - |
| YUV | 37.85 | 203.14 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 17 | 171 | 0.84 | 0.90 | 0 | 0.33 | 244.29 | 0.82 | 0.37 |
| Hex | 1C | 11 | AB | 54 | 5A | 0 | 21 | F4 | 52 | 25 |
| Octal | 34 | 21 | 253 | 124 | 132 | 0 | 41 | 364 | 122 | 45 |
| Binary | 11100 | 10001 | 10101011 | 1010100 | 1011010 | 0 | 100001 | 11110100 | 1010010 | 100101 |
Color Harmonies of #1C11AB
Complementary color
Monochromatic Colors of #1C11AB
Black with #1C11AB
Text Example
Text Example
White with #1C11AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C11AB; }
p { color: rgb(28,17,171); }
H1.HeaderClassName
{
color: #1C11AB;
}
.AnyTagClassName
{
color: #1C11AB;
}
</style>
background-color css
<style>
a { background-color: #1C11AB; }
a { background-color: rgb(28,17,171); }
div.DivClassName
{
background-color: #1C11AB;
}
.BgClassName
{
background-color: #1C11AB;
}
</style>
border-color css
<style>
span { border-color: #1C11AB; }
span { border-color: rgb(28,17,171); }
td.TdClassName
{
border-color: #1C11AB;
}
.TagClassName
{
border-color: #1C11AB;
}
</style>