Shades of Ultramarine #130D9F
Tints of Ultramarine #130D9F
RGB
CMYK
RGB Variations
Color information
#130D9F (or 0x130D9F) is known color: Ultramarine. HEX triplet: 13, 0D and 9F. RGB value is (19,13,159). Sum of RGB (Red+Green+Blue) = 19+13+159=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 159 (62.5% from 255 or 83.25% from 191); Max value from RGB is 159 - color contains mainly: blue. Hex color #130D9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130D9F is #ECF260. Grayscale: #1E1E1E. Windows color (decimal): -15528545 or 10423571. OLE color: 10423571.
HSL color Cylindrical-coordinate representation of color #130D9F: hue angle of 242.47º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130D9F is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 13 | 159 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.38 |
| HSL | 242.47º | 0.85% | 0.34% | - |
| HSV(B) | 242.47º | 0.92% | 0.62% | - |
| XYZ | 6.67 | 2.93 | 33.01 | - |
| YUV | 31.44 | 199.99 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 159 | 0.88 | 0.92 | 0 | 0.38 | 242.47 | 0.85 | 0.34 |
| Hex | 13 | D | 9F | 58 | 5C | 0 | 26 | F2 | 55 | 22 |
| Octal | 23 | 15 | 237 | 130 | 134 | 0 | 46 | 362 | 125 | 42 |
| Binary | 10011 | 1101 | 10011111 | 1011000 | 1011100 | 0 | 100110 | 11110010 | 1010101 | 100010 |
Color Harmonies of #130D9F
Complementary color
Monochromatic Colors of #130D9F
Black with #130D9F
Text Example
Text Example
White with #130D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D9F; }
p { color: rgb(19,13,159); }
H1.HeaderClassName
{
color: #130D9F;
}
.AnyTagClassName
{
color: #130D9F;
}
</style>
background-color css
<style>
a { background-color: #130D9F; }
a { background-color: rgb(19,13,159); }
div.DivClassName
{
background-color: #130D9F;
}
.BgClassName
{
background-color: #130D9F;
}
</style>
border-color css
<style>
span { border-color: #130D9F; }
span { border-color: rgb(19,13,159); }
td.TdClassName
{
border-color: #130D9F;
}
.TagClassName
{
border-color: #130D9F;
}
</style>