Shades of Ultramarine #17198D
Tints of Ultramarine #17198D
RGB
CMYK
RGB Variations
Color information
#17198D (or 0x17198D) is known color: Ultramarine. HEX triplet: 17, 19 and 8D. RGB value is (23,25,141). Sum of RGB (Red+Green+Blue) = 23+25+141=189 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.17% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #17198D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17198D is #E8E672. Grayscale: #252525. Windows color (decimal): -15263347 or 9246999. OLE color: 9246999.
HSL color Cylindrical-coordinate representation of color #17198D: hue angle of 238.98º 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 #17198D is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 25 | 141 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.45 |
| HSL | 238.98º | 0.72% | 0.32% | - |
| HSV(B) | 238.98º | 0.84% | 0.55% | - |
| XYZ | 5.51 | 2.8 | 25.45 | - |
| YUV | 37.63 | 186.34 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 141 | 0.84 | 0.82 | 0 | 0.45 | 238.98 | 0.72 | 0.32 |
| Hex | 17 | 19 | 8D | 54 | 52 | 0 | 2D | EF | 48 | 20 |
| Octal | 27 | 31 | 215 | 124 | 122 | 0 | 55 | 357 | 110 | 40 |
| Binary | 10111 | 11001 | 10001101 | 1010100 | 1010010 | 0 | 101101 | 11101111 | 1001000 | 100000 |
Color Harmonies of #17198D
Complementary color
Monochromatic Colors of #17198D
Black with #17198D
Text Example
Text Example
White with #17198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17198D; }
p { color: rgb(23,25,141); }
H1.HeaderClassName
{
color: #17198D;
}
.AnyTagClassName
{
color: #17198D;
}
</style>
background-color css
<style>
a { background-color: #17198D; }
a { background-color: rgb(23,25,141); }
div.DivClassName
{
background-color: #17198D;
}
.BgClassName
{
background-color: #17198D;
}
</style>
border-color css
<style>
span { border-color: #17198D; }
span { border-color: rgb(23,25,141); }
td.TdClassName
{
border-color: #17198D;
}
.TagClassName
{
border-color: #17198D;
}
</style>