Shades of Ultramarine #130B87
Tints of Ultramarine #130B87
RGB
CMYK
RGB Variations
Color information
#130B87 (or 0x130B87) is known color: Ultramarine. HEX triplet: 13, 0B and 87. RGB value is (19,11,135). Sum of RGB (Red+Green+Blue) = 19+11+135=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 135 (53.12% from 255 or 81.82% from 165); Max value from RGB is 135 - color contains mainly: blue. Hex color #130B87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130B87 is #ECF478. Grayscale: #1B1B1B. Windows color (decimal): -15529081 or 8850195. OLE color: 8850195.
HSL color Cylindrical-coordinate representation of color #130B87: hue angle of 243.87º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130B87 is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 11 | 135 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.47 |
| HSL | 243.87º | 0.85% | 0.29% | - |
| HSV(B) | 243.87º | 0.92% | 0.53% | - |
| XYZ | 4.76 | 2.13 | 23.08 | - |
| YUV | 27.53 | 188.65 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 135 | 0.86 | 0.92 | 0 | 0.47 | 243.87 | 0.85 | 0.29 |
| Hex | 13 | B | 87 | 56 | 5C | 0 | 2F | F4 | 55 | 1D |
| Octal | 23 | 13 | 207 | 126 | 134 | 0 | 57 | 364 | 125 | 35 |
| Binary | 10011 | 1011 | 10000111 | 1010110 | 1011100 | 0 | 101111 | 11110100 | 1010101 | 11101 |
Color Harmonies of #130B87
Complementary color
Monochromatic Colors of #130B87
Black with #130B87
Text Example
Text Example
White with #130B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B87; }
p { color: rgb(19,11,135); }
H1.HeaderClassName
{
color: #130B87;
}
.AnyTagClassName
{
color: #130B87;
}
</style>
background-color css
<style>
a { background-color: #130B87; }
a { background-color: rgb(19,11,135); }
div.DivClassName
{
background-color: #130B87;
}
.BgClassName
{
background-color: #130B87;
}
</style>
border-color css
<style>
span { border-color: #130B87; }
span { border-color: rgb(19,11,135); }
td.TdClassName
{
border-color: #130B87;
}
.TagClassName
{
border-color: #130B87;
}
</style>