Shades of Ultramarine #130B97
Tints of Ultramarine #130B97
RGB
CMYK
RGB Variations
Color information
#130B97 (or 0x130B97) is known color: Ultramarine. HEX triplet: 13, 0B and 97. RGB value is (19,11,151). Sum of RGB (Red+Green+Blue) = 19+11+151=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 151 (59.38% from 255 or 83.43% from 181); Max value from RGB is 151 - color contains mainly: blue. Hex color #130B97 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130B97 is #ECF468. Grayscale: #1C1C1C. Windows color (decimal): -15529065 or 9898771. OLE color: 9898771.
HSL color Cylindrical-coordinate representation of color #130B97: hue angle of 243.43º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130B97 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 11 | 151 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.41 |
| HSL | 243.43º | 0.86% | 0.32% | - |
| HSV(B) | 243.43º | 0.93% | 0.59% | - |
| XYZ | 5.97 | 2.61 | 29.47 | - |
| YUV | 29.35 | 196.65 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 151 | 0.87 | 0.93 | 0 | 0.41 | 243.43 | 0.86 | 0.32 |
| Hex | 13 | B | 97 | 57 | 5D | 0 | 29 | F3 | 56 | 20 |
| Octal | 23 | 13 | 227 | 127 | 135 | 0 | 51 | 363 | 126 | 40 |
| Binary | 10011 | 1011 | 10010111 | 1010111 | 1011101 | 0 | 101001 | 11110011 | 1010110 | 100000 |
Color Harmonies of #130B97
Complementary color
Monochromatic Colors of #130B97
Black with #130B97
Text Example
Text Example
White with #130B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B97; }
p { color: rgb(19,11,151); }
H1.HeaderClassName
{
color: #130B97;
}
.AnyTagClassName
{
color: #130B97;
}
</style>
background-color css
<style>
a { background-color: #130B97; }
a { background-color: rgb(19,11,151); }
div.DivClassName
{
background-color: #130B97;
}
.BgClassName
{
background-color: #130B97;
}
</style>
border-color css
<style>
span { border-color: #130B97; }
span { border-color: rgb(19,11,151); }
td.TdClassName
{
border-color: #130B97;
}
.TagClassName
{
border-color: #130B97;
}
</style>