Shades of Ultramarine #130896
Tints of Ultramarine #130896
RGB
CMYK
RGB Variations
Color information
#130896 (or 0x130896) is known color: Ultramarine. HEX triplet: 13, 08 and 96. RGB value is (19,8,150). Sum of RGB (Red+Green+Blue) = 19+8+150=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 150 (58.98% from 255 or 84.75% from 177); Max value from RGB is 150 - color contains mainly: blue. Hex color #130896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130896 is #ECF769. Grayscale: #1A1A1A. Windows color (decimal): -15529834 or 9832467. OLE color: 9832467.
HSL color Cylindrical-coordinate representation of color #130896: hue angle of 244.65º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130896 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 8 | 150 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.41 |
| HSL | 244.65º | 0.9% | 0.31% | - |
| HSV(B) | 244.65º | 0.95% | 0.59% | - |
| XYZ | 5.86 | 2.51 | 29.03 | - |
| YUV | 27.48 | 197.14 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 150 | 0.87 | 0.95 | 0 | 0.41 | 244.65 | 0.9 | 0.31 |
| Hex | 13 | 8 | 96 | 57 | 5F | 0 | 29 | F5 | 5A | 1F |
| Octal | 23 | 10 | 226 | 127 | 137 | 0 | 51 | 365 | 132 | 37 |
| Binary | 10011 | 1000 | 10010110 | 1010111 | 1011111 | 0 | 101001 | 11110101 | 1011010 | 11111 |
Color Harmonies of #130896
Complementary color
Monochromatic Colors of #130896
Black with #130896
Text Example
Text Example
White with #130896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130896; }
p { color: rgb(19,8,150); }
H1.HeaderClassName
{
color: #130896;
}
.AnyTagClassName
{
color: #130896;
}
</style>
background-color css
<style>
a { background-color: #130896; }
a { background-color: rgb(19,8,150); }
div.DivClassName
{
background-color: #130896;
}
.BgClassName
{
background-color: #130896;
}
</style>
border-color css
<style>
span { border-color: #130896; }
span { border-color: rgb(19,8,150); }
td.TdClassName
{
border-color: #130896;
}
.TagClassName
{
border-color: #130896;
}
</style>