Shades of Ultramarine #130197
Tints of Ultramarine #130197
RGB
CMYK
RGB Variations
Color information
#130197 (or 0x130197) is known color: Ultramarine. HEX triplet: 13, 01 and 97. RGB value is (19,1,151). Sum of RGB (Red+Green+Blue) = 19+1+151=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 151 (59.38% from 255 or 88.30% from 171); Max value from RGB is 151 - color contains mainly: blue. Hex color #130197 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130197 is #ECFE68. Grayscale: #161616. Windows color (decimal): -15531625 or 9896211. OLE color: 9896211.
HSL color Cylindrical-coordinate representation of color #130197: hue angle of 247.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130197 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 1 | 151 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.41 |
| HSL | 247.2º | 0.99% | 0.3% | - |
| HSV(B) | 247.2º | 0.99% | 0.59% | - |
| XYZ | 5.87 | 2.39 | 29.43 | - |
| YUV | 23.48 | 199.96 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 151 | 0.87 | 0.99 | 0 | 0.41 | 247.2 | 0.99 | 0.3 |
| Hex | 13 | 1 | 97 | 57 | 63 | 0 | 29 | F7 | 63 | 1E |
| Octal | 23 | 1 | 227 | 127 | 143 | 0 | 51 | 367 | 143 | 36 |
| Binary | 10011 | 1 | 10010111 | 1010111 | 1100011 | 0 | 101001 | 11110111 | 1100011 | 11110 |
Color Harmonies of #130197
Complementary color
Monochromatic Colors of #130197
Black with #130197
Text Example
Text Example
White with #130197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130197; }
p { color: rgb(19,1,151); }
H1.HeaderClassName
{
color: #130197;
}
.AnyTagClassName
{
color: #130197;
}
</style>
background-color css
<style>
a { background-color: #130197; }
a { background-color: rgb(19,1,151); }
div.DivClassName
{
background-color: #130197;
}
.BgClassName
{
background-color: #130197;
}
</style>
border-color css
<style>
span { border-color: #130197; }
span { border-color: rgb(19,1,151); }
td.TdClassName
{
border-color: #130197;
}
.TagClassName
{
border-color: #130197;
}
</style>