Shades of Ultramarine #191281
Tints of Ultramarine #191281
RGB
CMYK
RGB Variations
Color information
#191281 (or 0x191281) is known color: Ultramarine. HEX triplet: 19, 12 and 81. RGB value is (25,18,129). Sum of RGB (Red+Green+Blue) = 25+18+129=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 129 (50.78% from 255 or 75% from 172); Max value from RGB is 129 - color contains mainly: blue. Hex color #191281 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191281 is #E6ED7E. Grayscale: #202020. Windows color (decimal): -15134079 or 8458777. OLE color: 8458777.
HSL color Cylindrical-coordinate representation of color #191281: hue angle of 243.78º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191281 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 18 | 129 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.49 |
| HSL | 243.78º | 0.76% | 0.29% | - |
| HSV(B) | 243.78º | 0.86% | 0.51% | - |
| XYZ | 4.58 | 2.22 | 20.96 | - |
| YUV | 32.75 | 182.32 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 129 | 0.81 | 0.86 | 0 | 0.49 | 243.78 | 0.76 | 0.29 |
| Hex | 19 | 12 | 81 | 51 | 56 | 0 | 31 | F4 | 4C | 1D |
| Octal | 31 | 22 | 201 | 121 | 126 | 0 | 61 | 364 | 114 | 35 |
| Binary | 11001 | 10010 | 10000001 | 1010001 | 1010110 | 0 | 110001 | 11110100 | 1001100 | 11101 |
Color Harmonies of #191281
Complementary color
Monochromatic Colors of #191281
Black with #191281
Text Example
Text Example
White with #191281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191281; }
p { color: rgb(25,18,129); }
H1.HeaderClassName
{
color: #191281;
}
.AnyTagClassName
{
color: #191281;
}
</style>
background-color css
<style>
a { background-color: #191281; }
a { background-color: rgb(25,18,129); }
div.DivClassName
{
background-color: #191281;
}
.BgClassName
{
background-color: #191281;
}
</style>
border-color css
<style>
span { border-color: #191281; }
span { border-color: rgb(25,18,129); }
td.TdClassName
{
border-color: #191281;
}
.TagClassName
{
border-color: #191281;
}
</style>