Shades of Ultramarine #131E98
Tints of Ultramarine #131E98
RGB
CMYK
RGB Variations
Color information
#131E98 (or 0x131E98) is known color: Ultramarine. HEX triplet: 13, 1E and 98. RGB value is (19,30,152). Sum of RGB (Red+Green+Blue) = 19+30+152=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #131E98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131E98 is #ECE167. Grayscale: #282828. Windows color (decimal): -15524200 or 9969171. OLE color: 9969171.
HSL color Cylindrical-coordinate representation of color #131E98: hue angle of 235.04º 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 #131E98 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 30 | 152 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.40 |
| HSL | 235.04º | 0.78% | 0.34% | - |
| HSV(B) | 235.04º | 0.88% | 0.6% | - |
| XYZ | 6.4 | 3.33 | 30.01 | - |
| YUV | 40.62 | 190.86 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 152 | 0.87 | 0.80 | 0 | 0.40 | 235.04 | 0.78 | 0.34 |
| Hex | 13 | 1E | 98 | 57 | 50 | 0 | 28 | EB | 4E | 22 |
| Octal | 23 | 36 | 230 | 127 | 120 | 0 | 50 | 353 | 116 | 42 |
| Binary | 10011 | 11110 | 10011000 | 1010111 | 1010000 | 0 | 101000 | 11101011 | 1001110 | 100010 |
Color Harmonies of #131E98
Complementary color
Monochromatic Colors of #131E98
Black with #131E98
Text Example
Text Example
White with #131E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E98; }
p { color: rgb(19,30,152); }
H1.HeaderClassName
{
color: #131E98;
}
.AnyTagClassName
{
color: #131E98;
}
</style>
background-color css
<style>
a { background-color: #131E98; }
a { background-color: rgb(19,30,152); }
div.DivClassName
{
background-color: #131E98;
}
.BgClassName
{
background-color: #131E98;
}
</style>
border-color css
<style>
span { border-color: #131E98; }
span { border-color: rgb(19,30,152); }
td.TdClassName
{
border-color: #131E98;
}
.TagClassName
{
border-color: #131E98;
}
</style>