Shades of Ultramarine #130588
Tints of Ultramarine #130588
RGB
CMYK
RGB Variations
Color information
#130588 (or 0x130588) is known color: Ultramarine. HEX triplet: 13, 05 and 88. RGB value is (19,5,136). Sum of RGB (Red+Green+Blue) = 19+5+136=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 136 (53.52% from 255 or 85% from 160); Max value from RGB is 136 - color contains mainly: blue. Hex color #130588 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130588 is #ECFA77. Grayscale: #171717. Windows color (decimal): -15530616 or 8914195. OLE color: 8914195.
HSL color Cylindrical-coordinate representation of color #130588: hue angle of 246.41º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130588 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 5 | 136 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.47 |
| HSL | 246.41º | 0.93% | 0.28% | - |
| HSV(B) | 246.41º | 0.96% | 0.53% | - |
| XYZ | 4.77 | 2.02 | 23.43 | - |
| YUV | 24.12 | 191.14 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 136 | 0.86 | 0.96 | 0 | 0.47 | 246.41 | 0.93 | 0.28 |
| Hex | 13 | 5 | 88 | 56 | 60 | 0 | 2F | F6 | 5D | 1C |
| Octal | 23 | 5 | 210 | 126 | 140 | 0 | 57 | 366 | 135 | 34 |
| Binary | 10011 | 101 | 10001000 | 1010110 | 1100000 | 0 | 101111 | 11110110 | 1011101 | 11100 |
Color Harmonies of #130588
Complementary color
Monochromatic Colors of #130588
Black with #130588
Text Example
Text Example
White with #130588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130588; }
p { color: rgb(19,5,136); }
H1.HeaderClassName
{
color: #130588;
}
.AnyTagClassName
{
color: #130588;
}
</style>
background-color css
<style>
a { background-color: #130588; }
a { background-color: rgb(19,5,136); }
div.DivClassName
{
background-color: #130588;
}
.BgClassName
{
background-color: #130588;
}
</style>
border-color css
<style>
span { border-color: #130588; }
span { border-color: rgb(19,5,136); }
td.TdClassName
{
border-color: #130588;
}
.TagClassName
{
border-color: #130588;
}
</style>