Shades of Ultramarine #17019C
Tints of Ultramarine #17019C
RGB
CMYK
RGB Variations
Color information
#17019C (or 0x17019C) is known color: Ultramarine. HEX triplet: 17, 01 and 9C. RGB value is (23,1,156). Sum of RGB (Red+Green+Blue) = 23+1+156=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 156 (61.33% from 255 or 86.67% from 180); Max value from RGB is 156 - color contains mainly: blue. Hex color #17019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17019C is #E8FE63. Grayscale: #181818. Windows color (decimal): -15269476 or 10223895. OLE color: 10223895.
HSL color Cylindrical-coordinate representation of color #17019C: hue angle of 248.52º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #17019C is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 1 | 156 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.39 |
| HSL | 248.52º | 0.99% | 0.31% | - |
| HSV(B) | 248.52º | 0.99% | 0.61% | - |
| XYZ | 6.36 | 2.6 | 31.62 | - |
| YUV | 25.25 | 201.79 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 156 | 0.85 | 0.99 | 0 | 0.39 | 248.52 | 0.99 | 0.31 |
| Hex | 17 | 1 | 9C | 55 | 63 | 0 | 27 | F9 | 63 | 1F |
| Octal | 27 | 1 | 234 | 125 | 143 | 0 | 47 | 371 | 143 | 37 |
| Binary | 10111 | 1 | 10011100 | 1010101 | 1100011 | 0 | 100111 | 11111001 | 1100011 | 11111 |
Color Harmonies of #17019C
Complementary color
Monochromatic Colors of #17019C
Black with #17019C
Text Example
Text Example
White with #17019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17019C; }
p { color: rgb(23,1,156); }
H1.HeaderClassName
{
color: #17019C;
}
.AnyTagClassName
{
color: #17019C;
}
</style>
background-color css
<style>
a { background-color: #17019C; }
a { background-color: rgb(23,1,156); }
div.DivClassName
{
background-color: #17019C;
}
.BgClassName
{
background-color: #17019C;
}
</style>
border-color css
<style>
span { border-color: #17019C; }
span { border-color: rgb(23,1,156); }
td.TdClassName
{
border-color: #17019C;
}
.TagClassName
{
border-color: #17019C;
}
</style>