Shades of Ultramarine #172390
Tints of Ultramarine #172390
RGB
CMYK
RGB Variations
Color information
#172390 (or 0x172390) is known color: Ultramarine. HEX triplet: 17, 23 and 90. RGB value is (23,35,144). Sum of RGB (Red+Green+Blue) = 23+35+144=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 144 (56.64% from 255 or 71.29% from 202); Max value from RGB is 144 - color contains mainly: blue. Hex color #172390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172390 is #E8DC6F. Grayscale: #2B2B2B. Windows color (decimal): -15260784 or 9446167. OLE color: 9446167.
HSL color Cylindrical-coordinate representation of color #172390: hue angle of 234.05º 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 #172390 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 35 | 144 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.44 |
| HSL | 234.05º | 0.72% | 0.33% | - |
| HSV(B) | 234.05º | 0.84% | 0.56% | - |
| XYZ | 5.99 | 3.4 | 26.73 | - |
| YUV | 43.84 | 184.52 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 144 | 0.84 | 0.76 | 0 | 0.44 | 234.05 | 0.72 | 0.33 |
| Hex | 17 | 23 | 90 | 54 | 4C | 0 | 2C | EA | 48 | 21 |
| Octal | 27 | 43 | 220 | 124 | 114 | 0 | 54 | 352 | 110 | 41 |
| Binary | 10111 | 100011 | 10010000 | 1010100 | 1001100 | 0 | 101100 | 11101010 | 1001000 | 100001 |
Color Harmonies of #172390
Complementary color
Monochromatic Colors of #172390
Black with #172390
Text Example
Text Example
White with #172390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172390; }
p { color: rgb(23,35,144); }
H1.HeaderClassName
{
color: #172390;
}
.AnyTagClassName
{
color: #172390;
}
</style>
background-color css
<style>
a { background-color: #172390; }
a { background-color: rgb(23,35,144); }
div.DivClassName
{
background-color: #172390;
}
.BgClassName
{
background-color: #172390;
}
</style>
border-color css
<style>
span { border-color: #172390; }
span { border-color: rgb(23,35,144); }
td.TdClassName
{
border-color: #172390;
}
.TagClassName
{
border-color: #172390;
}
</style>