Shades of Ultramarine #130492
Tints of Ultramarine #130492
RGB
CMYK
RGB Variations
Color information
#130492 (or 0x130492) is known color: Ultramarine. HEX triplet: 13, 04 and 92. RGB value is (19,4,146). Sum of RGB (Red+Green+Blue) = 19+4+146=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 146 (57.42% from 255 or 86.39% from 169); Max value from RGB is 146 - color contains mainly: blue. Hex color #130492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130492 is #ECFB6D. Grayscale: #181818. Windows color (decimal): -15530862 or 9569299. OLE color: 9569299.
HSL color Cylindrical-coordinate representation of color #130492: hue angle of 246.34º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130492 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 4 | 146 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.43 |
| HSL | 246.34º | 0.95% | 0.29% | - |
| HSV(B) | 246.34º | 0.97% | 0.57% | - |
| XYZ | 5.5 | 2.3 | 27.35 | - |
| YUV | 24.67 | 196.47 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 146 | 0.87 | 0.97 | 0 | 0.43 | 246.34 | 0.95 | 0.29 |
| Hex | 13 | 4 | 92 | 57 | 61 | 0 | 2B | F6 | 5F | 1D |
| Octal | 23 | 4 | 222 | 127 | 141 | 0 | 53 | 366 | 137 | 35 |
| Binary | 10011 | 100 | 10010010 | 1010111 | 1100001 | 0 | 101011 | 11110110 | 1011111 | 11101 |
Color Harmonies of #130492
Complementary color
Monochromatic Colors of #130492
Black with #130492
Text Example
Text Example
White with #130492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130492; }
p { color: rgb(19,4,146); }
H1.HeaderClassName
{
color: #130492;
}
.AnyTagClassName
{
color: #130492;
}
</style>
background-color css
<style>
a { background-color: #130492; }
a { background-color: rgb(19,4,146); }
div.DivClassName
{
background-color: #130492;
}
.BgClassName
{
background-color: #130492;
}
</style>
border-color css
<style>
span { border-color: #130492; }
span { border-color: rgb(19,4,146); }
td.TdClassName
{
border-color: #130492;
}
.TagClassName
{
border-color: #130492;
}
</style>