Shades of Ultramarine #130882
Tints of Ultramarine #130882
RGB
CMYK
RGB Variations
Color information
#130882 (or 0x130882) is known color: Ultramarine. HEX triplet: 13, 08 and 82. RGB value is (19,8,130). Sum of RGB (Red+Green+Blue) = 19+8+130=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 130 (51.17% from 255 or 82.80% from 157); Max value from RGB is 130 - color contains mainly: blue. Hex color #130882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130882 is #ECF77D. Grayscale: #181818. Windows color (decimal): -15529854 or 8521747. OLE color: 8521747.
HSL color Cylindrical-coordinate representation of color #130882: hue angle of 245.41º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130882 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 8 | 130 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.49 |
| HSL | 245.41º | 0.88% | 0.27% | - |
| HSV(B) | 245.41º | 0.94% | 0.51% | - |
| XYZ | 4.38 | 1.92 | 21.26 | - |
| YUV | 25.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 130 | 0.85 | 0.94 | 0 | 0.49 | 245.41 | 0.88 | 0.27 |
| Hex | 13 | 8 | 82 | 55 | 5E | 0 | 31 | F5 | 58 | 1B |
| Octal | 23 | 10 | 202 | 125 | 136 | 0 | 61 | 365 | 130 | 33 |
| Binary | 10011 | 1000 | 10000010 | 1010101 | 1011110 | 0 | 110001 | 11110101 | 1011000 | 11011 |
Color Harmonies of #130882
Complementary color
Monochromatic Colors of #130882
Black with #130882
Text Example
Text Example
White with #130882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130882; }
p { color: rgb(19,8,130); }
H1.HeaderClassName
{
color: #130882;
}
.AnyTagClassName
{
color: #130882;
}
</style>
background-color css
<style>
a { background-color: #130882; }
a { background-color: rgb(19,8,130); }
div.DivClassName
{
background-color: #130882;
}
.BgClassName
{
background-color: #130882;
}
</style>
border-color css
<style>
span { border-color: #130882; }
span { border-color: rgb(19,8,130); }
td.TdClassName
{
border-color: #130882;
}
.TagClassName
{
border-color: #130882;
}
</style>