Shades of Ultramarine #130C92
Tints of Ultramarine #130C92
RGB
CMYK
RGB Variations
Color information
#130C92 (or 0x130C92) is known color: Ultramarine. HEX triplet: 13, 0C and 92. RGB value is (19,12,146). Sum of RGB (Red+Green+Blue) = 19+12+146=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 146 (57.42% from 255 or 82.49% from 177); Max value from RGB is 146 - color contains mainly: blue. Hex color #130C92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130C92 is #ECF36D. Grayscale: #1C1C1C. Windows color (decimal): -15528814 or 9571347. OLE color: 9571347.
HSL color Cylindrical-coordinate representation of color #130C92: hue angle of 243.13º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130C92 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 12 | 146 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.43 |
| HSL | 243.13º | 0.85% | 0.31% | - |
| HSV(B) | 243.13º | 0.92% | 0.57% | - |
| XYZ | 5.59 | 2.48 | 27.38 | - |
| YUV | 29.37 | 193.82 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 146 | 0.87 | 0.92 | 0 | 0.43 | 243.13 | 0.85 | 0.31 |
| Hex | 13 | C | 92 | 57 | 5C | 0 | 2B | F3 | 55 | 1F |
| Octal | 23 | 14 | 222 | 127 | 134 | 0 | 53 | 363 | 125 | 37 |
| Binary | 10011 | 1100 | 10010010 | 1010111 | 1011100 | 0 | 101011 | 11110011 | 1010101 | 11111 |
Color Harmonies of #130C92
Complementary color
Monochromatic Colors of #130C92
Black with #130C92
Text Example
Text Example
White with #130C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C92; }
p { color: rgb(19,12,146); }
H1.HeaderClassName
{
color: #130C92;
}
.AnyTagClassName
{
color: #130C92;
}
</style>
background-color css
<style>
a { background-color: #130C92; }
a { background-color: rgb(19,12,146); }
div.DivClassName
{
background-color: #130C92;
}
.BgClassName
{
background-color: #130C92;
}
</style>
border-color css
<style>
span { border-color: #130C92; }
span { border-color: rgb(19,12,146); }
td.TdClassName
{
border-color: #130C92;
}
.TagClassName
{
border-color: #130C92;
}
</style>