Shades of Ultramarine #131797
Tints of Ultramarine #131797
RGB
CMYK
RGB Variations
Color information
#131797 (or 0x131797) is known color: Ultramarine. HEX triplet: 13, 17 and 97. RGB value is (19,23,151). Sum of RGB (Red+Green+Blue) = 19+23+151=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 151 (59.38% from 255 or 78.24% from 193); Max value from RGB is 151 - color contains mainly: blue. Hex color #131797 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131797 is #ECE868. Grayscale: #232323. Windows color (decimal): -15525993 or 9901843. OLE color: 9901843.
HSL color Cylindrical-coordinate representation of color #131797: hue angle of 238.18º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131797 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 23 | 151 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.41 |
| HSL | 238.18º | 0.78% | 0.33% | - |
| HSV(B) | 238.18º | 0.87% | 0.59% | - |
| XYZ | 6.16 | 2.99 | 29.53 | - |
| YUV | 36.4 | 192.67 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 151 | 0.87 | 0.85 | 0 | 0.41 | 238.18 | 0.78 | 0.33 |
| Hex | 13 | 17 | 97 | 57 | 55 | 0 | 29 | EE | 4E | 21 |
| Octal | 23 | 27 | 227 | 127 | 125 | 0 | 51 | 356 | 116 | 41 |
| Binary | 10011 | 10111 | 10010111 | 1010111 | 1010101 | 0 | 101001 | 11101110 | 1001110 | 100001 |
Color Harmonies of #131797
Complementary color
Monochromatic Colors of #131797
Black with #131797
Text Example
Text Example
White with #131797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131797; }
p { color: rgb(19,23,151); }
H1.HeaderClassName
{
color: #131797;
}
.AnyTagClassName
{
color: #131797;
}
</style>
background-color css
<style>
a { background-color: #131797; }
a { background-color: rgb(19,23,151); }
div.DivClassName
{
background-color: #131797;
}
.BgClassName
{
background-color: #131797;
}
</style>
border-color css
<style>
span { border-color: #131797; }
span { border-color: rgb(19,23,151); }
td.TdClassName
{
border-color: #131797;
}
.TagClassName
{
border-color: #131797;
}
</style>