Shades of Ultramarine #172099
Tints of Ultramarine #172099
RGB
CMYK
RGB Variations
Color information
#172099 (or 0x172099) is known color: Ultramarine. HEX triplet: 17, 20 and 99. RGB value is (23,32,153). Sum of RGB (Red+Green+Blue) = 23+32+153=208 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.06% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #172099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172099 is #E8DF66. Grayscale: #2A2A2A. Windows color (decimal): -15261543 or 10035223. OLE color: 10035223.
HSL color Cylindrical-coordinate representation of color #172099: hue angle of 235.85º 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 #172099 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 32 | 153 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.4 |
| HSL | 235.85º | 0.74% | 0.35% | - |
| HSV(B) | 235.85º | 0.85% | 0.6% | - |
| XYZ | 6.62 | 3.52 | 30.47 | - |
| YUV | 43.1 | 190.02 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 153 | 0.85 | 0.79 | 0 | 0.4 | 235.85 | 0.74 | 0.35 |
| Hex | 17 | 20 | 99 | 55 | 4F | 0 | 28 | EC | 4A | 23 |
| Octal | 27 | 40 | 231 | 125 | 117 | 0 | 50 | 354 | 112 | 43 |
| Binary | 10111 | 100000 | 10011001 | 1010101 | 1001111 | 0 | 101000 | 11101100 | 1001010 | 100011 |
Color Harmonies of #172099
Complementary color
Monochromatic Colors of #172099
Black with #172099
Text Example
Text Example
White with #172099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172099; }
p { color: rgb(23,32,153); }
H1.HeaderClassName
{
color: #172099;
}
.AnyTagClassName
{
color: #172099;
}
</style>
background-color css
<style>
a { background-color: #172099; }
a { background-color: rgb(23,32,153); }
div.DivClassName
{
background-color: #172099;
}
.BgClassName
{
background-color: #172099;
}
</style>
border-color css
<style>
span { border-color: #172099; }
span { border-color: rgb(23,32,153); }
td.TdClassName
{
border-color: #172099;
}
.TagClassName
{
border-color: #172099;
}
</style>