Shades of Ultramarine #171A8C
Tints of Ultramarine #171A8C
RGB
CMYK
RGB Variations
Color information
#171A8C (or 0x171A8C) is known color: Ultramarine. HEX triplet: 17, 1A and 8C. RGB value is (23,26,140). Sum of RGB (Red+Green+Blue) = 23+26+140=189 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.17% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 140 (55.08% from 255 or 74.07% from 189); Max value from RGB is 140 - color contains mainly: blue. Hex color #171A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171A8C is #E8E573. Grayscale: #252525. Windows color (decimal): -15263092 or 9181719. OLE color: 9181719.
HSL color Cylindrical-coordinate representation of color #171A8C: hue angle of 238.46º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #171A8C is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 26 | 140 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.45 |
| HSL | 238.46º | 0.72% | 0.32% | - |
| HSV(B) | 238.46º | 0.84% | 0.55% | - |
| XYZ | 5.46 | 2.81 | 25.07 | - |
| YUV | 38.1 | 185.51 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 140 | 0.84 | 0.81 | 0 | 0.45 | 238.46 | 0.72 | 0.32 |
| Hex | 17 | 1A | 8C | 54 | 51 | 0 | 2D | EE | 48 | 20 |
| Octal | 27 | 32 | 214 | 124 | 121 | 0 | 55 | 356 | 110 | 40 |
| Binary | 10111 | 11010 | 10001100 | 1010100 | 1010001 | 0 | 101101 | 11101110 | 1001000 | 100000 |
Color Harmonies of #171A8C
Complementary color
Monochromatic Colors of #171A8C
Black with #171A8C
Text Example
Text Example
White with #171A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171A8C; }
p { color: rgb(23,26,140); }
H1.HeaderClassName
{
color: #171A8C;
}
.AnyTagClassName
{
color: #171A8C;
}
</style>
background-color css
<style>
a { background-color: #171A8C; }
a { background-color: rgb(23,26,140); }
div.DivClassName
{
background-color: #171A8C;
}
.BgClassName
{
background-color: #171A8C;
}
</style>
border-color css
<style>
span { border-color: #171A8C; }
span { border-color: rgb(23,26,140); }
td.TdClassName
{
border-color: #171A8C;
}
.TagClassName
{
border-color: #171A8C;
}
</style>