Shades of Ultramarine #130779
Tints of Ultramarine #130779
RGB
CMYK
RGB Variations
Color information
#130779 (or 0x130779) is known color: Ultramarine. HEX triplet: 13, 07 and 79. RGB value is (19,7,121). Sum of RGB (Red+Green+Blue) = 19+7+121=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 121 (47.66% from 255 or 82.31% from 147); Max value from RGB is 121 - color contains mainly: blue. Hex color #130779 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130779 is #ECF886. Grayscale: #171717. Windows color (decimal): -15530119 or 7931667. OLE color: 7931667.
HSL color Cylindrical-coordinate representation of color #130779: hue angle of 246.32º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130779 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 7 | 121 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.53 |
| HSL | 246.32º | 0.89% | 0.25% | - |
| HSV(B) | 246.32º | 0.94% | 0.47% | - |
| XYZ | 3.8 | 1.67 | 18.21 | - |
| YUV | 23.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 121 | 0.84 | 0.94 | 0 | 0.53 | 246.32 | 0.89 | 0.25 |
| Hex | 13 | 7 | 79 | 54 | 5E | 0 | 35 | F6 | 59 | 19 |
| Octal | 23 | 7 | 171 | 124 | 136 | 0 | 65 | 366 | 131 | 31 |
| Binary | 10011 | 111 | 1111001 | 1010100 | 1011110 | 0 | 110101 | 11110110 | 1011001 | 11001 |
Color Harmonies of #130779
Complementary color
Monochromatic Colors of #130779
Black with #130779
Text Example
Text Example
White with #130779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130779; }
p { color: rgb(19,7,121); }
H1.HeaderClassName
{
color: #130779;
}
.AnyTagClassName
{
color: #130779;
}
</style>
background-color css
<style>
a { background-color: #130779; }
a { background-color: rgb(19,7,121); }
div.DivClassName
{
background-color: #130779;
}
.BgClassName
{
background-color: #130779;
}
</style>
border-color css
<style>
span { border-color: #130779; }
span { border-color: rgb(19,7,121); }
td.TdClassName
{
border-color: #130779;
}
.TagClassName
{
border-color: #130779;
}
</style>