Shades of Ultramarine #131D8D
Tints of Ultramarine #131D8D
RGB
CMYK
RGB Variations
Color information
#131D8D (or 0x131D8D) is known color: Ultramarine. HEX triplet: 13, 1D and 8D. RGB value is (19,29,141). Sum of RGB (Red+Green+Blue) = 19+29+141=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #131D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131D8D is #ECE272. Grayscale: #262626. Windows color (decimal): -15524467 or 9248019. OLE color: 9248019.
HSL color Cylindrical-coordinate representation of color #131D8D: hue angle of 235.08º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131D8D is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 29 | 141 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.45 |
| HSL | 235.08º | 0.76% | 0.31% | - |
| HSV(B) | 235.08º | 0.87% | 0.55% | - |
| XYZ | 5.52 | 2.94 | 25.48 | - |
| YUV | 38.78 | 185.69 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 141 | 0.87 | 0.79 | 0 | 0.45 | 235.08 | 0.76 | 0.31 |
| Hex | 13 | 1D | 8D | 57 | 4F | 0 | 2D | EB | 4C | 1F |
| Octal | 23 | 35 | 215 | 127 | 117 | 0 | 55 | 353 | 114 | 37 |
| Binary | 10011 | 11101 | 10001101 | 1010111 | 1001111 | 0 | 101101 | 11101011 | 1001100 | 11111 |
Color Harmonies of #131D8D
Complementary color
Monochromatic Colors of #131D8D
Black with #131D8D
Text Example
Text Example
White with #131D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D8D; }
p { color: rgb(19,29,141); }
H1.HeaderClassName
{
color: #131D8D;
}
.AnyTagClassName
{
color: #131D8D;
}
</style>
background-color css
<style>
a { background-color: #131D8D; }
a { background-color: rgb(19,29,141); }
div.DivClassName
{
background-color: #131D8D;
}
.BgClassName
{
background-color: #131D8D;
}
</style>
border-color css
<style>
span { border-color: #131D8D; }
span { border-color: rgb(19,29,141); }
td.TdClassName
{
border-color: #131D8D;
}
.TagClassName
{
border-color: #131D8D;
}
</style>