Shades of Ultramarine #191BA3
Tints of Ultramarine #191BA3
RGB
CMYK
RGB Variations
Color information
#191BA3 (or 0x191BA3) is known color: Ultramarine. HEX triplet: 19, 1B and A3. RGB value is (25,27,163). Sum of RGB (Red+Green+Blue) = 25+27+163=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 163 (64.06% from 255 or 75.81% from 215); Max value from RGB is 163 - color contains mainly: blue. Hex color #191BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191BA3 is #E6E45C. Grayscale: #292929. Windows color (decimal): -15131741 or 10689305. OLE color: 10689305.
HSL color Cylindrical-coordinate representation of color #191BA3: hue angle of 239.13º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #191BA3 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 27 | 163 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.36 |
| HSL | 239.13º | 0.73% | 0.37% | - |
| HSV(B) | 239.13º | 0.85% | 0.64% | - |
| XYZ | 7.4 | 3.63 | 34.96 | - |
| YUV | 41.91 | 196.34 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 163 | 0.85 | 0.83 | 0 | 0.36 | 239.13 | 0.73 | 0.37 |
| Hex | 19 | 1B | A3 | 55 | 53 | 0 | 24 | EF | 49 | 25 |
| Octal | 31 | 33 | 243 | 125 | 123 | 0 | 44 | 357 | 111 | 45 |
| Binary | 11001 | 11011 | 10100011 | 1010101 | 1010011 | 0 | 100100 | 11101111 | 1001001 | 100101 |
Color Harmonies of #191BA3
Complementary color
Monochromatic Colors of #191BA3
Black with #191BA3
Text Example
Text Example
White with #191BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191BA3; }
p { color: rgb(25,27,163); }
H1.HeaderClassName
{
color: #191BA3;
}
.AnyTagClassName
{
color: #191BA3;
}
</style>
background-color css
<style>
a { background-color: #191BA3; }
a { background-color: rgb(25,27,163); }
div.DivClassName
{
background-color: #191BA3;
}
.BgClassName
{
background-color: #191BA3;
}
</style>
border-color css
<style>
span { border-color: #191BA3; }
span { border-color: rgb(25,27,163); }
td.TdClassName
{
border-color: #191BA3;
}
.TagClassName
{
border-color: #191BA3;
}
</style>