Shades of Ultramarine #131D92
Tints of Ultramarine #131D92
RGB
CMYK
RGB Variations
Color information
#131D92 (or 0x131D92) is known color: Ultramarine. HEX triplet: 13, 1D and 92. RGB value is (19,29,146). Sum of RGB (Red+Green+Blue) = 19+29+146=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #131D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131D92 is #ECE26D. Grayscale: #262626. Windows color (decimal): -15524462 or 9575699. OLE color: 9575699.
HSL color Cylindrical-coordinate representation of color #131D92: hue angle of 235.28º 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 #131D92 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 29 | 146 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.43 |
| HSL | 235.28º | 0.77% | 0.32% | - |
| HSV(B) | 235.28º | 0.87% | 0.57% | - |
| XYZ | 5.9 | 3.09 | 27.48 | - |
| YUV | 39.35 | 188.19 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 146 | 0.87 | 0.80 | 0 | 0.43 | 235.28 | 0.77 | 0.32 |
| Hex | 13 | 1D | 92 | 57 | 50 | 0 | 2B | EB | 4D | 20 |
| Octal | 23 | 35 | 222 | 127 | 120 | 0 | 53 | 353 | 115 | 40 |
| Binary | 10011 | 11101 | 10010010 | 1010111 | 1010000 | 0 | 101011 | 11101011 | 1001101 | 100000 |
Color Harmonies of #131D92
Complementary color
Monochromatic Colors of #131D92
Black with #131D92
Text Example
Text Example
White with #131D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D92; }
p { color: rgb(19,29,146); }
H1.HeaderClassName
{
color: #131D92;
}
.AnyTagClassName
{
color: #131D92;
}
</style>
background-color css
<style>
a { background-color: #131D92; }
a { background-color: rgb(19,29,146); }
div.DivClassName
{
background-color: #131D92;
}
.BgClassName
{
background-color: #131D92;
}
</style>
border-color css
<style>
span { border-color: #131D92; }
span { border-color: rgb(19,29,146); }
td.TdClassName
{
border-color: #131D92;
}
.TagClassName
{
border-color: #131D92;
}
</style>