Shades of Ultramarine #130D85
Tints of Ultramarine #130D85
RGB
CMYK
RGB Variations
Color information
#130D85 (or 0x130D85) is known color: Ultramarine. HEX triplet: 13, 0D and 85. RGB value is (19,13,133). Sum of RGB (Red+Green+Blue) = 19+13+133=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 133 (52.34% from 255 or 80.61% from 165); Max value from RGB is 133 - color contains mainly: blue. Hex color #130D85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130D85 is #ECF27A. Grayscale: #1C1C1C. Windows color (decimal): -15528571 or 8719635. OLE color: 8719635.
HSL color Cylindrical-coordinate representation of color #130D85: hue angle of 243º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130D85 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 13 | 133 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.48 |
| HSL | 243º | 0.82% | 0.29% | - |
| HSV(B) | 243º | 0.9% | 0.52% | - |
| XYZ | 4.65 | 2.12 | 22.35 | - |
| YUV | 28.47 | 186.99 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 133 | 0.86 | 0.90 | 0 | 0.48 | 243 | 0.82 | 0.29 |
| Hex | 13 | D | 85 | 56 | 5A | 0 | 30 | F3 | 52 | 1D |
| Octal | 23 | 15 | 205 | 126 | 132 | 0 | 60 | 363 | 122 | 35 |
| Binary | 10011 | 1101 | 10000101 | 1010110 | 1011010 | 0 | 110000 | 11110011 | 1010010 | 11101 |
Color Harmonies of #130D85
Complementary color
Monochromatic Colors of #130D85
Black with #130D85
Text Example
Text Example
White with #130D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D85; }
p { color: rgb(19,13,133); }
H1.HeaderClassName
{
color: #130D85;
}
.AnyTagClassName
{
color: #130D85;
}
</style>
background-color css
<style>
a { background-color: #130D85; }
a { background-color: rgb(19,13,133); }
div.DivClassName
{
background-color: #130D85;
}
.BgClassName
{
background-color: #130D85;
}
</style>
border-color css
<style>
span { border-color: #130D85; }
span { border-color: rgb(19,13,133); }
td.TdClassName
{
border-color: #130D85;
}
.TagClassName
{
border-color: #130D85;
}
</style>