Shades of Ultramarine #1913AB
Tints of Ultramarine #1913AB
RGB
CMYK
RGB Variations
Color information
#1913AB (or 0x1913AB) is known color: Ultramarine. HEX triplet: 19, 13 and AB. RGB value is (25,19,171). Sum of RGB (Red+Green+Blue) = 25+19+171=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #1913AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1913AB is #E6EC54. Grayscale: #252525. Windows color (decimal): -15133781 or 11211545. OLE color: 11211545.
HSL color Cylindrical-coordinate representation of color #1913AB: hue angle of 242.37º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1913AB is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 19 | 171 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.33 |
| HSL | 242.37º | 0.8% | 0.37% | - |
| HSV(B) | 242.37º | 0.89% | 0.67% | - |
| XYZ | 7.98 | 3.61 | 38.8 | - |
| YUV | 38.12 | 202.99 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 171 | 0.85 | 0.89 | 0 | 0.33 | 242.37 | 0.8 | 0.37 |
| Hex | 19 | 13 | AB | 55 | 59 | 0 | 21 | F2 | 50 | 25 |
| Octal | 31 | 23 | 253 | 125 | 131 | 0 | 41 | 362 | 120 | 45 |
| Binary | 11001 | 10011 | 10101011 | 1010101 | 1011001 | 0 | 100001 | 11110010 | 1010000 | 100101 |
Color Harmonies of #1913AB
Complementary color
Monochromatic Colors of #1913AB
Black with #1913AB
Text Example
Text Example
White with #1913AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1913AB; }
p { color: rgb(25,19,171); }
H1.HeaderClassName
{
color: #1913AB;
}
.AnyTagClassName
{
color: #1913AB;
}
</style>
background-color css
<style>
a { background-color: #1913AB; }
a { background-color: rgb(25,19,171); }
div.DivClassName
{
background-color: #1913AB;
}
.BgClassName
{
background-color: #1913AB;
}
</style>
border-color css
<style>
span { border-color: #1913AB; }
span { border-color: rgb(25,19,171); }
td.TdClassName
{
border-color: #1913AB;
}
.TagClassName
{
border-color: #1913AB;
}
</style>