Shades of Ultramarine #131D9F
Tints of Ultramarine #131D9F
RGB
CMYK
RGB Variations
Color information
#131D9F (or 0x131D9F) is known color: Ultramarine. HEX triplet: 13, 1D and 9F. RGB value is (19,29,159). Sum of RGB (Red+Green+Blue) = 19+29+159=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 159 (62.5% from 255 or 76.81% from 207); Max value from RGB is 159 - color contains mainly: blue. Hex color #131D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131D9F is #ECE260. Grayscale: #282828. Windows color (decimal): -15524449 or 10427667. OLE color: 10427667.
HSL color Cylindrical-coordinate representation of color #131D9F: hue angle of 235.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131D9F is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 29 | 159 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.38 |
| HSL | 235.71º | 0.79% | 0.35% | - |
| HSV(B) | 235.71º | 0.88% | 0.62% | - |
| XYZ | 6.97 | 3.52 | 33.11 | - |
| YUV | 40.83 | 194.69 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 159 | 0.88 | 0.82 | 0 | 0.38 | 235.71 | 0.79 | 0.35 |
| Hex | 13 | 1D | 9F | 58 | 52 | 0 | 26 | EC | 4F | 23 |
| Octal | 23 | 35 | 237 | 130 | 122 | 0 | 46 | 354 | 117 | 43 |
| Binary | 10011 | 11101 | 10011111 | 1011000 | 1010010 | 0 | 100110 | 11101100 | 1001111 | 100011 |
Color Harmonies of #131D9F
Complementary color
Monochromatic Colors of #131D9F
Black with #131D9F
Text Example
Text Example
White with #131D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D9F; }
p { color: rgb(19,29,159); }
H1.HeaderClassName
{
color: #131D9F;
}
.AnyTagClassName
{
color: #131D9F;
}
</style>
background-color css
<style>
a { background-color: #131D9F; }
a { background-color: rgb(19,29,159); }
div.DivClassName
{
background-color: #131D9F;
}
.BgClassName
{
background-color: #131D9F;
}
</style>
border-color css
<style>
span { border-color: #131D9F; }
span { border-color: rgb(19,29,159); }
td.TdClassName
{
border-color: #131D9F;
}
.TagClassName
{
border-color: #131D9F;
}
</style>