Shades of Ultramarine #130A88
Tints of Ultramarine #130A88
RGB
CMYK
RGB Variations
Color information
#130A88 (or 0x130A88) is known color: Ultramarine. HEX triplet: 13, 0A and 88. RGB value is (19,10,136). Sum of RGB (Red+Green+Blue) = 19+10+136=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 136 (53.52% from 255 or 82.42% from 165); Max value from RGB is 136 - color contains mainly: blue. Hex color #130A88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130A88 is #ECF577. Grayscale: #1A1A1A. Windows color (decimal): -15529336 or 8915475. OLE color: 8915475.
HSL color Cylindrical-coordinate representation of color #130A88: hue angle of 244.29º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130A88 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 10 | 136 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.47 |
| HSL | 244.29º | 0.86% | 0.29% | - |
| HSV(B) | 244.29º | 0.93% | 0.53% | - |
| XYZ | 4.82 | 2.13 | 23.45 | - |
| YUV | 27.06 | 189.48 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 136 | 0.86 | 0.93 | 0 | 0.47 | 244.29 | 0.86 | 0.29 |
| Hex | 13 | A | 88 | 56 | 5D | 0 | 2F | F4 | 56 | 1D |
| Octal | 23 | 12 | 210 | 126 | 135 | 0 | 57 | 364 | 126 | 35 |
| Binary | 10011 | 1010 | 10001000 | 1010110 | 1011101 | 0 | 101111 | 11110100 | 1010110 | 11101 |
Color Harmonies of #130A88
Complementary color
Monochromatic Colors of #130A88
Black with #130A88
Text Example
Text Example
White with #130A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A88; }
p { color: rgb(19,10,136); }
H1.HeaderClassName
{
color: #130A88;
}
.AnyTagClassName
{
color: #130A88;
}
</style>
background-color css
<style>
a { background-color: #130A88; }
a { background-color: rgb(19,10,136); }
div.DivClassName
{
background-color: #130A88;
}
.BgClassName
{
background-color: #130A88;
}
</style>
border-color css
<style>
span { border-color: #130A88; }
span { border-color: rgb(19,10,136); }
td.TdClassName
{
border-color: #130A88;
}
.TagClassName
{
border-color: #130A88;
}
</style>