Shades of Ultramarine #130C8E
Tints of Ultramarine #130C8E
RGB
CMYK
RGB Variations
Color information
#130C8E (or 0x130C8E) is known color: Ultramarine. HEX triplet: 13, 0C and 8E. RGB value is (19,12,142). Sum of RGB (Red+Green+Blue) = 19+12+142=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 142 (55.86% from 255 or 82.08% from 173); Max value from RGB is 142 - color contains mainly: blue. Hex color #130C8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130C8E is #ECF371. Grayscale: #1C1C1C. Windows color (decimal): -15528818 or 9309203. OLE color: 9309203.
HSL color Cylindrical-coordinate representation of color #130C8E: hue angle of 243.23º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130C8E is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 12 | 142 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.44 |
| HSL | 243.23º | 0.84% | 0.3% | - |
| HSV(B) | 243.23º | 0.92% | 0.56% | - |
| XYZ | 5.28 | 2.35 | 25.77 | - |
| YUV | 28.91 | 191.82 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 142 | 0.87 | 0.92 | 0 | 0.44 | 243.23 | 0.84 | 0.3 |
| Hex | 13 | C | 8E | 57 | 5C | 0 | 2C | F3 | 54 | 1E |
| Octal | 23 | 14 | 216 | 127 | 134 | 0 | 54 | 363 | 124 | 36 |
| Binary | 10011 | 1100 | 10001110 | 1010111 | 1011100 | 0 | 101100 | 11110011 | 1010100 | 11110 |
Color Harmonies of #130C8E
Complementary color
Monochromatic Colors of #130C8E
Black with #130C8E
Text Example
Text Example
White with #130C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C8E; }
p { color: rgb(19,12,142); }
H1.HeaderClassName
{
color: #130C8E;
}
.AnyTagClassName
{
color: #130C8E;
}
</style>
background-color css
<style>
a { background-color: #130C8E; }
a { background-color: rgb(19,12,142); }
div.DivClassName
{
background-color: #130C8E;
}
.BgClassName
{
background-color: #130C8E;
}
</style>
border-color css
<style>
span { border-color: #130C8E; }
span { border-color: rgb(19,12,142); }
td.TdClassName
{
border-color: #130C8E;
}
.TagClassName
{
border-color: #130C8E;
}
</style>