Shades of Ultramarine #1901AB
Tints of Ultramarine #1901AB
RGB
CMYK
RGB Variations
Color information
#1901AB (or 0x1901AB) is known color: Ultramarine. HEX triplet: 19, 01 and AB. RGB value is (25,1,171). Sum of RGB (Red+Green+Blue) = 25+1+171=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 171 (67.19% from 255 or 86.80% from 197); Max value from RGB is 171 - color contains mainly: blue. Hex color #1901AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1901AB is #E6FE54. Grayscale: #1A1A1A. Windows color (decimal): -15138389 or 11206937. OLE color: 11206937.
HSL color Cylindrical-coordinate representation of color #1901AB: hue angle of 248.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1901AB is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 1 | 171 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.33 |
| HSL | 248.47º | 0.99% | 0.34% | - |
| HSV(B) | 248.47º | 0.99% | 0.67% | - |
| XYZ | 7.76 | 3.17 | 38.73 | - |
| YUV | 27.56 | 208.95 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 171 | 0.85 | 0.99 | 0 | 0.33 | 248.47 | 0.99 | 0.34 |
| Hex | 19 | 1 | AB | 55 | 63 | 0 | 21 | F8 | 63 | 22 |
| Octal | 31 | 1 | 253 | 125 | 143 | 0 | 41 | 370 | 143 | 42 |
| Binary | 11001 | 1 | 10101011 | 1010101 | 1100011 | 0 | 100001 | 11111000 | 1100011 | 100010 |
Color Harmonies of #1901AB
Complementary color
Monochromatic Colors of #1901AB
Black with #1901AB
Text Example
Text Example
White with #1901AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1901AB; }
p { color: rgb(25,1,171); }
H1.HeaderClassName
{
color: #1901AB;
}
.AnyTagClassName
{
color: #1901AB;
}
</style>
background-color css
<style>
a { background-color: #1901AB; }
a { background-color: rgb(25,1,171); }
div.DivClassName
{
background-color: #1901AB;
}
.BgClassName
{
background-color: #1901AB;
}
</style>
border-color css
<style>
span { border-color: #1901AB; }
span { border-color: rgb(25,1,171); }
td.TdClassName
{
border-color: #1901AB;
}
.TagClassName
{
border-color: #1901AB;
}
</style>