Shades of Ultramarine #1905AB
Tints of Ultramarine #1905AB
RGB
CMYK
RGB Variations
Color information
#1905AB (or 0x1905AB) is known color: Ultramarine. HEX triplet: 19, 05 and AB. RGB value is (25,5,171). Sum of RGB (Red+Green+Blue) = 25+5+171=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #1905AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1905AB is #E6FA54. Grayscale: #1D1D1D. Windows color (decimal): -15137365 or 11207961. OLE color: 11207961.
HSL color Cylindrical-coordinate representation of color #1905AB: hue angle of 247.23º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1905AB is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 5 | 171 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.33 |
| HSL | 247.23º | 0.94% | 0.35% | - |
| HSV(B) | 247.23º | 0.97% | 0.67% | - |
| XYZ | 7.81 | 3.26 | 38.75 | - |
| YUV | 29.9 | 207.63 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 171 | 0.85 | 0.97 | 0 | 0.33 | 247.23 | 0.94 | 0.35 |
| Hex | 19 | 5 | AB | 55 | 61 | 0 | 21 | F7 | 5E | 23 |
| Octal | 31 | 5 | 253 | 125 | 141 | 0 | 41 | 367 | 136 | 43 |
| Binary | 11001 | 101 | 10101011 | 1010101 | 1100001 | 0 | 100001 | 11110111 | 1011110 | 100011 |
Color Harmonies of #1905AB
Complementary color
Monochromatic Colors of #1905AB
Black with #1905AB
Text Example
Text Example
White with #1905AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1905AB; }
p { color: rgb(25,5,171); }
H1.HeaderClassName
{
color: #1905AB;
}
.AnyTagClassName
{
color: #1905AB;
}
</style>
background-color css
<style>
a { background-color: #1905AB; }
a { background-color: rgb(25,5,171); }
div.DivClassName
{
background-color: #1905AB;
}
.BgClassName
{
background-color: #1905AB;
}
</style>
border-color css
<style>
span { border-color: #1905AB; }
span { border-color: rgb(25,5,171); }
td.TdClassName
{
border-color: #1905AB;
}
.TagClassName
{
border-color: #1905AB;
}
</style>