Shades of Ultramarine #13118A
Tints of Ultramarine #13118A
RGB
CMYK
RGB Variations
Color information
#13118A (or 0x13118A) is known color: Ultramarine. HEX triplet: 13, 11 and 8A. RGB value is (19,17,138). Sum of RGB (Red+Green+Blue) = 19+17+138=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 138 (54.30% from 255 or 79.31% from 174); Max value from RGB is 138 - color contains mainly: blue. Hex color #13118A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13118A is #ECEE75. Grayscale: #1E1E1E. Windows color (decimal): -15527542 or 9048339. OLE color: 9048339.
HSL color Cylindrical-coordinate representation of color #13118A: hue angle of 240.99º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13118A is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 17 | 138 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.46 |
| HSL | 240.99º | 0.78% | 0.3% | - |
| HSV(B) | 240.99º | 0.88% | 0.54% | - |
| XYZ | 5.06 | 2.37 | 24.24 | - |
| YUV | 31.39 | 188.16 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 138 | 0.86 | 0.88 | 0 | 0.46 | 240.99 | 0.78 | 0.3 |
| Hex | 13 | 11 | 8A | 56 | 58 | 0 | 2E | F1 | 4E | 1E |
| Octal | 23 | 21 | 212 | 126 | 130 | 0 | 56 | 361 | 116 | 36 |
| Binary | 10011 | 10001 | 10001010 | 1010110 | 1011000 | 0 | 101110 | 11110001 | 1001110 | 11110 |
Color Harmonies of #13118A
Complementary color
Monochromatic Colors of #13118A
Black with #13118A
Text Example
Text Example
White with #13118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13118A; }
p { color: rgb(19,17,138); }
H1.HeaderClassName
{
color: #13118A;
}
.AnyTagClassName
{
color: #13118A;
}
</style>
background-color css
<style>
a { background-color: #13118A; }
a { background-color: rgb(19,17,138); }
div.DivClassName
{
background-color: #13118A;
}
.BgClassName
{
background-color: #13118A;
}
</style>
border-color css
<style>
span { border-color: #13118A; }
span { border-color: rgb(19,17,138); }
td.TdClassName
{
border-color: #13118A;
}
.TagClassName
{
border-color: #13118A;
}
</style>