Shades of Ultramarine #130189
Tints of Ultramarine #130189
RGB
CMYK
RGB Variations
Color information
#130189 (or 0x130189) is known color: Ultramarine. HEX triplet: 13, 01 and 89. RGB value is (19,1,137). Sum of RGB (Red+Green+Blue) = 19+1+137=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 137 (53.91% from 255 or 87.26% from 157); Max value from RGB is 137 - color contains mainly: blue. Hex color #130189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130189 is #ECFE76. Grayscale: #151515. Windows color (decimal): -15531639 or 8978707. OLE color: 8978707.
HSL color Cylindrical-coordinate representation of color #130189: hue angle of 247.94º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130189 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 1 | 137 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.46 |
| HSL | 247.94º | 0.99% | 0.27% | - |
| HSV(B) | 247.94º | 0.99% | 0.54% | - |
| XYZ | 4.79 | 1.97 | 23.79 | - |
| YUV | 21.89 | 192.96 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 137 | 0.86 | 0.99 | 0 | 0.46 | 247.94 | 0.99 | 0.27 |
| Hex | 13 | 1 | 89 | 56 | 63 | 0 | 2E | F8 | 63 | 1B |
| Octal | 23 | 1 | 211 | 126 | 143 | 0 | 56 | 370 | 143 | 33 |
| Binary | 10011 | 1 | 10001001 | 1010110 | 1100011 | 0 | 101110 | 11111000 | 1100011 | 11011 |
Color Harmonies of #130189
Complementary color
Monochromatic Colors of #130189
Black with #130189
Text Example
Text Example
White with #130189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130189; }
p { color: rgb(19,1,137); }
H1.HeaderClassName
{
color: #130189;
}
.AnyTagClassName
{
color: #130189;
}
</style>
background-color css
<style>
a { background-color: #130189; }
a { background-color: rgb(19,1,137); }
div.DivClassName
{
background-color: #130189;
}
.BgClassName
{
background-color: #130189;
}
</style>
border-color css
<style>
span { border-color: #130189; }
span { border-color: rgb(19,1,137); }
td.TdClassName
{
border-color: #130189;
}
.TagClassName
{
border-color: #130189;
}
</style>