Shades of Ultramarine #130591
Tints of Ultramarine #130591
RGB
CMYK
RGB Variations
Color information
#130591 (or 0x130591) is known color: Ultramarine. HEX triplet: 13, 05 and 91. RGB value is (19,5,145). Sum of RGB (Red+Green+Blue) = 19+5+145=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 145 (57.03% from 255 or 85.80% from 169); Max value from RGB is 145 - color contains mainly: blue. Hex color #130591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130591 is #ECFA6E. Grayscale: #181818. Windows color (decimal): -15530607 or 9504019. OLE color: 9504019.
HSL color Cylindrical-coordinate representation of color #130591: hue angle of 246º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130591 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 5 | 145 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.43 |
| HSL | 246º | 0.93% | 0.29% | - |
| HSV(B) | 246º | 0.97% | 0.57% | - |
| XYZ | 5.43 | 2.29 | 26.94 | - |
| YUV | 25.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 145 | 0.87 | 0.97 | 0 | 0.43 | 246 | 0.93 | 0.29 |
| Hex | 13 | 5 | 91 | 57 | 61 | 0 | 2B | F6 | 5D | 1D |
| Octal | 23 | 5 | 221 | 127 | 141 | 0 | 53 | 366 | 135 | 35 |
| Binary | 10011 | 101 | 10010001 | 1010111 | 1100001 | 0 | 101011 | 11110110 | 1011101 | 11101 |
Color Harmonies of #130591
Complementary color
Monochromatic Colors of #130591
Black with #130591
Text Example
Text Example
White with #130591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130591; }
p { color: rgb(19,5,145); }
H1.HeaderClassName
{
color: #130591;
}
.AnyTagClassName
{
color: #130591;
}
</style>
background-color css
<style>
a { background-color: #130591; }
a { background-color: rgb(19,5,145); }
div.DivClassName
{
background-color: #130591;
}
.BgClassName
{
background-color: #130591;
}
</style>
border-color css
<style>
span { border-color: #130591; }
span { border-color: rgb(19,5,145); }
td.TdClassName
{
border-color: #130591;
}
.TagClassName
{
border-color: #130591;
}
</style>