Shades of Ultramarine #130E99
Tints of Ultramarine #130E99
RGB
CMYK
RGB Variations
Color information
#130E99 (or 0x130E99) is known color: Ultramarine. HEX triplet: 13, 0E and 99. RGB value is (19,14,153). Sum of RGB (Red+Green+Blue) = 19+14+153=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #130E99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130E99 is #ECF166. Grayscale: #1E1E1E. Windows color (decimal): -15528295 or 10030611. OLE color: 10030611.
HSL color Cylindrical-coordinate representation of color #130E99: hue angle of 242.16º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130E99 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 14 | 153 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.4 |
| HSL | 242.16º | 0.83% | 0.33% | - |
| HSV(B) | 242.16º | 0.91% | 0.6% | - |
| XYZ | 6.18 | 2.75 | 30.34 | - |
| YUV | 31.34 | 196.66 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 153 | 0.88 | 0.91 | 0 | 0.4 | 242.16 | 0.83 | 0.33 |
| Hex | 13 | E | 99 | 58 | 5B | 0 | 28 | F2 | 53 | 21 |
| Octal | 23 | 16 | 231 | 130 | 133 | 0 | 50 | 362 | 123 | 41 |
| Binary | 10011 | 1110 | 10011001 | 1011000 | 1011011 | 0 | 101000 | 11110010 | 1010011 | 100001 |
Color Harmonies of #130E99
Complementary color
Monochromatic Colors of #130E99
Black with #130E99
Text Example
Text Example
White with #130E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E99; }
p { color: rgb(19,14,153); }
H1.HeaderClassName
{
color: #130E99;
}
.AnyTagClassName
{
color: #130E99;
}
</style>
background-color css
<style>
a { background-color: #130E99; }
a { background-color: rgb(19,14,153); }
div.DivClassName
{
background-color: #130E99;
}
.BgClassName
{
background-color: #130E99;
}
</style>
border-color css
<style>
span { border-color: #130E99; }
span { border-color: rgb(19,14,153); }
td.TdClassName
{
border-color: #130E99;
}
.TagClassName
{
border-color: #130E99;
}
</style>