Shades of Ultramarine #191B9E
Tints of Ultramarine #191B9E
RGB
CMYK
RGB Variations
Color information
#191B9E (or 0x191B9E) is known color: Ultramarine. HEX triplet: 19, 1B and 9E. RGB value is (25,27,158). Sum of RGB (Red+Green+Blue) = 25+27+158=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 158 (62.11% from 255 or 75.24% from 210); Max value from RGB is 158 - color contains mainly: blue. Hex color #191B9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191B9E is #E6E461. Grayscale: #282828. Windows color (decimal): -15131746 or 10361625. OLE color: 10361625.
HSL color Cylindrical-coordinate representation of color #191B9E: hue angle of 239.1º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191B9E is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 27 | 158 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.38 |
| HSL | 239.1º | 0.73% | 0.36% | - |
| HSV(B) | 239.1º | 0.84% | 0.62% | - |
| XYZ | 6.96 | 3.46 | 32.65 | - |
| YUV | 41.34 | 193.84 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 158 | 0.84 | 0.83 | 0 | 0.38 | 239.1 | 0.73 | 0.36 |
| Hex | 19 | 1B | 9E | 54 | 53 | 0 | 26 | EF | 49 | 24 |
| Octal | 31 | 33 | 236 | 124 | 123 | 0 | 46 | 357 | 111 | 44 |
| Binary | 11001 | 11011 | 10011110 | 1010100 | 1010011 | 0 | 100110 | 11101111 | 1001001 | 100100 |
Color Harmonies of #191B9E
Complementary color
Monochromatic Colors of #191B9E
Black with #191B9E
Text Example
Text Example
White with #191B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B9E; }
p { color: rgb(25,27,158); }
H1.HeaderClassName
{
color: #191B9E;
}
.AnyTagClassName
{
color: #191B9E;
}
</style>
background-color css
<style>
a { background-color: #191B9E; }
a { background-color: rgb(25,27,158); }
div.DivClassName
{
background-color: #191B9E;
}
.BgClassName
{
background-color: #191B9E;
}
</style>
border-color css
<style>
span { border-color: #191B9E; }
span { border-color: rgb(25,27,158); }
td.TdClassName
{
border-color: #191B9E;
}
.TagClassName
{
border-color: #191B9E;
}
</style>