Shades of Ultramarine #130491
Tints of Ultramarine #130491
RGB
CMYK
RGB Variations
Color information
#130491 (or 0x130491) is known color: Ultramarine. HEX triplet: 13, 04 and 91. RGB value is (19,4,145). Sum of RGB (Red+Green+Blue) = 19+4+145=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 145 (57.03% from 255 or 86.31% from 168); Max value from RGB is 145 - color contains mainly: blue. Hex color #130491 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130491 is #ECFB6E. Grayscale: #181818. Windows color (decimal): -15530863 or 9503763. OLE color: 9503763.
HSL color Cylindrical-coordinate representation of color #130491: hue angle of 246.38º degrees, saturation: 0.95, 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 #130491 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 4 | 145 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.43 |
| HSL | 246.38º | 0.95% | 0.29% | - |
| HSV(B) | 246.38º | 0.97% | 0.57% | - |
| XYZ | 5.42 | 2.27 | 26.94 | - |
| YUV | 24.56 | 195.97 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 145 | 0.87 | 0.97 | 0 | 0.43 | 246.38 | 0.95 | 0.29 |
| Hex | 13 | 4 | 91 | 57 | 61 | 0 | 2B | F6 | 5F | 1D |
| Octal | 23 | 4 | 221 | 127 | 141 | 0 | 53 | 366 | 137 | 35 |
| Binary | 10011 | 100 | 10010001 | 1010111 | 1100001 | 0 | 101011 | 11110110 | 1011111 | 11101 |
Color Harmonies of #130491
Complementary color
Monochromatic Colors of #130491
Black with #130491
Text Example
Text Example
White with #130491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130491; }
p { color: rgb(19,4,145); }
H1.HeaderClassName
{
color: #130491;
}
.AnyTagClassName
{
color: #130491;
}
</style>
background-color css
<style>
a { background-color: #130491; }
a { background-color: rgb(19,4,145); }
div.DivClassName
{
background-color: #130491;
}
.BgClassName
{
background-color: #130491;
}
</style>
border-color css
<style>
span { border-color: #130491; }
span { border-color: rgb(19,4,145); }
td.TdClassName
{
border-color: #130491;
}
.TagClassName
{
border-color: #130491;
}
</style>