Shades of Ultramarine #13119D
Tints of Ultramarine #13119D
RGB
CMYK
RGB Variations
Color information
#13119D (or 0x13119D) is known color: Ultramarine. HEX triplet: 13, 11 and 9D. RGB value is (19,17,157). Sum of RGB (Red+Green+Blue) = 19+17+157=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 157 (61.72% from 255 or 81.35% from 193); Max value from RGB is 157 - color contains mainly: blue. Hex color #13119D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13119D is #ECEE62. Grayscale: #212121. Windows color (decimal): -15527523 or 10293523. OLE color: 10293523.
HSL color Cylindrical-coordinate representation of color #13119D: hue angle of 240.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13119D is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 17 | 157 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.38 |
| HSL | 240.86º | 0.8% | 0.34% | - |
| HSV(B) | 240.86º | 0.89% | 0.62% | - |
| XYZ | 6.55 | 2.97 | 32.13 | - |
| YUV | 33.56 | 197.66 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 157 | 0.88 | 0.89 | 0 | 0.38 | 240.86 | 0.8 | 0.34 |
| Hex | 13 | 11 | 9D | 58 | 59 | 0 | 26 | F1 | 50 | 22 |
| Octal | 23 | 21 | 235 | 130 | 131 | 0 | 46 | 361 | 120 | 42 |
| Binary | 10011 | 10001 | 10011101 | 1011000 | 1011001 | 0 | 100110 | 11110001 | 1010000 | 100010 |
Color Harmonies of #13119D
Complementary color
Monochromatic Colors of #13119D
Black with #13119D
Text Example
Text Example
White with #13119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13119D; }
p { color: rgb(19,17,157); }
H1.HeaderClassName
{
color: #13119D;
}
.AnyTagClassName
{
color: #13119D;
}
</style>
background-color css
<style>
a { background-color: #13119D; }
a { background-color: rgb(19,17,157); }
div.DivClassName
{
background-color: #13119D;
}
.BgClassName
{
background-color: #13119D;
}
</style>
border-color css
<style>
span { border-color: #13119D; }
span { border-color: rgb(19,17,157); }
td.TdClassName
{
border-color: #13119D;
}
.TagClassName
{
border-color: #13119D;
}
</style>