Shades of Ultramarine #191DA1
Tints of Ultramarine #191DA1
RGB
CMYK
RGB Variations
Color information
#191DA1 (or 0x191DA1) is known color: Ultramarine. HEX triplet: 19, 1D and A1. RGB value is (25,29,161). Sum of RGB (Red+Green+Blue) = 25+29+161=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 161 (63.28% from 255 or 74.88% from 215); Max value from RGB is 161 - color contains mainly: blue. Hex color #191DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191DA1 is #E6E25E. Grayscale: #2A2A2A. Windows color (decimal): -15131231 or 10558745. OLE color: 10558745.
HSL color Cylindrical-coordinate representation of color #191DA1: hue angle of 238.24º 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 #191DA1 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 29 | 161 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.37 |
| HSL | 238.24º | 0.73% | 0.36% | - |
| HSV(B) | 238.24º | 0.84% | 0.63% | - |
| XYZ | 7.27 | 3.66 | 34.04 | - |
| YUV | 42.85 | 194.67 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 161 | 0.84 | 0.82 | 0 | 0.37 | 238.24 | 0.73 | 0.36 |
| Hex | 19 | 1D | A1 | 54 | 52 | 0 | 25 | EE | 49 | 24 |
| Octal | 31 | 35 | 241 | 124 | 122 | 0 | 45 | 356 | 111 | 44 |
| Binary | 11001 | 11101 | 10100001 | 1010100 | 1010010 | 0 | 100101 | 11101110 | 1001001 | 100100 |
Color Harmonies of #191DA1
Complementary color
Monochromatic Colors of #191DA1
Black with #191DA1
Text Example
Text Example
White with #191DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191DA1; }
p { color: rgb(25,29,161); }
H1.HeaderClassName
{
color: #191DA1;
}
.AnyTagClassName
{
color: #191DA1;
}
</style>
background-color css
<style>
a { background-color: #191DA1; }
a { background-color: rgb(25,29,161); }
div.DivClassName
{
background-color: #191DA1;
}
.BgClassName
{
background-color: #191DA1;
}
</style>
border-color css
<style>
span { border-color: #191DA1; }
span { border-color: rgb(25,29,161); }
td.TdClassName
{
border-color: #191DA1;
}
.TagClassName
{
border-color: #191DA1;
}
</style>