Shades of Ultramarine #172293
Tints of Ultramarine #172293
RGB
CMYK
RGB Variations
Color information
#172293 (or 0x172293) is known color: Ultramarine. HEX triplet: 17, 22 and 93. RGB value is (23,34,147). Sum of RGB (Red+Green+Blue) = 23+34+147=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #172293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172293 is #E8DD6C. Grayscale: #2B2B2B. Windows color (decimal): -15261037 or 9642519. OLE color: 9642519.
HSL color Cylindrical-coordinate representation of color #172293: hue angle of 234.68º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172293 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 34 | 147 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.42 |
| HSL | 234.68º | 0.73% | 0.33% | - |
| HSV(B) | 234.68º | 0.84% | 0.58% | - |
| XYZ | 6.19 | 3.43 | 27.94 | - |
| YUV | 43.59 | 186.36 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 147 | 0.84 | 0.77 | 0 | 0.42 | 234.68 | 0.73 | 0.33 |
| Hex | 17 | 22 | 93 | 54 | 4D | 0 | 2A | EB | 49 | 21 |
| Octal | 27 | 42 | 223 | 124 | 115 | 0 | 52 | 353 | 111 | 41 |
| Binary | 10111 | 100010 | 10010011 | 1010100 | 1001101 | 0 | 101010 | 11101011 | 1001001 | 100001 |
Color Harmonies of #172293
Complementary color
Monochromatic Colors of #172293
Black with #172293
Text Example
Text Example
White with #172293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172293; }
p { color: rgb(23,34,147); }
H1.HeaderClassName
{
color: #172293;
}
.AnyTagClassName
{
color: #172293;
}
</style>
background-color css
<style>
a { background-color: #172293; }
a { background-color: rgb(23,34,147); }
div.DivClassName
{
background-color: #172293;
}
.BgClassName
{
background-color: #172293;
}
</style>
border-color css
<style>
span { border-color: #172293; }
span { border-color: rgb(23,34,147); }
td.TdClassName
{
border-color: #172293;
}
.TagClassName
{
border-color: #172293;
}
</style>