Shades of Ultramarine #130391
Tints of Ultramarine #130391
RGB
CMYK
RGB Variations
Color information
#130391 (or 0x130391) is known color: Ultramarine. HEX triplet: 13, 03 and 91. RGB value is (19,3,145). Sum of RGB (Red+Green+Blue) = 19+3+145=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 145 (57.03% from 255 or 86.83% from 167); Max value from RGB is 145 - color contains mainly: blue. Hex color #130391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130391 is #ECFC6E. Grayscale: #171717. Windows color (decimal): -15531119 or 9503507. OLE color: 9503507.
HSL color Cylindrical-coordinate representation of color #130391: hue angle of 246.76º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130391 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 3 | 145 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.43 |
| HSL | 246.76º | 0.96% | 0.29% | - |
| HSV(B) | 246.76º | 0.98% | 0.57% | - |
| XYZ | 5.41 | 2.25 | 26.94 | - |
| YUV | 23.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 145 | 0.87 | 0.98 | 0 | 0.43 | 246.76 | 0.96 | 0.29 |
| Hex | 13 | 3 | 91 | 57 | 62 | 0 | 2B | F7 | 60 | 1D |
| Octal | 23 | 3 | 221 | 127 | 142 | 0 | 53 | 367 | 140 | 35 |
| Binary | 10011 | 11 | 10010001 | 1010111 | 1100010 | 0 | 101011 | 11110111 | 1100000 | 11101 |
Color Harmonies of #130391
Complementary color
Monochromatic Colors of #130391
Black with #130391
Text Example
Text Example
White with #130391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130391; }
p { color: rgb(19,3,145); }
H1.HeaderClassName
{
color: #130391;
}
.AnyTagClassName
{
color: #130391;
}
</style>
background-color css
<style>
a { background-color: #130391; }
a { background-color: rgb(19,3,145); }
div.DivClassName
{
background-color: #130391;
}
.BgClassName
{
background-color: #130391;
}
</style>
border-color css
<style>
span { border-color: #130391; }
span { border-color: rgb(19,3,145); }
td.TdClassName
{
border-color: #130391;
}
.TagClassName
{
border-color: #130391;
}
</style>