Shades of Ultramarine #130C98
Tints of Ultramarine #130C98
RGB
CMYK
RGB Variations
Color information
#130C98 (or 0x130C98) is known color: Ultramarine. HEX triplet: 13, 0C and 98. RGB value is (19,12,152). Sum of RGB (Red+Green+Blue) = 19+12+152=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 152 (59.77% from 255 or 83.06% from 183); Max value from RGB is 152 - color contains mainly: blue. Hex color #130C98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130C98 is #ECF367. Grayscale: #1D1D1D. Windows color (decimal): -15528808 or 9964563. OLE color: 9964563.
HSL color Cylindrical-coordinate representation of color #130C98: hue angle of 243º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130C98 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 12 | 152 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.40 |
| HSL | 243º | 0.85% | 0.32% | - |
| HSV(B) | 243º | 0.92% | 0.6% | - |
| XYZ | 6.07 | 2.67 | 29.9 | - |
| YUV | 30.05 | 196.82 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 152 | 0.87 | 0.92 | 0 | 0.40 | 243 | 0.85 | 0.32 |
| Hex | 13 | C | 98 | 57 | 5C | 0 | 28 | F3 | 55 | 20 |
| Octal | 23 | 14 | 230 | 127 | 134 | 0 | 50 | 363 | 125 | 40 |
| Binary | 10011 | 1100 | 10011000 | 1010111 | 1011100 | 0 | 101000 | 11110011 | 1010101 | 100000 |
Color Harmonies of #130C98
Complementary color
Monochromatic Colors of #130C98
Black with #130C98
Text Example
Text Example
White with #130C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C98; }
p { color: rgb(19,12,152); }
H1.HeaderClassName
{
color: #130C98;
}
.AnyTagClassName
{
color: #130C98;
}
</style>
background-color css
<style>
a { background-color: #130C98; }
a { background-color: rgb(19,12,152); }
div.DivClassName
{
background-color: #130C98;
}
.BgClassName
{
background-color: #130C98;
}
</style>
border-color css
<style>
span { border-color: #130C98; }
span { border-color: rgb(19,12,152); }
td.TdClassName
{
border-color: #130C98;
}
.TagClassName
{
border-color: #130C98;
}
</style>