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