Shades of Ultramarine #130587
Tints of Ultramarine #130587
RGB
CMYK
RGB Variations
Color information
#130587 (or 0x130587) is known color: Ultramarine. HEX triplet: 13, 05 and 87. RGB value is (19,5,135). Sum of RGB (Red+Green+Blue) = 19+5+135=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 135 (53.12% from 255 or 84.91% from 159); Max value from RGB is 135 - color contains mainly: blue. Hex color #130587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130587 is #ECFA78. Grayscale: #171717. Windows color (decimal): -15530617 or 8848659. OLE color: 8848659.
HSL color Cylindrical-coordinate representation of color #130587: hue angle of 246.46º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130587 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 5 | 135 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.47 |
| HSL | 246.46º | 0.93% | 0.27% | - |
| HSV(B) | 246.46º | 0.96% | 0.53% | - |
| XYZ | 4.7 | 2 | 23.06 | - |
| YUV | 24.01 | 190.64 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 135 | 0.86 | 0.96 | 0 | 0.47 | 246.46 | 0.93 | 0.27 |
| Hex | 13 | 5 | 87 | 56 | 60 | 0 | 2F | F6 | 5D | 1B |
| Octal | 23 | 5 | 207 | 126 | 140 | 0 | 57 | 366 | 135 | 33 |
| Binary | 10011 | 101 | 10000111 | 1010110 | 1100000 | 0 | 101111 | 11110110 | 1011101 | 11011 |
Color Harmonies of #130587
Complementary color
Monochromatic Colors of #130587
Black with #130587
Text Example
Text Example
White with #130587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130587; }
p { color: rgb(19,5,135); }
H1.HeaderClassName
{
color: #130587;
}
.AnyTagClassName
{
color: #130587;
}
</style>
background-color css
<style>
a { background-color: #130587; }
a { background-color: rgb(19,5,135); }
div.DivClassName
{
background-color: #130587;
}
.BgClassName
{
background-color: #130587;
}
</style>
border-color css
<style>
span { border-color: #130587; }
span { border-color: rgb(19,5,135); }
td.TdClassName
{
border-color: #130587;
}
.TagClassName
{
border-color: #130587;
}
</style>