Shades of Ultramarine #130086
Tints of Ultramarine #130086
RGB
CMYK
RGB Variations
Color information
#130086 (or 0x130086) is known color: Ultramarine. HEX triplet: 13, 00 and 86. RGB value is (19,0,134). Sum of RGB (Red+Green+Blue) = 19+0+134=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 134 (52.73% from 255 or 87.58% from 153); Max value from RGB is 134 - color contains mainly: blue. Hex color #130086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130086 is #ECFF79. Grayscale: #141414. Windows color (decimal): -15531898 or 8781843. OLE color: 8781843.
HSL color Cylindrical-coordinate representation of color #130086: hue angle of 248.51º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130086 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 0 | 134 | - |
| CMYK | 0.86 | 1 | 0 | 0.47 |
| HSL | 248.51º | 1% | 0.26% | - |
| HSV(B) | 248.51º | 1% | 0.53% | - |
| XYZ | 4.57 | 1.86 | 22.67 | - |
| YUV | 20.96 | 191.79 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 134 | 0.86 | 1 | 0 | 0.47 | 248.51 | 1 | 0.26 |
| Hex | 13 | 0 | 86 | 56 | 64 | 0 | 2F | F9 | 64 | 1A |
| Octal | 23 | 0 | 206 | 126 | 144 | 0 | 57 | 371 | 144 | 32 |
| Binary | 10011 | 0 | 10000110 | 1010110 | 1100100 | 0 | 101111 | 11111001 | 1100100 | 11010 |
Color Harmonies of #130086
Complementary color
Monochromatic Colors of #130086
Black with #130086
Text Example
Text Example
White with #130086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130086; }
p { color: rgb(19,0,134); }
H1.HeaderClassName
{
color: #130086;
}
.AnyTagClassName
{
color: #130086;
}
</style>
background-color css
<style>
a { background-color: #130086; }
a { background-color: rgb(19,0,134); }
div.DivClassName
{
background-color: #130086;
}
.BgClassName
{
background-color: #130086;
}
</style>
border-color css
<style>
span { border-color: #130086; }
span { border-color: rgb(19,0,134); }
td.TdClassName
{
border-color: #130086;
}
.TagClassName
{
border-color: #130086;
}
</style>