Shades of Ultramarine #130299
Tints of Ultramarine #130299
RGB
CMYK
RGB Variations
Color information
#130299 (or 0x130299) is known color: Ultramarine. HEX triplet: 13, 02 and 99. RGB value is (19,2,153). Sum of RGB (Red+Green+Blue) = 19+2+153=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 153 (60.16% from 255 or 87.93% from 174); Max value from RGB is 153 - color contains mainly: blue. Hex color #130299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130299 is #ECFD66. Grayscale: #171717. Windows color (decimal): -15531367 or 10027539. OLE color: 10027539.
HSL color Cylindrical-coordinate representation of color #130299: hue angle of 246.75º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130299 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 2 | 153 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.4 |
| HSL | 246.76º | 0.97% | 0.3% | - |
| HSV(B) | 246.76º | 0.99% | 0.6% | - |
| XYZ | 6.04 | 2.48 | 30.3 | - |
| YUV | 24.3 | 200.63 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 153 | 0.88 | 0.99 | 0 | 0.4 | 246.76 | 0.97 | 0.3 |
| Hex | 13 | 2 | 99 | 58 | 63 | 0 | 28 | F7 | 61 | 1E |
| Octal | 23 | 2 | 231 | 130 | 143 | 0 | 50 | 367 | 141 | 36 |
| Binary | 10011 | 10 | 10011001 | 1011000 | 1100011 | 0 | 101000 | 11110111 | 1100001 | 11110 |
Color Harmonies of #130299
Complementary color
Monochromatic Colors of #130299
Black with #130299
Text Example
Text Example
White with #130299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130299; }
p { color: rgb(19,2,153); }
H1.HeaderClassName
{
color: #130299;
}
.AnyTagClassName
{
color: #130299;
}
</style>
background-color css
<style>
a { background-color: #130299; }
a { background-color: rgb(19,2,153); }
div.DivClassName
{
background-color: #130299;
}
.BgClassName
{
background-color: #130299;
}
</style>
border-color css
<style>
span { border-color: #130299; }
span { border-color: rgb(19,2,153); }
td.TdClassName
{
border-color: #130299;
}
.TagClassName
{
border-color: #130299;
}
</style>