Shades of Ultramarine #17149F
Tints of Ultramarine #17149F
RGB
CMYK
RGB Variations
Color information
#17149F (or 0x17149F) is known color: Ultramarine. HEX triplet: 17, 14 and 9F. RGB value is (23,20,159). Sum of RGB (Red+Green+Blue) = 23+20+159=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 159 (62.5% from 255 or 78.71% from 202); Max value from RGB is 159 - color contains mainly: blue. Hex color #17149F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17149F is #E8EB60. Grayscale: #242424. Windows color (decimal): -15264609 or 10425367. OLE color: 10425367.
HSL color Cylindrical-coordinate representation of color #17149F: hue angle of 241.29º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17149F is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 20 | 159 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.38 |
| HSL | 241.3º | 0.78% | 0.35% | - |
| HSV(B) | 241.3º | 0.87% | 0.62% | - |
| XYZ | 6.86 | 3.19 | 33.05 | - |
| YUV | 36.74 | 196.99 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 159 | 0.86 | 0.87 | 0 | 0.38 | 241.3 | 0.78 | 0.35 |
| Hex | 17 | 14 | 9F | 56 | 57 | 0 | 26 | F1 | 4E | 23 |
| Octal | 27 | 24 | 237 | 126 | 127 | 0 | 46 | 361 | 116 | 43 |
| Binary | 10111 | 10100 | 10011111 | 1010110 | 1010111 | 0 | 100110 | 11110001 | 1001110 | 100011 |
Color Harmonies of #17149F
Complementary color
Monochromatic Colors of #17149F
Black with #17149F
Text Example
Text Example
White with #17149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17149F; }
p { color: rgb(23,20,159); }
H1.HeaderClassName
{
color: #17149F;
}
.AnyTagClassName
{
color: #17149F;
}
</style>
background-color css
<style>
a { background-color: #17149F; }
a { background-color: rgb(23,20,159); }
div.DivClassName
{
background-color: #17149F;
}
.BgClassName
{
background-color: #17149F;
}
</style>
border-color css
<style>
span { border-color: #17149F; }
span { border-color: rgb(23,20,159); }
td.TdClassName
{
border-color: #17149F;
}
.TagClassName
{
border-color: #17149F;
}
</style>