Shades of Ultramarine #131F91
Tints of Ultramarine #131F91
RGB
CMYK
RGB Variations
Color information
#131F91 (or 0x131F91) is known color: Ultramarine. HEX triplet: 13, 1F and 91. RGB value is (19,31,145). Sum of RGB (Red+Green+Blue) = 19+31+145=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #131F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131F91 is #ECE06E. Grayscale: #272727. Windows color (decimal): -15523951 or 9510675. OLE color: 9510675.
HSL color Cylindrical-coordinate representation of color #131F91: hue angle of 234.29º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131F91 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 31 | 145 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.43 |
| HSL | 234.29º | 0.77% | 0.32% | - |
| HSV(B) | 234.29º | 0.87% | 0.57% | - |
| XYZ | 5.87 | 3.16 | 27.09 | - |
| YUV | 40.41 | 187.02 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 145 | 0.87 | 0.79 | 0 | 0.43 | 234.29 | 0.77 | 0.32 |
| Hex | 13 | 1F | 91 | 57 | 4F | 0 | 2B | EA | 4D | 20 |
| Octal | 23 | 37 | 221 | 127 | 117 | 0 | 53 | 352 | 115 | 40 |
| Binary | 10011 | 11111 | 10010001 | 1010111 | 1001111 | 0 | 101011 | 11101010 | 1001101 | 100000 |
Color Harmonies of #131F91
Complementary color
Monochromatic Colors of #131F91
Black with #131F91
Text Example
Text Example
White with #131F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F91; }
p { color: rgb(19,31,145); }
H1.HeaderClassName
{
color: #131F91;
}
.AnyTagClassName
{
color: #131F91;
}
</style>
background-color css
<style>
a { background-color: #131F91; }
a { background-color: rgb(19,31,145); }
div.DivClassName
{
background-color: #131F91;
}
.BgClassName
{
background-color: #131F91;
}
</style>
border-color css
<style>
span { border-color: #131F91; }
span { border-color: rgb(19,31,145); }
td.TdClassName
{
border-color: #131F91;
}
.TagClassName
{
border-color: #131F91;
}
</style>