Shades of Ultramarine #171194
Tints of Ultramarine #171194
RGB
CMYK
RGB Variations
Color information
#171194 (or 0x171194) is known color: Ultramarine. HEX triplet: 17, 11 and 94. RGB value is (23,17,148). Sum of RGB (Red+Green+Blue) = 23+17+148=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 148 (58.20% from 255 or 78.72% from 188); Max value from RGB is 148 - color contains mainly: blue. Hex color #171194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #171194 is #E8EE6B. Grayscale: #212121. Windows color (decimal): -15265388 or 9703703. OLE color: 9703703.
HSL color Cylindrical-coordinate representation of color #171194: hue angle of 242.75º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171194 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 17 | 148 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.42 |
| HSL | 242.75º | 0.79% | 0.32% | - |
| HSV(B) | 242.75º | 0.89% | 0.58% | - |
| XYZ | 5.9 | 2.72 | 28.23 | - |
| YUV | 33.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 148 | 0.84 | 0.89 | 0 | 0.42 | 242.75 | 0.79 | 0.32 |
| Hex | 17 | 11 | 94 | 54 | 59 | 0 | 2A | F3 | 4F | 20 |
| Octal | 27 | 21 | 224 | 124 | 131 | 0 | 52 | 363 | 117 | 40 |
| Binary | 10111 | 10001 | 10010100 | 1010100 | 1011001 | 0 | 101010 | 11110011 | 1001111 | 100000 |
Color Harmonies of #171194
Complementary color
Monochromatic Colors of #171194
Black with #171194
Text Example
Text Example
White with #171194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171194; }
p { color: rgb(23,17,148); }
H1.HeaderClassName
{
color: #171194;
}
.AnyTagClassName
{
color: #171194;
}
</style>
background-color css
<style>
a { background-color: #171194; }
a { background-color: rgb(23,17,148); }
div.DivClassName
{
background-color: #171194;
}
.BgClassName
{
background-color: #171194;
}
</style>
border-color css
<style>
span { border-color: #171194; }
span { border-color: rgb(23,17,148); }
td.TdClassName
{
border-color: #171194;
}
.TagClassName
{
border-color: #171194;
}
</style>