Shades of Ultramarine #17049C
Tints of Ultramarine #17049C
RGB
CMYK
RGB Variations
Color information
#17049C (or 0x17049C) is known color: Ultramarine. HEX triplet: 17, 04 and 9C. RGB value is (23,4,156). Sum of RGB (Red+Green+Blue) = 23+4+156=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 156 (61.33% from 255 or 85.25% from 183); Max value from RGB is 156 - color contains mainly: blue. Hex color #17049C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17049C is #E8FB63. Grayscale: #1A1A1A. Windows color (decimal): -15268708 or 10224663. OLE color: 10224663.
HSL color Cylindrical-coordinate representation of color #17049C: hue angle of 247.5º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #17049C is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 4 | 156 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.39 |
| HSL | 247.5º | 0.95% | 0.31% | - |
| HSV(B) | 247.5º | 0.97% | 0.61% | - |
| XYZ | 6.4 | 2.67 | 31.63 | - |
| YUV | 27.01 | 200.79 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 156 | 0.85 | 0.97 | 0 | 0.39 | 247.5 | 0.95 | 0.31 |
| Hex | 17 | 4 | 9C | 55 | 61 | 0 | 27 | F8 | 5F | 1F |
| Octal | 27 | 4 | 234 | 125 | 141 | 0 | 47 | 370 | 137 | 37 |
| Binary | 10111 | 100 | 10011100 | 1010101 | 1100001 | 0 | 100111 | 11111000 | 1011111 | 11111 |
Color Harmonies of #17049C
Complementary color
Monochromatic Colors of #17049C
Black with #17049C
Text Example
Text Example
White with #17049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17049C; }
p { color: rgb(23,4,156); }
H1.HeaderClassName
{
color: #17049C;
}
.AnyTagClassName
{
color: #17049C;
}
</style>
background-color css
<style>
a { background-color: #17049C; }
a { background-color: rgb(23,4,156); }
div.DivClassName
{
background-color: #17049C;
}
.BgClassName
{
background-color: #17049C;
}
</style>
border-color css
<style>
span { border-color: #17049C; }
span { border-color: rgb(23,4,156); }
td.TdClassName
{
border-color: #17049C;
}
.TagClassName
{
border-color: #17049C;
}
</style>