Shades of Ultramarine #172295
Tints of Ultramarine #172295
RGB
CMYK
RGB Variations
Color information
#172295 (or 0x172295) is known color: Ultramarine. HEX triplet: 17, 22 and 95. RGB value is (23,34,149). Sum of RGB (Red+Green+Blue) = 23+34+149=206 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.17% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #172295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172295 is #E8DD6A. Grayscale: #2B2B2B. Windows color (decimal): -15261035 or 9773591. OLE color: 9773591.
HSL color Cylindrical-coordinate representation of color #172295: hue angle of 234.76º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172295 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 34 | 149 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.42 |
| HSL | 234.76º | 0.73% | 0.34% | - |
| HSV(B) | 234.76º | 0.85% | 0.58% | - |
| XYZ | 6.35 | 3.5 | 28.77 | - |
| YUV | 43.82 | 187.36 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 149 | 0.85 | 0.77 | 0 | 0.42 | 234.76 | 0.73 | 0.34 |
| Hex | 17 | 22 | 95 | 55 | 4D | 0 | 2A | EB | 49 | 22 |
| Octal | 27 | 42 | 225 | 125 | 115 | 0 | 52 | 353 | 111 | 42 |
| Binary | 10111 | 100010 | 10010101 | 1010101 | 1001101 | 0 | 101010 | 11101011 | 1001001 | 100010 |
Color Harmonies of #172295
Complementary color
Monochromatic Colors of #172295
Black with #172295
Text Example
Text Example
White with #172295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172295; }
p { color: rgb(23,34,149); }
H1.HeaderClassName
{
color: #172295;
}
.AnyTagClassName
{
color: #172295;
}
</style>
background-color css
<style>
a { background-color: #172295; }
a { background-color: rgb(23,34,149); }
div.DivClassName
{
background-color: #172295;
}
.BgClassName
{
background-color: #172295;
}
</style>
border-color css
<style>
span { border-color: #172295; }
span { border-color: rgb(23,34,149); }
td.TdClassName
{
border-color: #172295;
}
.TagClassName
{
border-color: #172295;
}
</style>