Shades of Ultramarine #17039D
Tints of Ultramarine #17039D
RGB
CMYK
RGB Variations
Color information
#17039D (or 0x17039D) is known color: Ultramarine. HEX triplet: 17, 03 and 9D. RGB value is (23,3,157). Sum of RGB (Red+Green+Blue) = 23+3+157=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 157 (61.72% from 255 or 85.79% from 183); Max value from RGB is 157 - color contains mainly: blue. Hex color #17039D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17039D is #E8FC62. Grayscale: #191919. Windows color (decimal): -15268963 or 10289943. OLE color: 10289943.
HSL color Cylindrical-coordinate representation of color #17039D: hue angle of 247.79º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #17039D is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 3 | 157 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.38 |
| HSL | 247.79º | 0.96% | 0.31% | - |
| HSV(B) | 247.79º | 0.98% | 0.62% | - |
| XYZ | 6.47 | 2.68 | 32.07 | - |
| YUV | 26.54 | 201.63 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 157 | 0.85 | 0.98 | 0 | 0.38 | 247.79 | 0.96 | 0.31 |
| Hex | 17 | 3 | 9D | 55 | 62 | 0 | 26 | F8 | 60 | 1F |
| Octal | 27 | 3 | 235 | 125 | 142 | 0 | 46 | 370 | 140 | 37 |
| Binary | 10111 | 11 | 10011101 | 1010101 | 1100010 | 0 | 100110 | 11111000 | 1100000 | 11111 |
Color Harmonies of #17039D
Complementary color
Monochromatic Colors of #17039D
Black with #17039D
Text Example
Text Example
White with #17039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17039D; }
p { color: rgb(23,3,157); }
H1.HeaderClassName
{
color: #17039D;
}
.AnyTagClassName
{
color: #17039D;
}
</style>
background-color css
<style>
a { background-color: #17039D; }
a { background-color: rgb(23,3,157); }
div.DivClassName
{
background-color: #17039D;
}
.BgClassName
{
background-color: #17039D;
}
</style>
border-color css
<style>
span { border-color: #17039D; }
span { border-color: rgb(23,3,157); }
td.TdClassName
{
border-color: #17039D;
}
.TagClassName
{
border-color: #17039D;
}
</style>