Shades of Ultramarine #191CA1
Tints of Ultramarine #191CA1
RGB
CMYK
RGB Variations
Color information
#191CA1 (or 0x191CA1) is known color: Ultramarine. HEX triplet: 19, 1C and A1. RGB value is (25,28,161). Sum of RGB (Red+Green+Blue) = 25+28+161=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 161 (63.28% from 255 or 75.23% from 214); Max value from RGB is 161 - color contains mainly: blue. Hex color #191CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191CA1 is #E6E35E. Grayscale: #292929. Windows color (decimal): -15131487 or 10558489. OLE color: 10558489.
HSL color Cylindrical-coordinate representation of color #191CA1: hue angle of 238.68º 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 #191CA1 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 28 | 161 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.37 |
| HSL | 238.68º | 0.73% | 0.36% | - |
| HSV(B) | 238.68º | 0.84% | 0.63% | - |
| XYZ | 7.25 | 3.61 | 34.03 | - |
| YUV | 42.27 | 195.01 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 161 | 0.84 | 0.83 | 0 | 0.37 | 238.68 | 0.73 | 0.36 |
| Hex | 19 | 1C | A1 | 54 | 53 | 0 | 25 | EF | 49 | 24 |
| Octal | 31 | 34 | 241 | 124 | 123 | 0 | 45 | 357 | 111 | 44 |
| Binary | 11001 | 11100 | 10100001 | 1010100 | 1010011 | 0 | 100101 | 11101111 | 1001001 | 100100 |
Color Harmonies of #191CA1
Complementary color
Monochromatic Colors of #191CA1
Black with #191CA1
Text Example
Text Example
White with #191CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191CA1; }
p { color: rgb(25,28,161); }
H1.HeaderClassName
{
color: #191CA1;
}
.AnyTagClassName
{
color: #191CA1;
}
</style>
background-color css
<style>
a { background-color: #191CA1; }
a { background-color: rgb(25,28,161); }
div.DivClassName
{
background-color: #191CA1;
}
.BgClassName
{
background-color: #191CA1;
}
</style>
border-color css
<style>
span { border-color: #191CA1; }
span { border-color: rgb(25,28,161); }
td.TdClassName
{
border-color: #191CA1;
}
.TagClassName
{
border-color: #191CA1;
}
</style>