Shades of Ultramarine #130D95
Tints of Ultramarine #130D95
RGB
CMYK
RGB Variations
Color information
#130D95 (or 0x130D95) is known color: Ultramarine. HEX triplet: 13, 0D and 95. RGB value is (19,13,149). Sum of RGB (Red+Green+Blue) = 19+13+149=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 149 (58.59% from 255 or 82.32% from 181); Max value from RGB is 149 - color contains mainly: blue. Hex color #130D95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130D95 is #ECF26A. Grayscale: #1D1D1D. Windows color (decimal): -15528555 or 9768211. OLE color: 9768211.
HSL color Cylindrical-coordinate representation of color #130D95: hue angle of 242.65º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130D95 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 13 | 149 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.42 |
| HSL | 242.65º | 0.84% | 0.32% | - |
| HSV(B) | 242.65º | 0.91% | 0.58% | - |
| XYZ | 5.84 | 2.6 | 28.63 | - |
| YUV | 30.3 | 194.99 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 149 | 0.87 | 0.91 | 0 | 0.42 | 242.65 | 0.84 | 0.32 |
| Hex | 13 | D | 95 | 57 | 5B | 0 | 2A | F3 | 54 | 20 |
| Octal | 23 | 15 | 225 | 127 | 133 | 0 | 52 | 363 | 124 | 40 |
| Binary | 10011 | 1101 | 10010101 | 1010111 | 1011011 | 0 | 101010 | 11110011 | 1010100 | 100000 |
Color Harmonies of #130D95
Complementary color
Monochromatic Colors of #130D95
Black with #130D95
Text Example
Text Example
White with #130D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D95; }
p { color: rgb(19,13,149); }
H1.HeaderClassName
{
color: #130D95;
}
.AnyTagClassName
{
color: #130D95;
}
</style>
background-color css
<style>
a { background-color: #130D95; }
a { background-color: rgb(19,13,149); }
div.DivClassName
{
background-color: #130D95;
}
.BgClassName
{
background-color: #130D95;
}
</style>
border-color css
<style>
span { border-color: #130D95; }
span { border-color: rgb(19,13,149); }
td.TdClassName
{
border-color: #130D95;
}
.TagClassName
{
border-color: #130D95;
}
</style>