Shades of Ultramarine #131F99
Tints of Ultramarine #131F99
RGB
CMYK
RGB Variations
Color information
#131F99 (or 0x131F99) is known color: Ultramarine. HEX triplet: 13, 1F and 99. RGB value is (19,31,153). Sum of RGB (Red+Green+Blue) = 19+31+153=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #131F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131F99 is #ECE066. Grayscale: #282828. Windows color (decimal): -15523943 or 10034963. OLE color: 10034963.
HSL color Cylindrical-coordinate representation of color #131F99: hue angle of 234.63º 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 #131F99 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 31 | 153 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.4 |
| HSL | 234.63º | 0.78% | 0.34% | - |
| HSV(B) | 234.63º | 0.88% | 0.6% | - |
| XYZ | 6.51 | 3.42 | 30.45 | - |
| YUV | 41.32 | 191.02 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 153 | 0.88 | 0.80 | 0 | 0.4 | 234.63 | 0.78 | 0.34 |
| Hex | 13 | 1F | 99 | 58 | 50 | 0 | 28 | EB | 4E | 22 |
| Octal | 23 | 37 | 231 | 130 | 120 | 0 | 50 | 353 | 116 | 42 |
| Binary | 10011 | 11111 | 10011001 | 1011000 | 1010000 | 0 | 101000 | 11101011 | 1001110 | 100010 |
Color Harmonies of #131F99
Complementary color
Monochromatic Colors of #131F99
Black with #131F99
Text Example
Text Example
White with #131F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F99; }
p { color: rgb(19,31,153); }
H1.HeaderClassName
{
color: #131F99;
}
.AnyTagClassName
{
color: #131F99;
}
</style>
background-color css
<style>
a { background-color: #131F99; }
a { background-color: rgb(19,31,153); }
div.DivClassName
{
background-color: #131F99;
}
.BgClassName
{
background-color: #131F99;
}
</style>
border-color css
<style>
span { border-color: #131F99; }
span { border-color: rgb(19,31,153); }
td.TdClassName
{
border-color: #131F99;
}
.TagClassName
{
border-color: #131F99;
}
</style>