Shades of Ultramarine #131794
Tints of Ultramarine #131794
RGB
CMYK
RGB Variations
Color information
#131794 (or 0x131794) is known color: Ultramarine. HEX triplet: 13, 17 and 94. RGB value is (19,23,148). Sum of RGB (Red+Green+Blue) = 19+23+148=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #131794 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131794 is #ECE86B. Grayscale: #232323. Windows color (decimal): -15525996 or 9705235. OLE color: 9705235.
HSL color Cylindrical-coordinate representation of color #131794: hue angle of 238.14º 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 #131794 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 23 | 148 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.42 |
| HSL | 238.14º | 0.77% | 0.33% | - |
| HSV(B) | 238.14º | 0.87% | 0.58% | - |
| XYZ | 5.92 | 2.89 | 28.26 | - |
| YUV | 36.05 | 191.17 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 148 | 0.87 | 0.84 | 0 | 0.42 | 238.14 | 0.77 | 0.33 |
| Hex | 13 | 17 | 94 | 57 | 54 | 0 | 2A | EE | 4D | 21 |
| Octal | 23 | 27 | 224 | 127 | 124 | 0 | 52 | 356 | 115 | 41 |
| Binary | 10011 | 10111 | 10010100 | 1010111 | 1010100 | 0 | 101010 | 11101110 | 1001101 | 100001 |
Color Harmonies of #131794
Complementary color
Monochromatic Colors of #131794
Black with #131794
Text Example
Text Example
White with #131794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131794; }
p { color: rgb(19,23,148); }
H1.HeaderClassName
{
color: #131794;
}
.AnyTagClassName
{
color: #131794;
}
</style>
background-color css
<style>
a { background-color: #131794; }
a { background-color: rgb(19,23,148); }
div.DivClassName
{
background-color: #131794;
}
.BgClassName
{
background-color: #131794;
}
</style>
border-color css
<style>
span { border-color: #131794; }
span { border-color: rgb(19,23,148); }
td.TdClassName
{
border-color: #131794;
}
.TagClassName
{
border-color: #131794;
}
</style>