Shades of Ultramarine #130682
Tints of Ultramarine #130682
RGB
CMYK
RGB Variations
Color information
#130682 (or 0x130682) is known color: Ultramarine. HEX triplet: 13, 06 and 82. RGB value is (19,6,130). Sum of RGB (Red+Green+Blue) = 19+6+130=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 130 (51.17% from 255 or 83.87% from 155); Max value from RGB is 130 - color contains mainly: blue. Hex color #130682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130682 is #ECF97D. Grayscale: #171717. Windows color (decimal): -15530366 or 8521235. OLE color: 8521235.
HSL color Cylindrical-coordinate representation of color #130682: hue angle of 246.29º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130682 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 6 | 130 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.49 |
| HSL | 246.29º | 0.91% | 0.27% | - |
| HSV(B) | 246.29º | 0.95% | 0.51% | - |
| XYZ | 4.36 | 1.88 | 21.25 | - |
| YUV | 24.02 | 187.81 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 130 | 0.85 | 0.95 | 0 | 0.49 | 246.29 | 0.91 | 0.27 |
| Hex | 13 | 6 | 82 | 55 | 5F | 0 | 31 | F6 | 5B | 1B |
| Octal | 23 | 6 | 202 | 125 | 137 | 0 | 61 | 366 | 133 | 33 |
| Binary | 10011 | 110 | 10000010 | 1010101 | 1011111 | 0 | 110001 | 11110110 | 1011011 | 11011 |
Color Harmonies of #130682
Complementary color
Monochromatic Colors of #130682
Black with #130682
Text Example
Text Example
White with #130682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130682; }
p { color: rgb(19,6,130); }
H1.HeaderClassName
{
color: #130682;
}
.AnyTagClassName
{
color: #130682;
}
</style>
background-color css
<style>
a { background-color: #130682; }
a { background-color: rgb(19,6,130); }
div.DivClassName
{
background-color: #130682;
}
.BgClassName
{
background-color: #130682;
}
</style>
border-color css
<style>
span { border-color: #130682; }
span { border-color: rgb(19,6,130); }
td.TdClassName
{
border-color: #130682;
}
.TagClassName
{
border-color: #130682;
}
</style>