Shades of Ultramarine #1410AD
Tints of Ultramarine #1410AD
RGB
CMYK
RGB Variations
Color information
#1410AD (or 0x1410AD) is known color: Ultramarine. HEX triplet: 14, 10 and AD. RGB value is (20,16,173). Sum of RGB (Red+Green+Blue) = 20+16+173=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 173 (67.97% from 255 or 82.78% from 209); Max value from RGB is 173 - color contains mainly: blue. Hex color #1410AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1410AD is #EBEF52. Grayscale: #222222. Windows color (decimal): -15462227 or 11341844. OLE color: 11341844.
HSL color Cylindrical-coordinate representation of color #1410AD: hue angle of 241.53º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1410AD is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 16 | 173 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.32 |
| HSL | 241.53º | 0.83% | 0.37% | - |
| HSV(B) | 241.53º | 0.91% | 0.68% | - |
| XYZ | 8.02 | 3.54 | 39.8 | - |
| YUV | 35.09 | 205.83 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 173 | 0.88 | 0.91 | 0 | 0.32 | 241.53 | 0.83 | 0.37 |
| Hex | 14 | 10 | AD | 58 | 5B | 0 | 20 | F2 | 53 | 25 |
| Octal | 24 | 20 | 255 | 130 | 133 | 0 | 40 | 362 | 123 | 45 |
| Binary | 10100 | 10000 | 10101101 | 1011000 | 1011011 | 0 | 100000 | 11110010 | 1010011 | 100101 |
Color Harmonies of #1410AD
Complementary color
Monochromatic Colors of #1410AD
Black with #1410AD
Text Example
Text Example
White with #1410AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1410AD; }
p { color: rgb(20,16,173); }
H1.HeaderClassName
{
color: #1410AD;
}
.AnyTagClassName
{
color: #1410AD;
}
</style>
background-color css
<style>
a { background-color: #1410AD; }
a { background-color: rgb(20,16,173); }
div.DivClassName
{
background-color: #1410AD;
}
.BgClassName
{
background-color: #1410AD;
}
</style>
border-color css
<style>
span { border-color: #1410AD; }
span { border-color: rgb(20,16,173); }
td.TdClassName
{
border-color: #1410AD;
}
.TagClassName
{
border-color: #1410AD;
}
</style>