Shades of Ultramarine #130592
Tints of Ultramarine #130592
RGB
CMYK
RGB Variations
Color information
#130592 (or 0x130592) is known color: Ultramarine. HEX triplet: 13, 05 and 92. RGB value is (19,5,146). Sum of RGB (Red+Green+Blue) = 19+5+146=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 146 (57.42% from 255 or 85.88% from 170); Max value from RGB is 146 - color contains mainly: blue. Hex color #130592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130592 is #ECFA6D. Grayscale: #181818. Windows color (decimal): -15530606 or 9569555. OLE color: 9569555.
HSL color Cylindrical-coordinate representation of color #130592: hue angle of 245.96º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130592 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 5 | 146 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.43 |
| HSL | 245.96º | 0.93% | 0.3% | - |
| HSV(B) | 245.96º | 0.97% | 0.57% | - |
| XYZ | 5.51 | 2.32 | 27.35 | - |
| YUV | 25.26 | 196.14 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 146 | 0.87 | 0.97 | 0 | 0.43 | 245.96 | 0.93 | 0.3 |
| Hex | 13 | 5 | 92 | 57 | 61 | 0 | 2B | F6 | 5D | 1E |
| Octal | 23 | 5 | 222 | 127 | 141 | 0 | 53 | 366 | 135 | 36 |
| Binary | 10011 | 101 | 10010010 | 1010111 | 1100001 | 0 | 101011 | 11110110 | 1011101 | 11110 |
Color Harmonies of #130592
Complementary color
Monochromatic Colors of #130592
Black with #130592
Text Example
Text Example
White with #130592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130592; }
p { color: rgb(19,5,146); }
H1.HeaderClassName
{
color: #130592;
}
.AnyTagClassName
{
color: #130592;
}
</style>
background-color css
<style>
a { background-color: #130592; }
a { background-color: rgb(19,5,146); }
div.DivClassName
{
background-color: #130592;
}
.BgClassName
{
background-color: #130592;
}
</style>
border-color css
<style>
span { border-color: #130592; }
span { border-color: rgb(19,5,146); }
td.TdClassName
{
border-color: #130592;
}
.TagClassName
{
border-color: #130592;
}
</style>