Shades of Ultramarine #130992
Tints of Ultramarine #130992
RGB
CMYK
RGB Variations
Color information
#130992 (or 0x130992) is known color: Ultramarine. HEX triplet: 13, 09 and 92. RGB value is (19,9,146). Sum of RGB (Red+Green+Blue) = 19+9+146=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 146 (57.42% from 255 or 83.91% from 174); Max value from RGB is 146 - color contains mainly: blue. Hex color #130992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130992 is #ECF66D. Grayscale: #1B1B1B. Windows color (decimal): -15529582 or 9570579. OLE color: 9570579.
HSL color Cylindrical-coordinate representation of color #130992: hue angle of 244.38º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130992 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 9 | 146 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.43 |
| HSL | 244.38º | 0.88% | 0.3% | - |
| HSV(B) | 244.38º | 0.94% | 0.57% | - |
| XYZ | 5.55 | 2.41 | 27.37 | - |
| YUV | 27.61 | 194.81 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 146 | 0.87 | 0.94 | 0 | 0.43 | 244.38 | 0.88 | 0.3 |
| Hex | 13 | 9 | 92 | 57 | 5E | 0 | 2B | F4 | 58 | 1E |
| Octal | 23 | 11 | 222 | 127 | 136 | 0 | 53 | 364 | 130 | 36 |
| Binary | 10011 | 1001 | 10010010 | 1010111 | 1011110 | 0 | 101011 | 11110100 | 1011000 | 11110 |
Color Harmonies of #130992
Complementary color
Monochromatic Colors of #130992
Black with #130992
Text Example
Text Example
White with #130992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130992; }
p { color: rgb(19,9,146); }
H1.HeaderClassName
{
color: #130992;
}
.AnyTagClassName
{
color: #130992;
}
</style>
background-color css
<style>
a { background-color: #130992; }
a { background-color: rgb(19,9,146); }
div.DivClassName
{
background-color: #130992;
}
.BgClassName
{
background-color: #130992;
}
</style>
border-color css
<style>
span { border-color: #130992; }
span { border-color: rgb(19,9,146); }
td.TdClassName
{
border-color: #130992;
}
.TagClassName
{
border-color: #130992;
}
</style>