Shades of Ultramarine #1411A6
Tints of Ultramarine #1411A6
RGB
CMYK
RGB Variations
Color information
#1411A6 (or 0x1411A6) is known color: Ultramarine. HEX triplet: 14, 11 and A6. RGB value is (20,17,166). Sum of RGB (Red+Green+Blue) = 20+17+166=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 166 (65.23% from 255 or 81.77% from 203); Max value from RGB is 166 - color contains mainly: blue. Hex color #1411A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1411A6 is #EBEE59. Grayscale: #222222. Windows color (decimal): -15461978 or 10883348. OLE color: 10883348.
HSL color Cylindrical-coordinate representation of color #1411A6: hue angle of 241.21º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1411A6 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 17 | 166 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.35 |
| HSL | 241.21º | 0.81% | 0.36% | - |
| HSV(B) | 241.21º | 0.9% | 0.65% | - |
| XYZ | 7.37 | 3.3 | 36.33 | - |
| YUV | 34.88 | 201.99 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 166 | 0.88 | 0.90 | 0 | 0.35 | 241.21 | 0.81 | 0.36 |
| Hex | 14 | 11 | A6 | 58 | 5A | 0 | 23 | F1 | 51 | 24 |
| Octal | 24 | 21 | 246 | 130 | 132 | 0 | 43 | 361 | 121 | 44 |
| Binary | 10100 | 10001 | 10100110 | 1011000 | 1011010 | 0 | 100011 | 11110001 | 1010001 | 100100 |
Color Harmonies of #1411A6
Complementary color
Monochromatic Colors of #1411A6
Black with #1411A6
Text Example
Text Example
White with #1411A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1411A6; }
p { color: rgb(20,17,166); }
H1.HeaderClassName
{
color: #1411A6;
}
.AnyTagClassName
{
color: #1411A6;
}
</style>
background-color css
<style>
a { background-color: #1411A6; }
a { background-color: rgb(20,17,166); }
div.DivClassName
{
background-color: #1411A6;
}
.BgClassName
{
background-color: #1411A6;
}
</style>
border-color css
<style>
span { border-color: #1411A6; }
span { border-color: rgb(20,17,166); }
td.TdClassName
{
border-color: #1411A6;
}
.TagClassName
{
border-color: #1411A6;
}
</style>