Shades of Ultramarine #130A7D
Tints of Ultramarine #130A7D
RGB
CMYK
RGB Variations
Color information
#130A7D (or 0x130A7D) is known color: Ultramarine. HEX triplet: 13, 0A and 7D. RGB value is (19,10,125). Sum of RGB (Red+Green+Blue) = 19+10+125=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 125 (49.22% from 255 or 81.17% from 154); Max value from RGB is 125 - color contains mainly: blue. Hex color #130A7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130A7D is #ECF582. Grayscale: #191919. Windows color (decimal): -15529347 or 8194579. OLE color: 8194579.
HSL color Cylindrical-coordinate representation of color #130A7D: hue angle of 244.7º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130A7D is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 10 | 125 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.51 |
| HSL | 244.7º | 0.85% | 0.26% | - |
| HSV(B) | 244.7º | 0.92% | 0.49% | - |
| XYZ | 4.08 | 1.84 | 19.54 | - |
| YUV | 25.8 | 183.98 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 125 | 0.85 | 0.92 | 0 | 0.51 | 244.7 | 0.85 | 0.26 |
| Hex | 13 | A | 7D | 55 | 5C | 0 | 33 | F5 | 55 | 1A |
| Octal | 23 | 12 | 175 | 125 | 134 | 0 | 63 | 365 | 125 | 32 |
| Binary | 10011 | 1010 | 1111101 | 1010101 | 1011100 | 0 | 110011 | 11110101 | 1010101 | 11010 |
Color Harmonies of #130A7D
Complementary color
Monochromatic Colors of #130A7D
Black with #130A7D
Text Example
Text Example
White with #130A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A7D; }
p { color: rgb(19,10,125); }
H1.HeaderClassName
{
color: #130A7D;
}
.AnyTagClassName
{
color: #130A7D;
}
</style>
background-color css
<style>
a { background-color: #130A7D; }
a { background-color: rgb(19,10,125); }
div.DivClassName
{
background-color: #130A7D;
}
.BgClassName
{
background-color: #130A7D;
}
</style>
border-color css
<style>
span { border-color: #130A7D; }
span { border-color: rgb(19,10,125); }
td.TdClassName
{
border-color: #130A7D;
}
.TagClassName
{
border-color: #130A7D;
}
</style>