Shades of Ultramarine #171DA2
Tints of Ultramarine #171DA2
RGB
CMYK
RGB Variations
Color information
#171DA2 (or 0x171DA2) is known color: Ultramarine. HEX triplet: 17, 1D and A2. RGB value is (23,29,162). Sum of RGB (Red+Green+Blue) = 23+29+162=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 162 (63.67% from 255 or 75.70% from 214); Max value from RGB is 162 - color contains mainly: blue. Hex color #171DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171DA2 is #E8E25D. Grayscale: #292929. Windows color (decimal): -15262302 or 10624279. OLE color: 10624279.
HSL color Cylindrical-coordinate representation of color #171DA2: hue angle of 237.41º 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 #171DA2 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 29 | 162 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.36 |
| HSL | 237.41º | 0.75% | 0.36% | - |
| HSV(B) | 237.41º | 0.86% | 0.64% | - |
| XYZ | 7.31 | 3.67 | 34.51 | - |
| YUV | 42.37 | 195.51 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 162 | 0.86 | 0.82 | 0 | 0.36 | 237.41 | 0.75 | 0.36 |
| Hex | 17 | 1D | A2 | 56 | 52 | 0 | 24 | ED | 4B | 24 |
| Octal | 27 | 35 | 242 | 126 | 122 | 0 | 44 | 355 | 113 | 44 |
| Binary | 10111 | 11101 | 10100010 | 1010110 | 1010010 | 0 | 100100 | 11101101 | 1001011 | 100100 |
Color Harmonies of #171DA2
Complementary color
Monochromatic Colors of #171DA2
Black with #171DA2
Text Example
Text Example
White with #171DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171DA2; }
p { color: rgb(23,29,162); }
H1.HeaderClassName
{
color: #171DA2;
}
.AnyTagClassName
{
color: #171DA2;
}
</style>
background-color css
<style>
a { background-color: #171DA2; }
a { background-color: rgb(23,29,162); }
div.DivClassName
{
background-color: #171DA2;
}
.BgClassName
{
background-color: #171DA2;
}
</style>
border-color css
<style>
span { border-color: #171DA2; }
span { border-color: rgb(23,29,162); }
td.TdClassName
{
border-color: #171DA2;
}
.TagClassName
{
border-color: #171DA2;
}
</style>