Shades of Ultramarine #1904AD
Tints of Ultramarine #1904AD
RGB
CMYK
RGB Variations
Color information
#1904AD (or 0x1904AD) is known color: Ultramarine. HEX triplet: 19, 04 and AD. RGB value is (25,4,173). Sum of RGB (Red+Green+Blue) = 25+4+173=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 173 (67.97% from 255 or 85.64% from 202); Max value from RGB is 173 - color contains mainly: blue. Hex color #1904AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1904AD is #E6FB52. Grayscale: #1C1C1C. Windows color (decimal): -15137619 or 11338777. OLE color: 11338777.
HSL color Cylindrical-coordinate representation of color #1904AD: hue angle of 247.46º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1904AD is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 4 | 173 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.32 |
| HSL | 247.46º | 0.95% | 0.35% | - |
| HSV(B) | 247.46º | 0.98% | 0.68% | - |
| XYZ | 7.99 | 3.31 | 39.75 | - |
| YUV | 29.55 | 208.96 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 173 | 0.86 | 0.98 | 0 | 0.32 | 247.46 | 0.95 | 0.35 |
| Hex | 19 | 4 | AD | 56 | 62 | 0 | 20 | F7 | 5F | 23 |
| Octal | 31 | 4 | 255 | 126 | 142 | 0 | 40 | 367 | 137 | 43 |
| Binary | 11001 | 100 | 10101101 | 1010110 | 1100010 | 0 | 100000 | 11110111 | 1011111 | 100011 |
Color Harmonies of #1904AD
Complementary color
Monochromatic Colors of #1904AD
Black with #1904AD
Text Example
Text Example
White with #1904AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1904AD; }
p { color: rgb(25,4,173); }
H1.HeaderClassName
{
color: #1904AD;
}
.AnyTagClassName
{
color: #1904AD;
}
</style>
background-color css
<style>
a { background-color: #1904AD; }
a { background-color: rgb(25,4,173); }
div.DivClassName
{
background-color: #1904AD;
}
.BgClassName
{
background-color: #1904AD;
}
</style>
border-color css
<style>
span { border-color: #1904AD; }
span { border-color: rgb(25,4,173); }
td.TdClassName
{
border-color: #1904AD;
}
.TagClassName
{
border-color: #1904AD;
}
</style>