Shades of Ultramarine #1708A2
Tints of Ultramarine #1708A2
RGB
CMYK
RGB Variations
Color information
#1708A2 (or 0x1708A2) is known color: Ultramarine. HEX triplet: 17, 08 and A2. RGB value is (23,8,162). Sum of RGB (Red+Green+Blue) = 23+8+162=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 162 (63.67% from 255 or 83.94% from 193); Max value from RGB is 162 - color contains mainly: blue. Hex color #1708A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1708A2 is #E8F75D. Grayscale: #1D1D1D. Windows color (decimal): -15267678 or 10618903. OLE color: 10618903.
HSL color Cylindrical-coordinate representation of color #1708A2: hue angle of 245.84º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1708A2 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 8 | 162 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.36 |
| HSL | 245.84º | 0.91% | 0.33% | - |
| HSV(B) | 245.84º | 0.95% | 0.64% | - |
| XYZ | 6.96 | 2.96 | 34.39 | - |
| YUV | 30.04 | 202.47 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 162 | 0.86 | 0.95 | 0 | 0.36 | 245.84 | 0.91 | 0.33 |
| Hex | 17 | 8 | A2 | 56 | 5F | 0 | 24 | F6 | 5B | 21 |
| Octal | 27 | 10 | 242 | 126 | 137 | 0 | 44 | 366 | 133 | 41 |
| Binary | 10111 | 1000 | 10100010 | 1010110 | 1011111 | 0 | 100100 | 11110110 | 1011011 | 100001 |
Color Harmonies of #1708A2
Complementary color
Monochromatic Colors of #1708A2
Black with #1708A2
Text Example
Text Example
White with #1708A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1708A2; }
p { color: rgb(23,8,162); }
H1.HeaderClassName
{
color: #1708A2;
}
.AnyTagClassName
{
color: #1708A2;
}
</style>
background-color css
<style>
a { background-color: #1708A2; }
a { background-color: rgb(23,8,162); }
div.DivClassName
{
background-color: #1708A2;
}
.BgClassName
{
background-color: #1708A2;
}
</style>
border-color css
<style>
span { border-color: #1708A2; }
span { border-color: rgb(23,8,162); }
td.TdClassName
{
border-color: #1708A2;
}
.TagClassName
{
border-color: #1708A2;
}
</style>