Shades of Ultramarine #131F96
Tints of Ultramarine #131F96
RGB
CMYK
RGB Variations
Color information
#131F96 (or 0x131F96) is known color: Ultramarine. HEX triplet: 13, 1F and 96. RGB value is (19,31,150). Sum of RGB (Red+Green+Blue) = 19+31+150=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #131F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131F96 is #ECE069. Grayscale: #282828. Windows color (decimal): -15523946 or 9838355. OLE color: 9838355.
HSL color Cylindrical-coordinate representation of color #131F96: hue angle of 234.5º 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 #131F96 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 31 | 150 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.41 |
| HSL | 234.5º | 0.78% | 0.33% | - |
| HSV(B) | 234.5º | 0.87% | 0.59% | - |
| XYZ | 6.26 | 3.32 | 29.16 | - |
| YUV | 40.98 | 189.52 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 150 | 0.87 | 0.79 | 0 | 0.41 | 234.5 | 0.78 | 0.33 |
| Hex | 13 | 1F | 96 | 57 | 4F | 0 | 29 | EB | 4E | 21 |
| Octal | 23 | 37 | 226 | 127 | 117 | 0 | 51 | 353 | 116 | 41 |
| Binary | 10011 | 11111 | 10010110 | 1010111 | 1001111 | 0 | 101001 | 11101011 | 1001110 | 100001 |
Color Harmonies of #131F96
Complementary color
Monochromatic Colors of #131F96
Black with #131F96
Text Example
Text Example
White with #131F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F96; }
p { color: rgb(19,31,150); }
H1.HeaderClassName
{
color: #131F96;
}
.AnyTagClassName
{
color: #131F96;
}
</style>
background-color css
<style>
a { background-color: #131F96; }
a { background-color: rgb(19,31,150); }
div.DivClassName
{
background-color: #131F96;
}
.BgClassName
{
background-color: #131F96;
}
</style>
border-color css
<style>
span { border-color: #131F96; }
span { border-color: rgb(19,31,150); }
td.TdClassName
{
border-color: #131F96;
}
.TagClassName
{
border-color: #131F96;
}
</style>