Shades of Ultramarine #1416A1
Tints of Ultramarine #1416A1
RGB
CMYK
RGB Variations
Color information
#1416A1 (or 0x1416A1) is known color: Ultramarine. HEX triplet: 14, 16 and A1. RGB value is (20,22,161). Sum of RGB (Red+Green+Blue) = 20+22+161=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 161 (63.28% from 255 or 79.31% from 203); Max value from RGB is 161 - color contains mainly: blue. Hex color #1416A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1416A1 is #EBE95E. Grayscale: #242424. Windows color (decimal): -15460703 or 10556948. OLE color: 10556948.
HSL color Cylindrical-coordinate representation of color #1416A1: hue angle of 239.15º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1416A1 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 22 | 161 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.37 |
| HSL | 239.15º | 0.78% | 0.35% | - |
| HSV(B) | 239.15º | 0.88% | 0.63% | - |
| XYZ | 7.01 | 3.3 | 33.98 | - |
| YUV | 37.25 | 197.84 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 161 | 0.88 | 0.86 | 0 | 0.37 | 239.15 | 0.78 | 0.35 |
| Hex | 14 | 16 | A1 | 58 | 56 | 0 | 25 | EF | 4E | 23 |
| Octal | 24 | 26 | 241 | 130 | 126 | 0 | 45 | 357 | 116 | 43 |
| Binary | 10100 | 10110 | 10100001 | 1011000 | 1010110 | 0 | 100101 | 11101111 | 1001110 | 100011 |
Color Harmonies of #1416A1
Complementary color
Monochromatic Colors of #1416A1
Black with #1416A1
Text Example
Text Example
White with #1416A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1416A1; }
p { color: rgb(20,22,161); }
H1.HeaderClassName
{
color: #1416A1;
}
.AnyTagClassName
{
color: #1416A1;
}
</style>
background-color css
<style>
a { background-color: #1416A1; }
a { background-color: rgb(20,22,161); }
div.DivClassName
{
background-color: #1416A1;
}
.BgClassName
{
background-color: #1416A1;
}
</style>
border-color css
<style>
span { border-color: #1416A1; }
span { border-color: rgb(20,22,161); }
td.TdClassName
{
border-color: #1416A1;
}
.TagClassName
{
border-color: #1416A1;
}
</style>