Shades of Ultramarine #191F8D
Tints of Ultramarine #191F8D
RGB
CMYK
RGB Variations
Color information
#191F8D (or 0x191F8D) is known color: Ultramarine. HEX triplet: 19, 1F and 8D. RGB value is (25,31,141). Sum of RGB (Red+Green+Blue) = 25+31+141=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #191F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191F8D is #E6E072. Grayscale: #292929. Windows color (decimal): -15130739 or 9248537. OLE color: 9248537.
HSL color Cylindrical-coordinate representation of color #191F8D: hue angle of 236.9º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191F8D is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 31 | 141 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.45 |
| HSL | 236.9º | 0.7% | 0.33% | - |
| HSV(B) | 236.9º | 0.82% | 0.55% | - |
| XYZ | 5.7 | 3.11 | 25.5 | - |
| YUV | 41.75 | 184.01 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 141 | 0.82 | 0.78 | 0 | 0.45 | 236.9 | 0.7 | 0.33 |
| Hex | 19 | 1F | 8D | 52 | 4E | 0 | 2D | ED | 46 | 21 |
| Octal | 31 | 37 | 215 | 122 | 116 | 0 | 55 | 355 | 106 | 41 |
| Binary | 11001 | 11111 | 10001101 | 1010010 | 1001110 | 0 | 101101 | 11101101 | 1000110 | 100001 |
Color Harmonies of #191F8D
Complementary color
Monochromatic Colors of #191F8D
Black with #191F8D
Text Example
Text Example
White with #191F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F8D; }
p { color: rgb(25,31,141); }
H1.HeaderClassName
{
color: #191F8D;
}
.AnyTagClassName
{
color: #191F8D;
}
</style>
background-color css
<style>
a { background-color: #191F8D; }
a { background-color: rgb(25,31,141); }
div.DivClassName
{
background-color: #191F8D;
}
.BgClassName
{
background-color: #191F8D;
}
</style>
border-color css
<style>
span { border-color: #191F8D; }
span { border-color: rgb(25,31,141); }
td.TdClassName
{
border-color: #191F8D;
}
.TagClassName
{
border-color: #191F8D;
}
</style>