Shades of Ultramarine #131D98
Tints of Ultramarine #131D98
RGB
CMYK
RGB Variations
Color information
#131D98 (or 0x131D98) is known color: Ultramarine. HEX triplet: 13, 1D and 98. RGB value is (19,29,152). Sum of RGB (Red+Green+Blue) = 19+29+152=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 152 (59.77% from 255 or 76% from 200); Max value from RGB is 152 - color contains mainly: blue. Hex color #131D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131D98 is #ECE267. Grayscale: #272727. Windows color (decimal): -15524456 or 9968915. OLE color: 9968915.
HSL color Cylindrical-coordinate representation of color #131D98: hue angle of 235.49º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131D98 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 29 | 152 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.40 |
| HSL | 235.49º | 0.78% | 0.34% | - |
| HSV(B) | 235.49º | 0.88% | 0.6% | - |
| XYZ | 6.38 | 3.28 | 30 | - |
| YUV | 40.03 | 191.19 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 152 | 0.87 | 0.81 | 0 | 0.40 | 235.49 | 0.78 | 0.34 |
| Hex | 13 | 1D | 98 | 57 | 51 | 0 | 28 | EB | 4E | 22 |
| Octal | 23 | 35 | 230 | 127 | 121 | 0 | 50 | 353 | 116 | 42 |
| Binary | 10011 | 11101 | 10011000 | 1010111 | 1010001 | 0 | 101000 | 11101011 | 1001110 | 100010 |
Color Harmonies of #131D98
Complementary color
Monochromatic Colors of #131D98
Black with #131D98
Text Example
Text Example
White with #131D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D98; }
p { color: rgb(19,29,152); }
H1.HeaderClassName
{
color: #131D98;
}
.AnyTagClassName
{
color: #131D98;
}
</style>
background-color css
<style>
a { background-color: #131D98; }
a { background-color: rgb(19,29,152); }
div.DivClassName
{
background-color: #131D98;
}
.BgClassName
{
background-color: #131D98;
}
</style>
border-color css
<style>
span { border-color: #131D98; }
span { border-color: rgb(19,29,152); }
td.TdClassName
{
border-color: #131D98;
}
.TagClassName
{
border-color: #131D98;
}
</style>