Shades of Ultramarine #1708AC
Tints of Ultramarine #1708AC
RGB
CMYK
RGB Variations
Color information
#1708AC (or 0x1708AC) is known color: Ultramarine. HEX triplet: 17, 08 and AC. RGB value is (23,8,172). Sum of RGB (Red+Green+Blue) = 23+8+172=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 172 (67.58% from 255 or 84.73% from 203); Max value from RGB is 172 - color contains mainly: blue. Hex color #1708AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1708AC is #E8F753. Grayscale: #1E1E1E. Windows color (decimal): -15267668 or 11274263. OLE color: 11274263.
HSL color Cylindrical-coordinate representation of color #1708AC: hue angle of 245.49º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1708AC is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 8 | 172 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.33 |
| HSL | 245.49º | 0.91% | 0.35% | - |
| HSV(B) | 245.49º | 0.95% | 0.67% | - |
| XYZ | 7.89 | 3.33 | 39.26 | - |
| YUV | 31.18 | 207.47 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 172 | 0.87 | 0.95 | 0 | 0.33 | 245.49 | 0.91 | 0.35 |
| Hex | 17 | 8 | AC | 57 | 5F | 0 | 21 | F5 | 5B | 23 |
| Octal | 27 | 10 | 254 | 127 | 137 | 0 | 41 | 365 | 133 | 43 |
| Binary | 10111 | 1000 | 10101100 | 1010111 | 1011111 | 0 | 100001 | 11110101 | 1011011 | 100011 |
Color Harmonies of #1708AC
Complementary color
Monochromatic Colors of #1708AC
Black with #1708AC
Text Example
Text Example
White with #1708AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1708AC; }
p { color: rgb(23,8,172); }
H1.HeaderClassName
{
color: #1708AC;
}
.AnyTagClassName
{
color: #1708AC;
}
</style>
background-color css
<style>
a { background-color: #1708AC; }
a { background-color: rgb(23,8,172); }
div.DivClassName
{
background-color: #1708AC;
}
.BgClassName
{
background-color: #1708AC;
}
</style>
border-color css
<style>
span { border-color: #1708AC; }
span { border-color: rgb(23,8,172); }
td.TdClassName
{
border-color: #1708AC;
}
.TagClassName
{
border-color: #1708AC;
}
</style>