Shades of Ultramarine #1917A2
Tints of Ultramarine #1917A2
RGB
CMYK
RGB Variations
Color information
#1917A2 (or 0x1917A2) is known color: Ultramarine. HEX triplet: 19, 17 and A2. RGB value is (25,23,162). Sum of RGB (Red+Green+Blue) = 25+23+162=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 162 (63.67% from 255 or 77.14% from 210); Max value from RGB is 162 - color contains mainly: blue. Hex color #1917A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1917A2 is #E6E85D. Grayscale: #262626. Windows color (decimal): -15132766 or 10622745. OLE color: 10622745.
HSL color Cylindrical-coordinate representation of color #1917A2: hue angle of 240.86º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1917A2 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 23 | 162 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.36 |
| HSL | 240.86º | 0.75% | 0.36% | - |
| HSV(B) | 240.86º | 0.86% | 0.64% | - |
| XYZ | 7.23 | 3.43 | 34.46 | - |
| YUV | 39.44 | 197.16 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 162 | 0.85 | 0.86 | 0 | 0.36 | 240.86 | 0.75 | 0.36 |
| Hex | 19 | 17 | A2 | 55 | 56 | 0 | 24 | F1 | 4B | 24 |
| Octal | 31 | 27 | 242 | 125 | 126 | 0 | 44 | 361 | 113 | 44 |
| Binary | 11001 | 10111 | 10100010 | 1010101 | 1010110 | 0 | 100100 | 11110001 | 1001011 | 100100 |
Color Harmonies of #1917A2
Complementary color
Monochromatic Colors of #1917A2
Black with #1917A2
Text Example
Text Example
White with #1917A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1917A2; }
p { color: rgb(25,23,162); }
H1.HeaderClassName
{
color: #1917A2;
}
.AnyTagClassName
{
color: #1917A2;
}
</style>
background-color css
<style>
a { background-color: #1917A2; }
a { background-color: rgb(25,23,162); }
div.DivClassName
{
background-color: #1917A2;
}
.BgClassName
{
background-color: #1917A2;
}
</style>
border-color css
<style>
span { border-color: #1917A2; }
span { border-color: rgb(25,23,162); }
td.TdClassName
{
border-color: #1917A2;
}
.TagClassName
{
border-color: #1917A2;
}
</style>