Shades of Ultramarine #130291
Tints of Ultramarine #130291
RGB
CMYK
RGB Variations
Color information
#130291 (or 0x130291) is known color: Ultramarine. HEX triplet: 13, 02 and 91. RGB value is (19,2,145). Sum of RGB (Red+Green+Blue) = 19+2+145=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 145 (57.03% from 255 or 87.35% from 166); Max value from RGB is 145 - color contains mainly: blue. Hex color #130291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130291 is #ECFD6E. Grayscale: #161616. Windows color (decimal): -15531375 or 9503251. OLE color: 9503251.
HSL color Cylindrical-coordinate representation of color #130291: hue angle of 247.13º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130291 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 2 | 145 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.43 |
| HSL | 247.13º | 0.97% | 0.29% | - |
| HSV(B) | 247.13º | 0.99% | 0.57% | - |
| XYZ | 5.4 | 2.23 | 26.93 | - |
| YUV | 23.39 | 196.63 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 145 | 0.87 | 0.99 | 0 | 0.43 | 247.13 | 0.97 | 0.29 |
| Hex | 13 | 2 | 91 | 57 | 63 | 0 | 2B | F7 | 61 | 1D |
| Octal | 23 | 2 | 221 | 127 | 143 | 0 | 53 | 367 | 141 | 35 |
| Binary | 10011 | 10 | 10010001 | 1010111 | 1100011 | 0 | 101011 | 11110111 | 1100001 | 11101 |
Color Harmonies of #130291
Complementary color
Monochromatic Colors of #130291
Black with #130291
Text Example
Text Example
White with #130291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130291; }
p { color: rgb(19,2,145); }
H1.HeaderClassName
{
color: #130291;
}
.AnyTagClassName
{
color: #130291;
}
</style>
background-color css
<style>
a { background-color: #130291; }
a { background-color: rgb(19,2,145); }
div.DivClassName
{
background-color: #130291;
}
.BgClassName
{
background-color: #130291;
}
</style>
border-color css
<style>
span { border-color: #130291; }
span { border-color: rgb(19,2,145); }
td.TdClassName
{
border-color: #130291;
}
.TagClassName
{
border-color: #130291;
}
</style>