Shades of Ultramarine #130888
Tints of Ultramarine #130888
RGB
CMYK
RGB Variations
Color information
#130888 (or 0x130888) is known color: Ultramarine. HEX triplet: 13, 08 and 88. RGB value is (19,8,136). Sum of RGB (Red+Green+Blue) = 19+8+136=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 136 (53.52% from 255 or 83.44% from 163); Max value from RGB is 136 - color contains mainly: blue. Hex color #130888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130888 is #ECF777. Grayscale: #191919. Windows color (decimal): -15529848 or 8914963. OLE color: 8914963.
HSL color Cylindrical-coordinate representation of color #130888: hue angle of 245.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130888 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 8 | 136 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.47 |
| HSL | 245.16º | 0.89% | 0.28% | - |
| HSV(B) | 245.16º | 0.94% | 0.53% | - |
| XYZ | 4.8 | 2.09 | 23.44 | - |
| YUV | 25.88 | 190.14 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 136 | 0.86 | 0.94 | 0 | 0.47 | 245.16 | 0.89 | 0.28 |
| Hex | 13 | 8 | 88 | 56 | 5E | 0 | 2F | F5 | 59 | 1C |
| Octal | 23 | 10 | 210 | 126 | 136 | 0 | 57 | 365 | 131 | 34 |
| Binary | 10011 | 1000 | 10001000 | 1010110 | 1011110 | 0 | 101111 | 11110101 | 1011001 | 11100 |
Color Harmonies of #130888
Complementary color
Monochromatic Colors of #130888
Black with #130888
Text Example
Text Example
White with #130888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130888; }
p { color: rgb(19,8,136); }
H1.HeaderClassName
{
color: #130888;
}
.AnyTagClassName
{
color: #130888;
}
</style>
background-color css
<style>
a { background-color: #130888; }
a { background-color: rgb(19,8,136); }
div.DivClassName
{
background-color: #130888;
}
.BgClassName
{
background-color: #130888;
}
</style>
border-color css
<style>
span { border-color: #130888; }
span { border-color: rgb(19,8,136); }
td.TdClassName
{
border-color: #130888;
}
.TagClassName
{
border-color: #130888;
}
</style>