Shades of Ultramarine #171F9A
Tints of Ultramarine #171F9A
RGB
CMYK
RGB Variations
Color information
#171F9A (or 0x171F9A) is known color: Ultramarine. HEX triplet: 17, 1F and 9A. RGB value is (23,31,154). Sum of RGB (Red+Green+Blue) = 23+31+154=208 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.06% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 154 (60.55% from 255 or 74.04% from 208); Max value from RGB is 154 - color contains mainly: blue. Hex color #171F9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171F9A is #E8E065. Grayscale: #2A2A2A. Windows color (decimal): -15261798 or 10100503. OLE color: 10100503.
HSL color Cylindrical-coordinate representation of color #171F9A: hue angle of 236.34º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #171F9A is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 31 | 154 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.40 |
| HSL | 236.34º | 0.74% | 0.35% | - |
| HSV(B) | 236.34º | 0.85% | 0.6% | - |
| XYZ | 6.68 | 3.5 | 30.89 | - |
| YUV | 42.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 154 | 0.85 | 0.80 | 0 | 0.40 | 236.34 | 0.74 | 0.35 |
| Hex | 17 | 1F | 9A | 55 | 50 | 0 | 28 | EC | 4A | 23 |
| Octal | 27 | 37 | 232 | 125 | 120 | 0 | 50 | 354 | 112 | 43 |
| Binary | 10111 | 11111 | 10011010 | 1010101 | 1010000 | 0 | 101000 | 11101100 | 1001010 | 100011 |
Color Harmonies of #171F9A
Complementary color
Monochromatic Colors of #171F9A
Black with #171F9A
Text Example
Text Example
White with #171F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F9A; }
p { color: rgb(23,31,154); }
H1.HeaderClassName
{
color: #171F9A;
}
.AnyTagClassName
{
color: #171F9A;
}
</style>
background-color css
<style>
a { background-color: #171F9A; }
a { background-color: rgb(23,31,154); }
div.DivClassName
{
background-color: #171F9A;
}
.BgClassName
{
background-color: #171F9A;
}
</style>
border-color css
<style>
span { border-color: #171F9A; }
span { border-color: rgb(23,31,154); }
td.TdClassName
{
border-color: #171F9A;
}
.TagClassName
{
border-color: #171F9A;
}
</style>