Shades of Ultramarine #1419AB
Tints of Ultramarine #1419AB
RGB
CMYK
RGB Variations
Color information
#1419AB (or 0x1419AB) is known color: Ultramarine. HEX triplet: 14, 19 and AB. RGB value is (20,25,171). Sum of RGB (Red+Green+Blue) = 20+25+171=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 25 (10.16% from 255 or 11.57% 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 #1419AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1419AB is #EBE654. Grayscale: #272727. Windows color (decimal): -15459925 or 11213076. OLE color: 11213076.
HSL color Cylindrical-coordinate representation of color #1419AB: hue angle of 238.01º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1419AB is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 25 | 171 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.33 |
| HSL | 238.01º | 0.79% | 0.37% | - |
| HSV(B) | 238.01º | 0.88% | 0.67% | - |
| XYZ | 7.99 | 3.78 | 38.84 | - |
| YUV | 40.15 | 201.84 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 171 | 0.88 | 0.85 | 0 | 0.33 | 238.01 | 0.79 | 0.37 |
| Hex | 14 | 19 | AB | 58 | 55 | 0 | 21 | EE | 4F | 25 |
| Octal | 24 | 31 | 253 | 130 | 125 | 0 | 41 | 356 | 117 | 45 |
| Binary | 10100 | 11001 | 10101011 | 1011000 | 1010101 | 0 | 100001 | 11101110 | 1001111 | 100101 |
Color Harmonies of #1419AB
Complementary color
Monochromatic Colors of #1419AB
Black with #1419AB
Text Example
Text Example
White with #1419AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1419AB; }
p { color: rgb(20,25,171); }
H1.HeaderClassName
{
color: #1419AB;
}
.AnyTagClassName
{
color: #1419AB;
}
</style>
background-color css
<style>
a { background-color: #1419AB; }
a { background-color: rgb(20,25,171); }
div.DivClassName
{
background-color: #1419AB;
}
.BgClassName
{
background-color: #1419AB;
}
</style>
border-color css
<style>
span { border-color: #1419AB; }
span { border-color: rgb(20,25,171); }
td.TdClassName
{
border-color: #1419AB;
}
.TagClassName
{
border-color: #1419AB;
}
</style>