Shades of Ultramarine #2014AD
Tints of Ultramarine #2014AD
RGB
CMYK
RGB Variations
Color information
#2014AD (or 0x2014AD) is known color: Ultramarine. HEX triplet: 20, 14 and AD. RGB value is (32,20,173). Sum of RGB (Red+Green+Blue) = 32+20+173=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 173 (67.97% from 255 or 76.89% from 225); Max value from RGB is 173 - color contains mainly: blue. Hex color #2014AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2014AD is #DFEB52. Grayscale: #282828. Windows color (decimal): -14674771 or 11342880. OLE color: 11342880.
HSL color Cylindrical-coordinate representation of color #2014AD: hue angle of 244.71º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2014AD is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 20 | 173 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.32 |
| HSL | 244.71º | 0.79% | 0.38% | - |
| HSV(B) | 244.71º | 0.88% | 0.68% | - |
| XYZ | 8.39 | 3.82 | 39.83 | - |
| YUV | 41.03 | 202.48 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 173 | 0.82 | 0.88 | 0 | 0.32 | 244.71 | 0.79 | 0.38 |
| Hex | 20 | 14 | AD | 52 | 58 | 0 | 20 | F5 | 4F | 26 |
| Octal | 40 | 24 | 255 | 122 | 130 | 0 | 40 | 365 | 117 | 46 |
| Binary | 100000 | 10100 | 10101101 | 1010010 | 1011000 | 0 | 100000 | 11110101 | 1001111 | 100110 |
Color Harmonies of #2014AD
Complementary color
Monochromatic Colors of #2014AD
Black with #2014AD
Text Example
Text Example
White with #2014AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2014AD; }
p { color: rgb(32,20,173); }
H1.HeaderClassName
{
color: #2014AD;
}
.AnyTagClassName
{
color: #2014AD;
}
</style>
background-color css
<style>
a { background-color: #2014AD; }
a { background-color: rgb(32,20,173); }
div.DivClassName
{
background-color: #2014AD;
}
.BgClassName
{
background-color: #2014AD;
}
</style>
border-color css
<style>
span { border-color: #2014AD; }
span { border-color: rgb(32,20,173); }
td.TdClassName
{
border-color: #2014AD;
}
.TagClassName
{
border-color: #2014AD;
}
</style>