Shades of Ultramarine #130290
Tints of Ultramarine #130290
RGB
CMYK
RGB Variations
Color information
#130290 (or 0x130290) is known color: Ultramarine. HEX triplet: 13, 02 and 90. RGB value is (19,2,144). Sum of RGB (Red+Green+Blue) = 19+2+144=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 144 (56.64% from 255 or 87.27% from 165); Max value from RGB is 144 - color contains mainly: blue. Hex color #130290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130290 is #ECFD6F. Grayscale: #161616. Windows color (decimal): -15531376 or 9437715. OLE color: 9437715.
HSL color Cylindrical-coordinate representation of color #130290: hue angle of 247.18º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130290 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 2 | 144 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.44 |
| HSL | 247.18º | 0.97% | 0.29% | - |
| HSV(B) | 247.18º | 0.99% | 0.56% | - |
| XYZ | 5.32 | 2.2 | 26.53 | - |
| YUV | 23.27 | 196.13 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 144 | 0.87 | 0.99 | 0 | 0.44 | 247.18 | 0.97 | 0.29 |
| Hex | 13 | 2 | 90 | 57 | 63 | 0 | 2C | F7 | 61 | 1D |
| Octal | 23 | 2 | 220 | 127 | 143 | 0 | 54 | 367 | 141 | 35 |
| Binary | 10011 | 10 | 10010000 | 1010111 | 1100011 | 0 | 101100 | 11110111 | 1100001 | 11101 |
Color Harmonies of #130290
Complementary color
Monochromatic Colors of #130290
Black with #130290
Text Example
Text Example
White with #130290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130290; }
p { color: rgb(19,2,144); }
H1.HeaderClassName
{
color: #130290;
}
.AnyTagClassName
{
color: #130290;
}
</style>
background-color css
<style>
a { background-color: #130290; }
a { background-color: rgb(19,2,144); }
div.DivClassName
{
background-color: #130290;
}
.BgClassName
{
background-color: #130290;
}
</style>
border-color css
<style>
span { border-color: #130290; }
span { border-color: rgb(19,2,144); }
td.TdClassName
{
border-color: #130290;
}
.TagClassName
{
border-color: #130290;
}
</style>