Shades of Ultramarine #1717AC
Tints of Ultramarine #1717AC
RGB
CMYK
RGB Variations
Color information
#1717AC (or 0x1717AC) is known color: Ultramarine. HEX triplet: 17, 17 and AC. RGB value is (23,23,172). Sum of RGB (Red+Green+Blue) = 23+23+172=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #1717AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1717AC is #E8E853. Grayscale: #272727. Windows color (decimal): -15263828 or 11278103. OLE color: 11278103.
HSL color Cylindrical-coordinate representation of color #1717AC: hue angle of 240º 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 #1717AC is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 23 | 172 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.33 |
| HSL | 240º | 0.76% | 0.38% | - |
| HSV(B) | 240º | 0.87% | 0.67% | - |
| XYZ | 8.11 | 3.77 | 39.33 | - |
| YUV | 39.99 | 202.5 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 23 | 172 | 0.87 | 0.87 | 0 | 0.33 | 240 | 0.76 | 0.38 |
| Hex | 17 | 17 | AC | 57 | 57 | 0 | 21 | F0 | 4C | 26 |
| Octal | 27 | 27 | 254 | 127 | 127 | 0 | 41 | 360 | 114 | 46 |
| Binary | 10111 | 10111 | 10101100 | 1010111 | 1010111 | 0 | 100001 | 11110000 | 1001100 | 100110 |
Color Harmonies of #1717AC
Complementary color
Monochromatic Colors of #1717AC
Black with #1717AC
Text Example
Text Example
White with #1717AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1717AC; }
p { color: rgb(23,23,172); }
H1.HeaderClassName
{
color: #1717AC;
}
.AnyTagClassName
{
color: #1717AC;
}
</style>
background-color css
<style>
a { background-color: #1717AC; }
a { background-color: rgb(23,23,172); }
div.DivClassName
{
background-color: #1717AC;
}
.BgClassName
{
background-color: #1717AC;
}
</style>
border-color css
<style>
span { border-color: #1717AC; }
span { border-color: rgb(23,23,172); }
td.TdClassName
{
border-color: #1717AC;
}
.TagClassName
{
border-color: #1717AC;
}
</style>