Shades of Ultramarine #1917AC
Tints of Ultramarine #1917AC
RGB
CMYK
RGB Variations
Color information
#1917AC (or 0x1917AC) is known color: Ultramarine. HEX triplet: 19, 17 and AC. RGB value is (25,23,172). Sum of RGB (Red+Green+Blue) = 25+23+172=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #1917AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1917AC is #E6E853. Grayscale: #272727. Windows color (decimal): -15132756 or 11278105. OLE color: 11278105.
HSL color Cylindrical-coordinate representation of color #1917AC: 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 #1917AC is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 23 | 172 | - |
| 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.15 | 3.8 | 39.33 | - |
| YUV | 40.58 | 202.16 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 172 | 0.85 | 0.87 | 0 | 0.33 | 240.81 | 0.76 | 0.38 |
| Hex | 19 | 17 | AC | 55 | 57 | 0 | 21 | F1 | 4C | 26 |
| Octal | 31 | 27 | 254 | 125 | 127 | 0 | 41 | 361 | 114 | 46 |
| Binary | 11001 | 10111 | 10101100 | 1010101 | 1010111 | 0 | 100001 | 11110001 | 1001100 | 100110 |
Color Harmonies of #1917AC
Complementary color
Monochromatic Colors of #1917AC
Black with #1917AC
Text Example
Text Example
White with #1917AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1917AC; }
p { color: rgb(25,23,172); }
H1.HeaderClassName
{
color: #1917AC;
}
.AnyTagClassName
{
color: #1917AC;
}
</style>
background-color css
<style>
a { background-color: #1917AC; }
a { background-color: rgb(25,23,172); }
div.DivClassName
{
background-color: #1917AC;
}
.BgClassName
{
background-color: #1917AC;
}
</style>
border-color css
<style>
span { border-color: #1917AC; }
span { border-color: rgb(25,23,172); }
td.TdClassName
{
border-color: #1917AC;
}
.TagClassName
{
border-color: #1917AC;
}
</style>