Shades of Ultramarine #1814AD
Tints of Ultramarine #1814AD
RGB
CMYK
RGB Variations
Color information
#1814AD (or 0x1814AD) is known color: Ultramarine. HEX triplet: 18, 14 and AD. RGB value is (24,20,173). Sum of RGB (Red+Green+Blue) = 24+20+173=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 173 (67.97% from 255 or 79.72% from 217); Max value from RGB is 173 - color contains mainly: blue. Hex color #1814AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1814AD is #E7EB52. Grayscale: #262626. Windows color (decimal): -15199059 or 11342872. OLE color: 11342872.
HSL color Cylindrical-coordinate representation of color #1814AD: hue angle of 241.57º 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 #1814AD is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 20 | 173 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.32 |
| HSL | 241.57º | 0.79% | 0.38% | - |
| HSV(B) | 241.57º | 0.88% | 0.68% | - |
| XYZ | 8.17 | 3.71 | 39.82 | - |
| YUV | 38.64 | 203.83 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 173 | 0.86 | 0.88 | 0 | 0.32 | 241.57 | 0.79 | 0.38 |
| Hex | 18 | 14 | AD | 56 | 58 | 0 | 20 | F2 | 4F | 26 |
| Octal | 30 | 24 | 255 | 126 | 130 | 0 | 40 | 362 | 117 | 46 |
| Binary | 11000 | 10100 | 10101101 | 1010110 | 1011000 | 0 | 100000 | 11110010 | 1001111 | 100110 |
Color Harmonies of #1814AD
Complementary color
Monochromatic Colors of #1814AD
Black with #1814AD
Text Example
Text Example
White with #1814AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1814AD; }
p { color: rgb(24,20,173); }
H1.HeaderClassName
{
color: #1814AD;
}
.AnyTagClassName
{
color: #1814AD;
}
</style>
background-color css
<style>
a { background-color: #1814AD; }
a { background-color: rgb(24,20,173); }
div.DivClassName
{
background-color: #1814AD;
}
.BgClassName
{
background-color: #1814AD;
}
</style>
border-color css
<style>
span { border-color: #1814AD; }
span { border-color: rgb(24,20,173); }
td.TdClassName
{
border-color: #1814AD;
}
.TagClassName
{
border-color: #1814AD;
}
</style>