Shades of Ultramarine #131D93
Tints of Ultramarine #131D93
RGB
CMYK
RGB Variations
Color information
#131D93 (or 0x131D93) is known color: Ultramarine. HEX triplet: 13, 1D and 93. RGB value is (19,29,147). Sum of RGB (Red+Green+Blue) = 19+29+147=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 147 (57.81% from 255 or 75.38% from 195); Max value from RGB is 147 - color contains mainly: blue. Hex color #131D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131D93 is #ECE26C. Grayscale: #262626. Windows color (decimal): -15524461 or 9641235. OLE color: 9641235.
HSL color Cylindrical-coordinate representation of color #131D93: hue angle of 235.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #131D93 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 29 | 147 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.42 |
| HSL | 235.31º | 0.77% | 0.33% | - |
| HSV(B) | 235.31º | 0.87% | 0.58% | - |
| XYZ | 5.97 | 3.12 | 27.89 | - |
| YUV | 39.46 | 188.69 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 147 | 0.87 | 0.80 | 0 | 0.42 | 235.31 | 0.77 | 0.33 |
| Hex | 13 | 1D | 93 | 57 | 50 | 0 | 2A | EB | 4D | 21 |
| Octal | 23 | 35 | 223 | 127 | 120 | 0 | 52 | 353 | 115 | 41 |
| Binary | 10011 | 11101 | 10010011 | 1010111 | 1010000 | 0 | 101010 | 11101011 | 1001101 | 100001 |
Color Harmonies of #131D93
Complementary color
Monochromatic Colors of #131D93
Black with #131D93
Text Example
Text Example
White with #131D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D93; }
p { color: rgb(19,29,147); }
H1.HeaderClassName
{
color: #131D93;
}
.AnyTagClassName
{
color: #131D93;
}
</style>
background-color css
<style>
a { background-color: #131D93; }
a { background-color: rgb(19,29,147); }
div.DivClassName
{
background-color: #131D93;
}
.BgClassName
{
background-color: #131D93;
}
</style>
border-color css
<style>
span { border-color: #131D93; }
span { border-color: rgb(19,29,147); }
td.TdClassName
{
border-color: #131D93;
}
.TagClassName
{
border-color: #131D93;
}
</style>