Shades of Ultramarine #1917AB
Tints of Ultramarine #1917AB
RGB
CMYK
RGB Variations
Color information
#1917AB (or 0x1917AB) is known color: Ultramarine. HEX triplet: 19, 17 and AB. RGB value is (25,23,171). Sum of RGB (Red+Green+Blue) = 25+23+171=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #1917AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1917AB is #E6E854. Grayscale: #272727. Windows color (decimal): -15132757 or 11212569. OLE color: 11212569.
HSL color Cylindrical-coordinate representation of color #1917AB: hue angle of 240.81º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1917AB is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 23 | 171 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.33 |
| HSL | 240.81º | 0.76% | 0.38% | - |
| HSV(B) | 240.81º | 0.87% | 0.67% | - |
| XYZ | 8.06 | 3.76 | 38.83 | - |
| YUV | 40.47 | 201.66 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 171 | 0.85 | 0.87 | 0 | 0.33 | 240.81 | 0.76 | 0.38 |
| Hex | 19 | 17 | AB | 55 | 57 | 0 | 21 | F1 | 4C | 26 |
| Octal | 31 | 27 | 253 | 125 | 127 | 0 | 41 | 361 | 114 | 46 |
| Binary | 11001 | 10111 | 10101011 | 1010101 | 1010111 | 0 | 100001 | 11110001 | 1001100 | 100110 |
Color Harmonies of #1917AB
Complementary color
Monochromatic Colors of #1917AB
Black with #1917AB
Text Example
Text Example
White with #1917AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1917AB; }
p { color: rgb(25,23,171); }
H1.HeaderClassName
{
color: #1917AB;
}
.AnyTagClassName
{
color: #1917AB;
}
</style>
background-color css
<style>
a { background-color: #1917AB; }
a { background-color: rgb(25,23,171); }
div.DivClassName
{
background-color: #1917AB;
}
.BgClassName
{
background-color: #1917AB;
}
</style>
border-color css
<style>
span { border-color: #1917AB; }
span { border-color: rgb(25,23,171); }
td.TdClassName
{
border-color: #1917AB;
}
.TagClassName
{
border-color: #1917AB;
}
</style>