Shades of Ultramarine #131395
Tints of Ultramarine #131395
RGB
CMYK
RGB Variations
Color information
#131395 (or 0x131395) is known color: Ultramarine. HEX triplet: 13, 13 and 95. RGB value is (19,19,149). Sum of RGB (Red+Green+Blue) = 19+19+149=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #131395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131395 is #ECEC6A. Grayscale: #212121. Windows color (decimal): -15527019 or 9769747. OLE color: 9769747.
HSL color Cylindrical-coordinate representation of color #131395: hue angle of 240º 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 #131395 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 19 | 149 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.42 |
| HSL | 240º | 0.77% | 0.33% | - |
| HSV(B) | 240º | 0.87% | 0.58% | - |
| XYZ | 5.93 | 2.77 | 28.66 | - |
| YUV | 33.82 | 193 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 149 | 0.87 | 0.87 | 0 | 0.42 | 240 | 0.77 | 0.33 |
| Hex | 13 | 13 | 95 | 57 | 57 | 0 | 2A | F0 | 4D | 21 |
| Octal | 23 | 23 | 225 | 127 | 127 | 0 | 52 | 360 | 115 | 41 |
| Binary | 10011 | 10011 | 10010101 | 1010111 | 1010111 | 0 | 101010 | 11110000 | 1001101 | 100001 |
Color Harmonies of #131395
Complementary color
Monochromatic Colors of #131395
Black with #131395
Text Example
Text Example
White with #131395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131395; }
p { color: rgb(19,19,149); }
H1.HeaderClassName
{
color: #131395;
}
.AnyTagClassName
{
color: #131395;
}
</style>
background-color css
<style>
a { background-color: #131395; }
a { background-color: rgb(19,19,149); }
div.DivClassName
{
background-color: #131395;
}
.BgClassName
{
background-color: #131395;
}
</style>
border-color css
<style>
span { border-color: #131395; }
span { border-color: rgb(19,19,149); }
td.TdClassName
{
border-color: #131395;
}
.TagClassName
{
border-color: #131395;
}
</style>