Shades of Ultramarine #172098
Tints of Ultramarine #172098
RGB
CMYK
RGB Variations
Color information
#172098 (or 0x172098) is known color: Ultramarine. HEX triplet: 17, 20 and 98. RGB value is (23,32,152). Sum of RGB (Red+Green+Blue) = 23+32+152=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 152 (59.77% from 255 or 73.43% from 207); Max value from RGB is 152 - color contains mainly: blue. Hex color #172098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172098 is #E8DF67. Grayscale: #2A2A2A. Windows color (decimal): -15261544 or 9969687. OLE color: 9969687.
HSL color Cylindrical-coordinate representation of color #172098: hue angle of 235.81º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172098 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 32 | 152 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.40 |
| HSL | 235.81º | 0.74% | 0.34% | - |
| HSV(B) | 235.81º | 0.85% | 0.6% | - |
| XYZ | 6.54 | 3.48 | 30.03 | - |
| YUV | 42.99 | 189.52 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 152 | 0.85 | 0.79 | 0 | 0.40 | 235.81 | 0.74 | 0.34 |
| Hex | 17 | 20 | 98 | 55 | 4F | 0 | 28 | EC | 4A | 22 |
| Octal | 27 | 40 | 230 | 125 | 117 | 0 | 50 | 354 | 112 | 42 |
| Binary | 10111 | 100000 | 10011000 | 1010101 | 1001111 | 0 | 101000 | 11101100 | 1001010 | 100010 |
Color Harmonies of #172098
Complementary color
Monochromatic Colors of #172098
Black with #172098
Text Example
Text Example
White with #172098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172098; }
p { color: rgb(23,32,152); }
H1.HeaderClassName
{
color: #172098;
}
.AnyTagClassName
{
color: #172098;
}
</style>
background-color css
<style>
a { background-color: #172098; }
a { background-color: rgb(23,32,152); }
div.DivClassName
{
background-color: #172098;
}
.BgClassName
{
background-color: #172098;
}
</style>
border-color css
<style>
span { border-color: #172098; }
span { border-color: rgb(23,32,152); }
td.TdClassName
{
border-color: #172098;
}
.TagClassName
{
border-color: #172098;
}
</style>