Shades of Ultramarine #131799
Tints of Ultramarine #131799
RGB
CMYK
RGB Variations
Color information
#131799 (or 0x131799) is known color: Ultramarine. HEX triplet: 13, 17 and 99. RGB value is (19,23,153). Sum of RGB (Red+Green+Blue) = 19+23+153=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #131799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131799 is #ECE866. Grayscale: #242424. Windows color (decimal): -15525991 or 10032915. OLE color: 10032915.
HSL color Cylindrical-coordinate representation of color #131799: hue angle of 238.21º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131799 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 23 | 153 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.4 |
| HSL | 238.21º | 0.78% | 0.34% | - |
| HSV(B) | 238.21º | 0.88% | 0.6% | - |
| XYZ | 6.32 | 3.05 | 30.39 | - |
| YUV | 36.62 | 193.67 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 153 | 0.88 | 0.85 | 0 | 0.4 | 238.21 | 0.78 | 0.34 |
| Hex | 13 | 17 | 99 | 58 | 55 | 0 | 28 | EE | 4E | 22 |
| Octal | 23 | 27 | 231 | 130 | 125 | 0 | 50 | 356 | 116 | 42 |
| Binary | 10011 | 10111 | 10011001 | 1011000 | 1010101 | 0 | 101000 | 11101110 | 1001110 | 100010 |
Color Harmonies of #131799
Complementary color
Monochromatic Colors of #131799
Black with #131799
Text Example
Text Example
White with #131799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131799; }
p { color: rgb(19,23,153); }
H1.HeaderClassName
{
color: #131799;
}
.AnyTagClassName
{
color: #131799;
}
</style>
background-color css
<style>
a { background-color: #131799; }
a { background-color: rgb(19,23,153); }
div.DivClassName
{
background-color: #131799;
}
.BgClassName
{
background-color: #131799;
}
</style>
border-color css
<style>
span { border-color: #131799; }
span { border-color: rgb(19,23,153); }
td.TdClassName
{
border-color: #131799;
}
.TagClassName
{
border-color: #131799;
}
</style>