Shades of Ultramarine #130A82
Tints of Ultramarine #130A82
RGB
CMYK
RGB Variations
Color information
#130A82 (or 0x130A82) is known color: Ultramarine. HEX triplet: 13, 0A and 82. RGB value is (19,10,130). Sum of RGB (Red+Green+Blue) = 19+10+130=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 130 (51.17% from 255 or 81.76% from 159); Max value from RGB is 130 - color contains mainly: blue. Hex color #130A82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130A82 is #ECF57D. Grayscale: #191919. Windows color (decimal): -15529342 or 8522259. OLE color: 8522259.
HSL color Cylindrical-coordinate representation of color #130A82: hue angle of 244.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130A82 is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 10 | 130 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.49 |
| HSL | 244.5º | 0.86% | 0.27% | - |
| HSV(B) | 244.5º | 0.92% | 0.51% | - |
| XYZ | 4.41 | 1.97 | 21.27 | - |
| YUV | 26.37 | 186.48 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 130 | 0.85 | 0.92 | 0 | 0.49 | 244.5 | 0.86 | 0.27 |
| Hex | 13 | A | 82 | 55 | 5C | 0 | 31 | F4 | 56 | 1B |
| Octal | 23 | 12 | 202 | 125 | 134 | 0 | 61 | 364 | 126 | 33 |
| Binary | 10011 | 1010 | 10000010 | 1010101 | 1011100 | 0 | 110001 | 11110100 | 1010110 | 11011 |
Color Harmonies of #130A82
Complementary color
Monochromatic Colors of #130A82
Black with #130A82
Text Example
Text Example
White with #130A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A82; }
p { color: rgb(19,10,130); }
H1.HeaderClassName
{
color: #130A82;
}
.AnyTagClassName
{
color: #130A82;
}
</style>
background-color css
<style>
a { background-color: #130A82; }
a { background-color: rgb(19,10,130); }
div.DivClassName
{
background-color: #130A82;
}
.BgClassName
{
background-color: #130A82;
}
</style>
border-color css
<style>
span { border-color: #130A82; }
span { border-color: rgb(19,10,130); }
td.TdClassName
{
border-color: #130A82;
}
.TagClassName
{
border-color: #130A82;
}
</style>