Shades of Ultramarine #130599
Tints of Ultramarine #130599
RGB
CMYK
RGB Variations
Color information
#130599 (or 0x130599) is known color: Ultramarine. HEX triplet: 13, 05 and 99. RGB value is (19,5,153). Sum of RGB (Red+Green+Blue) = 19+5+153=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 153 (60.16% from 255 or 86.44% from 177); Max value from RGB is 153 - color contains mainly: blue. Hex color #130599 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130599 is #ECFA66. Grayscale: #191919. Windows color (decimal): -15530599 or 10028307. OLE color: 10028307.
HSL color Cylindrical-coordinate representation of color #130599: hue angle of 245.68º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130599 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 5 | 153 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.4 |
| HSL | 245.68º | 0.94% | 0.31% | - |
| HSV(B) | 245.68º | 0.97% | 0.6% | - |
| XYZ | 6.07 | 2.55 | 30.31 | - |
| YUV | 26.06 | 199.64 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 153 | 0.88 | 0.97 | 0 | 0.4 | 245.68 | 0.94 | 0.31 |
| Hex | 13 | 5 | 99 | 58 | 61 | 0 | 28 | F6 | 5E | 1F |
| Octal | 23 | 5 | 231 | 130 | 141 | 0 | 50 | 366 | 136 | 37 |
| Binary | 10011 | 101 | 10011001 | 1011000 | 1100001 | 0 | 101000 | 11110110 | 1011110 | 11111 |
Color Harmonies of #130599
Complementary color
Monochromatic Colors of #130599
Black with #130599
Text Example
Text Example
White with #130599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130599; }
p { color: rgb(19,5,153); }
H1.HeaderClassName
{
color: #130599;
}
.AnyTagClassName
{
color: #130599;
}
</style>
background-color css
<style>
a { background-color: #130599; }
a { background-color: rgb(19,5,153); }
div.DivClassName
{
background-color: #130599;
}
.BgClassName
{
background-color: #130599;
}
</style>
border-color css
<style>
span { border-color: #130599; }
span { border-color: rgb(19,5,153); }
td.TdClassName
{
border-color: #130599;
}
.TagClassName
{
border-color: #130599;
}
</style>