Shades of Ultramarine #191B8D
Tints of Ultramarine #191B8D
RGB
CMYK
RGB Variations
Color information
#191B8D (or 0x191B8D) is known color: Ultramarine. HEX triplet: 19, 1B and 8D. RGB value is (25,27,141). Sum of RGB (Red+Green+Blue) = 25+27+141=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #191B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191B8D is #E6E472. Grayscale: #262626. Windows color (decimal): -15131763 or 9247513. OLE color: 9247513.
HSL color Cylindrical-coordinate representation of color #191B8D: hue angle of 238.97º 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 #191B8D is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 27 | 141 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.45 |
| HSL | 238.97º | 0.7% | 0.33% | - |
| HSV(B) | 238.97º | 0.82% | 0.55% | - |
| XYZ | 5.6 | 2.91 | 25.47 | - |
| YUV | 39.4 | 185.34 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 141 | 0.82 | 0.81 | 0 | 0.45 | 238.97 | 0.7 | 0.33 |
| Hex | 19 | 1B | 8D | 52 | 51 | 0 | 2D | EF | 46 | 21 |
| Octal | 31 | 33 | 215 | 122 | 121 | 0 | 55 | 357 | 106 | 41 |
| Binary | 11001 | 11011 | 10001101 | 1010010 | 1010001 | 0 | 101101 | 11101111 | 1000110 | 100001 |
Color Harmonies of #191B8D
Complementary color
Monochromatic Colors of #191B8D
Black with #191B8D
Text Example
Text Example
White with #191B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B8D; }
p { color: rgb(25,27,141); }
H1.HeaderClassName
{
color: #191B8D;
}
.AnyTagClassName
{
color: #191B8D;
}
</style>
background-color css
<style>
a { background-color: #191B8D; }
a { background-color: rgb(25,27,141); }
div.DivClassName
{
background-color: #191B8D;
}
.BgClassName
{
background-color: #191B8D;
}
</style>
border-color css
<style>
span { border-color: #191B8D; }
span { border-color: rgb(25,27,141); }
td.TdClassName
{
border-color: #191B8D;
}
.TagClassName
{
border-color: #191B8D;
}
</style>