Shades of Ultramarine #1014A6
Tints of Ultramarine #1014A6
RGB
CMYK
RGB Variations
Color information
#1014A6 (or 0x1014A6) is known color: Ultramarine. HEX triplet: 10, 14 and A6. RGB value is (16,20,166). Sum of RGB (Red+Green+Blue) = 16+20+166=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 166 (65.23% from 255 or 82.18% from 202); Max value from RGB is 166 - color contains mainly: blue. Hex color #1014A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1014A6 is #EFEB59. Grayscale: #222222. Windows color (decimal): -15723354 or 10884112. OLE color: 10884112.
HSL color Cylindrical-coordinate representation of color #1014A6: hue angle of 238.4º degrees, saturation: 0.82, 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 #1014A6 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 20 | 166 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.35 |
| HSL | 238.4º | 0.82% | 0.36% | - |
| HSV(B) | 238.4º | 0.9% | 0.65% | - |
| XYZ | 7.35 | 3.36 | 36.34 | - |
| YUV | 35.45 | 201.67 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 166 | 0.90 | 0.88 | 0 | 0.35 | 238.4 | 0.82 | 0.36 |
| Hex | 10 | 14 | A6 | 5A | 58 | 0 | 23 | EE | 52 | 24 |
| Octal | 20 | 24 | 246 | 132 | 130 | 0 | 43 | 356 | 122 | 44 |
| Binary | 10000 | 10100 | 10100110 | 1011010 | 1011000 | 0 | 100011 | 11101110 | 1010010 | 100100 |
Color Harmonies of #1014A6
Complementary color
Monochromatic Colors of #1014A6
Black with #1014A6
Text Example
Text Example
White with #1014A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1014A6; }
p { color: rgb(16,20,166); }
H1.HeaderClassName
{
color: #1014A6;
}
.AnyTagClassName
{
color: #1014A6;
}
</style>
background-color css
<style>
a { background-color: #1014A6; }
a { background-color: rgb(16,20,166); }
div.DivClassName
{
background-color: #1014A6;
}
.BgClassName
{
background-color: #1014A6;
}
</style>
border-color css
<style>
span { border-color: #1014A6; }
span { border-color: rgb(16,20,166); }
td.TdClassName
{
border-color: #1014A6;
}
.TagClassName
{
border-color: #1014A6;
}
</style>