Shades of Ultramarine #130595
Tints of Ultramarine #130595
RGB
CMYK
RGB Variations
Color information
#130595 (or 0x130595) is known color: Ultramarine. HEX triplet: 13, 05 and 95. RGB value is (19,5,149). Sum of RGB (Red+Green+Blue) = 19+5+149=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 149 (58.59% from 255 or 86.13% from 173); Max value from RGB is 149 - color contains mainly: blue. Hex color #130595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130595 is #ECFA6A. Grayscale: #191919. Windows color (decimal): -15530603 or 9766163. OLE color: 9766163.
HSL color Cylindrical-coordinate representation of color #130595: hue angle of 245.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130595 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 5 | 149 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.42 |
| HSL | 245.83º | 0.94% | 0.3% | - |
| HSV(B) | 245.83º | 0.97% | 0.58% | - |
| XYZ | 5.75 | 2.42 | 28.6 | - |
| YUV | 25.6 | 197.64 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 149 | 0.87 | 0.97 | 0 | 0.42 | 245.83 | 0.94 | 0.3 |
| Hex | 13 | 5 | 95 | 57 | 61 | 0 | 2A | F6 | 5E | 1E |
| Octal | 23 | 5 | 225 | 127 | 141 | 0 | 52 | 366 | 136 | 36 |
| Binary | 10011 | 101 | 10010101 | 1010111 | 1100001 | 0 | 101010 | 11110110 | 1011110 | 11110 |
Color Harmonies of #130595
Complementary color
Monochromatic Colors of #130595
Black with #130595
Text Example
Text Example
White with #130595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130595; }
p { color: rgb(19,5,149); }
H1.HeaderClassName
{
color: #130595;
}
.AnyTagClassName
{
color: #130595;
}
</style>
background-color css
<style>
a { background-color: #130595; }
a { background-color: rgb(19,5,149); }
div.DivClassName
{
background-color: #130595;
}
.BgClassName
{
background-color: #130595;
}
</style>
border-color css
<style>
span { border-color: #130595; }
span { border-color: rgb(19,5,149); }
td.TdClassName
{
border-color: #130595;
}
.TagClassName
{
border-color: #130595;
}
</style>