Shades of Ultramarine #1C19AB
Tints of Ultramarine #1C19AB
RGB
CMYK
RGB Variations
Color information
#1C19AB (or 0x1C19AB) is known color: Ultramarine. HEX triplet: 1C, 19 and AB. RGB value is (28,25,171). Sum of RGB (Red+Green+Blue) = 28+25+171=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C19AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C19AB is #E3E654. Grayscale: #292929. Windows color (decimal): -14935637 or 11213084. OLE color: 11213084.
HSL color Cylindrical-coordinate representation of color #1C19AB: hue angle of 241.23º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C19AB is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 25 | 171 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.33 |
| HSL | 241.23º | 0.74% | 0.38% | - |
| HSV(B) | 241.23º | 0.85% | 0.67% | - |
| XYZ | 8.18 | 3.88 | 38.85 | - |
| YUV | 42.54 | 200.49 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 171 | 0.84 | 0.85 | 0 | 0.33 | 241.23 | 0.74 | 0.38 |
| Hex | 1C | 19 | AB | 54 | 55 | 0 | 21 | F1 | 4A | 26 |
| Octal | 34 | 31 | 253 | 124 | 125 | 0 | 41 | 361 | 112 | 46 |
| Binary | 11100 | 11001 | 10101011 | 1010100 | 1010101 | 0 | 100001 | 11110001 | 1001010 | 100110 |
Color Harmonies of #1C19AB
Complementary color
Monochromatic Colors of #1C19AB
Black with #1C19AB
Text Example
Text Example
White with #1C19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C19AB; }
p { color: rgb(28,25,171); }
H1.HeaderClassName
{
color: #1C19AB;
}
.AnyTagClassName
{
color: #1C19AB;
}
</style>
background-color css
<style>
a { background-color: #1C19AB; }
a { background-color: rgb(28,25,171); }
div.DivClassName
{
background-color: #1C19AB;
}
.BgClassName
{
background-color: #1C19AB;
}
</style>
border-color css
<style>
span { border-color: #1C19AB; }
span { border-color: rgb(28,25,171); }
td.TdClassName
{
border-color: #1C19AB;
}
.TagClassName
{
border-color: #1C19AB;
}
</style>