Shades of Ultramarine #171CA3
Tints of Ultramarine #171CA3
RGB
CMYK
RGB Variations
Color information
#171CA3 (or 0x171CA3) is known color: Ultramarine. HEX triplet: 17, 1C and A3. RGB value is (23,28,163). Sum of RGB (Red+Green+Blue) = 23+28+163=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 163 (64.06% from 255 or 76.17% from 214); Max value from RGB is 163 - color contains mainly: blue. Hex color #171CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171CA3 is #E8E35C. Grayscale: #292929. Windows color (decimal): -15262557 or 10689559. OLE color: 10689559.
HSL color Cylindrical-coordinate representation of color #171CA3: hue angle of 237.86º 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 #171CA3 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 28 | 163 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.36 |
| HSL | 237.86º | 0.75% | 0.36% | - |
| HSV(B) | 237.86º | 0.86% | 0.64% | - |
| XYZ | 7.38 | 3.66 | 34.97 | - |
| YUV | 41.9 | 196.34 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 163 | 0.86 | 0.83 | 0 | 0.36 | 237.86 | 0.75 | 0.36 |
| Hex | 17 | 1C | A3 | 56 | 53 | 0 | 24 | EE | 4B | 24 |
| Octal | 27 | 34 | 243 | 126 | 123 | 0 | 44 | 356 | 113 | 44 |
| Binary | 10111 | 11100 | 10100011 | 1010110 | 1010011 | 0 | 100100 | 11101110 | 1001011 | 100100 |
Color Harmonies of #171CA3
Complementary color
Monochromatic Colors of #171CA3
Black with #171CA3
Text Example
Text Example
White with #171CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171CA3; }
p { color: rgb(23,28,163); }
H1.HeaderClassName
{
color: #171CA3;
}
.AnyTagClassName
{
color: #171CA3;
}
</style>
background-color css
<style>
a { background-color: #171CA3; }
a { background-color: rgb(23,28,163); }
div.DivClassName
{
background-color: #171CA3;
}
.BgClassName
{
background-color: #171CA3;
}
</style>
border-color css
<style>
span { border-color: #171CA3; }
span { border-color: rgb(23,28,163); }
td.TdClassName
{
border-color: #171CA3;
}
.TagClassName
{
border-color: #171CA3;
}
</style>