Shades of Ultramarine #1900AB
Tints of Ultramarine #1900AB
RGB
CMYK
RGB Variations
Color information
#1900AB (or 0x1900AB) is known color: Ultramarine. HEX triplet: 19, 00 and AB. RGB value is (25,0,171). Sum of RGB (Red+Green+Blue) = 25+0+171=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 171 (67.19% from 255 or 87.24% from 196); Max value from RGB is 171 - color contains mainly: blue. Hex color #1900AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1900AB is #E6FF54. Grayscale: #1A1A1A. Windows color (decimal): -15138645 or 11206681. OLE color: 11206681.
HSL color Cylindrical-coordinate representation of color #1900AB: hue angle of 248.77º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1900AB is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 0 | 171 | - |
| CMYK | 0.85 | 1 | 0 | 0.33 |
| HSL | 248.77º | 1% | 0.34% | - |
| HSV(B) | 248.77º | 1% | 0.67% | - |
| XYZ | 7.75 | 3.15 | 38.73 | - |
| YUV | 26.97 | 209.28 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 171 | 0.85 | 1 | 0 | 0.33 | 248.77 | 1 | 0.34 |
| Hex | 19 | 0 | AB | 55 | 64 | 0 | 21 | F9 | 64 | 22 |
| Octal | 31 | 0 | 253 | 125 | 144 | 0 | 41 | 371 | 144 | 42 |
| Binary | 11001 | 0 | 10101011 | 1010101 | 1100100 | 0 | 100001 | 11111001 | 1100100 | 100010 |
Color Harmonies of #1900AB
Complementary color
Monochromatic Colors of #1900AB
Black with #1900AB
Text Example
Text Example
White with #1900AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1900AB; }
p { color: rgb(25,0,171); }
H1.HeaderClassName
{
color: #1900AB;
}
.AnyTagClassName
{
color: #1900AB;
}
</style>
background-color css
<style>
a { background-color: #1900AB; }
a { background-color: rgb(25,0,171); }
div.DivClassName
{
background-color: #1900AB;
}
.BgClassName
{
background-color: #1900AB;
}
</style>
border-color css
<style>
span { border-color: #1900AB; }
span { border-color: rgb(25,0,171); }
td.TdClassName
{
border-color: #1900AB;
}
.TagClassName
{
border-color: #1900AB;
}
</style>