Shades of Ultramarine #1903AB
Tints of Ultramarine #1903AB
RGB
CMYK
RGB Variations
Color information
#1903AB (or 0x1903AB) is known color: Ultramarine. HEX triplet: 19, 03 and AB. RGB value is (25,3,171). Sum of RGB (Red+Green+Blue) = 25+3+171=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 171 (67.19% from 255 or 85.93% from 199); Max value from RGB is 171 - color contains mainly: blue. Hex color #1903AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1903AB is #E6FC54. Grayscale: #1C1C1C. Windows color (decimal): -15137877 or 11207449. OLE color: 11207449.
HSL color Cylindrical-coordinate representation of color #1903AB: hue angle of 247.86º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1903AB is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 3 | 171 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.33 |
| HSL | 247.86º | 0.97% | 0.34% | - |
| HSV(B) | 247.86º | 0.98% | 0.67% | - |
| XYZ | 7.78 | 3.21 | 38.74 | - |
| YUV | 28.73 | 208.29 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 171 | 0.85 | 0.98 | 0 | 0.33 | 247.86 | 0.97 | 0.34 |
| Hex | 19 | 3 | AB | 55 | 62 | 0 | 21 | F8 | 61 | 22 |
| Octal | 31 | 3 | 253 | 125 | 142 | 0 | 41 | 370 | 141 | 42 |
| Binary | 11001 | 11 | 10101011 | 1010101 | 1100010 | 0 | 100001 | 11111000 | 1100001 | 100010 |
Color Harmonies of #1903AB
Complementary color
Monochromatic Colors of #1903AB
Black with #1903AB
Text Example
Text Example
White with #1903AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1903AB; }
p { color: rgb(25,3,171); }
H1.HeaderClassName
{
color: #1903AB;
}
.AnyTagClassName
{
color: #1903AB;
}
</style>
background-color css
<style>
a { background-color: #1903AB; }
a { background-color: rgb(25,3,171); }
div.DivClassName
{
background-color: #1903AB;
}
.BgClassName
{
background-color: #1903AB;
}
</style>
border-color css
<style>
span { border-color: #1903AB; }
span { border-color: rgb(25,3,171); }
td.TdClassName
{
border-color: #1903AB;
}
.TagClassName
{
border-color: #1903AB;
}
</style>