Shades of Ultramarine #13118D
Tints of Ultramarine #13118D
RGB
CMYK
RGB Variations
Color information
#13118D (or 0x13118D) is known color: Ultramarine. HEX triplet: 13, 11 and 8D. RGB value is (19,17,141). Sum of RGB (Red+Green+Blue) = 19+17+141=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #13118D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13118D is #ECEE72. Grayscale: #1F1F1F. Windows color (decimal): -15527539 or 9244947. OLE color: 9244947.
HSL color Cylindrical-coordinate representation of color #13118D: hue angle of 240.97º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13118D is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 17 | 141 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.45 |
| HSL | 240.97º | 0.78% | 0.31% | - |
| HSV(B) | 240.97º | 0.88% | 0.55% | - |
| XYZ | 5.28 | 2.46 | 25.4 | - |
| YUV | 31.73 | 189.66 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 141 | 0.87 | 0.88 | 0 | 0.45 | 240.97 | 0.78 | 0.31 |
| Hex | 13 | 11 | 8D | 57 | 58 | 0 | 2D | F1 | 4E | 1F |
| Octal | 23 | 21 | 215 | 127 | 130 | 0 | 55 | 361 | 116 | 37 |
| Binary | 10011 | 10001 | 10001101 | 1010111 | 1011000 | 0 | 101101 | 11110001 | 1001110 | 11111 |
Color Harmonies of #13118D
Complementary color
Monochromatic Colors of #13118D
Black with #13118D
Text Example
Text Example
White with #13118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13118D; }
p { color: rgb(19,17,141); }
H1.HeaderClassName
{
color: #13118D;
}
.AnyTagClassName
{
color: #13118D;
}
</style>
background-color css
<style>
a { background-color: #13118D; }
a { background-color: rgb(19,17,141); }
div.DivClassName
{
background-color: #13118D;
}
.BgClassName
{
background-color: #13118D;
}
</style>
border-color css
<style>
span { border-color: #13118D; }
span { border-color: rgb(19,17,141); }
td.TdClassName
{
border-color: #13118D;
}
.TagClassName
{
border-color: #13118D;
}
</style>