Shades of Ultramarine #130482
Tints of Ultramarine #130482
RGB
CMYK
RGB Variations
Color information
#130482 (or 0x130482) is known color: Ultramarine. HEX triplet: 13, 04 and 82. RGB value is (19,4,130). Sum of RGB (Red+Green+Blue) = 19+4+130=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 130 (51.17% from 255 or 84.97% from 153); Max value from RGB is 130 - color contains mainly: blue. Hex color #130482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130482 is #ECFB7D. Grayscale: #161616. Windows color (decimal): -15530878 or 8520723. OLE color: 8520723.
HSL color Cylindrical-coordinate representation of color #130482: hue angle of 247.14º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130482 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 4 | 130 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.49 |
| HSL | 247.14º | 0.94% | 0.26% | - |
| HSV(B) | 247.14º | 0.97% | 0.51% | - |
| XYZ | 4.34 | 1.84 | 21.24 | - |
| YUV | 22.85 | 188.47 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 130 | 0.85 | 0.97 | 0 | 0.49 | 247.14 | 0.94 | 0.26 |
| Hex | 13 | 4 | 82 | 55 | 61 | 0 | 31 | F7 | 5E | 1A |
| Octal | 23 | 4 | 202 | 125 | 141 | 0 | 61 | 367 | 136 | 32 |
| Binary | 10011 | 100 | 10000010 | 1010101 | 1100001 | 0 | 110001 | 11110111 | 1011110 | 11010 |
Color Harmonies of #130482
Complementary color
Monochromatic Colors of #130482
Black with #130482
Text Example
Text Example
White with #130482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130482; }
p { color: rgb(19,4,130); }
H1.HeaderClassName
{
color: #130482;
}
.AnyTagClassName
{
color: #130482;
}
</style>
background-color css
<style>
a { background-color: #130482; }
a { background-color: rgb(19,4,130); }
div.DivClassName
{
background-color: #130482;
}
.BgClassName
{
background-color: #130482;
}
</style>
border-color css
<style>
span { border-color: #130482; }
span { border-color: rgb(19,4,130); }
td.TdClassName
{
border-color: #130482;
}
.TagClassName
{
border-color: #130482;
}
</style>