Shades of Ultramarine #191AA0
Tints of Ultramarine #191AA0
RGB
CMYK
RGB Variations
Color information
#191AA0 (or 0x191AA0) is known color: Ultramarine. HEX triplet: 19, 1A and A0. RGB value is (25,26,160). Sum of RGB (Red+Green+Blue) = 25+26+160=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 160 (62.89% from 255 or 75.83% from 211); Max value from RGB is 160 - color contains mainly: blue. Hex color #191AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191AA0 is #E6E55F. Grayscale: #282828. Windows color (decimal): -15132000 or 10492441. OLE color: 10492441.
HSL color Cylindrical-coordinate representation of color #191AA0: hue angle of 239.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191AA0 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 26 | 160 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.37 |
| HSL | 239.56º | 0.73% | 0.36% | - |
| HSV(B) | 239.56º | 0.84% | 0.63% | - |
| XYZ | 7.12 | 3.48 | 33.56 | - |
| YUV | 40.98 | 195.17 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 26 | 160 | 0.84 | 0.84 | 0 | 0.37 | 239.56 | 0.73 | 0.36 |
| Hex | 19 | 1A | A0 | 54 | 54 | 0 | 25 | F0 | 49 | 24 |
| Octal | 31 | 32 | 240 | 124 | 124 | 0 | 45 | 360 | 111 | 44 |
| Binary | 11001 | 11010 | 10100000 | 1010100 | 1010100 | 0 | 100101 | 11110000 | 1001001 | 100100 |
Color Harmonies of #191AA0
Complementary color
Monochromatic Colors of #191AA0
Black with #191AA0
Text Example
Text Example
White with #191AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191AA0; }
p { color: rgb(25,26,160); }
H1.HeaderClassName
{
color: #191AA0;
}
.AnyTagClassName
{
color: #191AA0;
}
</style>
background-color css
<style>
a { background-color: #191AA0; }
a { background-color: rgb(25,26,160); }
div.DivClassName
{
background-color: #191AA0;
}
.BgClassName
{
background-color: #191AA0;
}
</style>
border-color css
<style>
span { border-color: #191AA0; }
span { border-color: rgb(25,26,160); }
td.TdClassName
{
border-color: #191AA0;
}
.TagClassName
{
border-color: #191AA0;
}
</style>