Shades of Ultramarine #130689
Tints of Ultramarine #130689
RGB
CMYK
RGB Variations
Color information
#130689 (or 0x130689) is known color: Ultramarine. HEX triplet: 13, 06 and 89. RGB value is (19,6,137). Sum of RGB (Red+Green+Blue) = 19+6+137=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 137 (53.91% from 255 or 84.57% from 162); Max value from RGB is 137 - color contains mainly: blue. Hex color #130689 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130689 is #ECF976. Grayscale: #181818. Windows color (decimal): -15530359 or 8979987. OLE color: 8979987.
HSL color Cylindrical-coordinate representation of color #130689: hue angle of 245.95º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130689 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 6 | 137 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.46 |
| HSL | 245.95º | 0.92% | 0.28% | - |
| HSV(B) | 245.95º | 0.96% | 0.54% | - |
| XYZ | 4.85 | 2.07 | 23.81 | - |
| YUV | 24.82 | 191.31 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 137 | 0.86 | 0.96 | 0 | 0.46 | 245.95 | 0.92 | 0.28 |
| Hex | 13 | 6 | 89 | 56 | 60 | 0 | 2E | F6 | 5C | 1C |
| Octal | 23 | 6 | 211 | 126 | 140 | 0 | 56 | 366 | 134 | 34 |
| Binary | 10011 | 110 | 10001001 | 1010110 | 1100000 | 0 | 101110 | 11110110 | 1011100 | 11100 |
Color Harmonies of #130689
Complementary color
Monochromatic Colors of #130689
Black with #130689
Text Example
Text Example
White with #130689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130689; }
p { color: rgb(19,6,137); }
H1.HeaderClassName
{
color: #130689;
}
.AnyTagClassName
{
color: #130689;
}
</style>
background-color css
<style>
a { background-color: #130689; }
a { background-color: rgb(19,6,137); }
div.DivClassName
{
background-color: #130689;
}
.BgClassName
{
background-color: #130689;
}
</style>
border-color css
<style>
span { border-color: #130689; }
span { border-color: rgb(19,6,137); }
td.TdClassName
{
border-color: #130689;
}
.TagClassName
{
border-color: #130689;
}
</style>