Shades of Ultramarine #172490
Tints of Ultramarine #172490
RGB
CMYK
RGB Variations
Color information
#172490 (or 0x172490) is known color: Ultramarine. HEX triplet: 17, 24 and 90. RGB value is (23,36,144). Sum of RGB (Red+Green+Blue) = 23+36+144=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 144 (56.64% from 255 or 70.94% from 203); Max value from RGB is 144 - color contains mainly: blue. Hex color #172490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172490 is #E8DB6F. Grayscale: #2B2B2B. Windows color (decimal): -15260528 or 9446423. OLE color: 9446423.
HSL color Cylindrical-coordinate representation of color #172490: hue angle of 233.55º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172490 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 36 | 144 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.44 |
| HSL | 233.55º | 0.72% | 0.33% | - |
| HSV(B) | 233.55º | 0.84% | 0.56% | - |
| XYZ | 6.02 | 3.46 | 26.74 | - |
| YUV | 44.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 36 | 144 | 0.84 | 0.75 | 0 | 0.44 | 233.55 | 0.72 | 0.33 |
| Hex | 17 | 24 | 90 | 54 | 4B | 0 | 2C | EA | 48 | 21 |
| Octal | 27 | 44 | 220 | 124 | 113 | 0 | 54 | 352 | 110 | 41 |
| Binary | 10111 | 100100 | 10010000 | 1010100 | 1001011 | 0 | 101100 | 11101010 | 1001000 | 100001 |
Color Harmonies of #172490
Complementary color
Monochromatic Colors of #172490
Black with #172490
Text Example
Text Example
White with #172490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172490; }
p { color: rgb(23,36,144); }
H1.HeaderClassName
{
color: #172490;
}
.AnyTagClassName
{
color: #172490;
}
</style>
background-color css
<style>
a { background-color: #172490; }
a { background-color: rgb(23,36,144); }
div.DivClassName
{
background-color: #172490;
}
.BgClassName
{
background-color: #172490;
}
</style>
border-color css
<style>
span { border-color: #172490; }
span { border-color: rgb(23,36,144); }
td.TdClassName
{
border-color: #172490;
}
.TagClassName
{
border-color: #172490;
}
</style>