Shades of Ultramarine #191B9A
Tints of Ultramarine #191B9A
RGB
CMYK
RGB Variations
Color information
#191B9A (or 0x191B9A) is known color: Ultramarine. HEX triplet: 19, 1B and 9A. RGB value is (25,27,154). Sum of RGB (Red+Green+Blue) = 25+27+154=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 154 (60.55% from 255 or 74.76% from 206); Max value from RGB is 154 - color contains mainly: blue. Hex color #191B9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191B9A is #E6E465. Grayscale: #282828. Windows color (decimal): -15131750 or 10099481. OLE color: 10099481.
HSL color Cylindrical-coordinate representation of color #191B9A: hue angle of 239.07º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191B9A is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 27 | 154 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.40 |
| HSL | 239.07º | 0.72% | 0.35% | - |
| HSV(B) | 239.07º | 0.84% | 0.6% | - |
| XYZ | 6.63 | 3.32 | 30.86 | - |
| YUV | 40.88 | 191.84 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 154 | 0.84 | 0.82 | 0 | 0.40 | 239.07 | 0.72 | 0.35 |
| Hex | 19 | 1B | 9A | 54 | 52 | 0 | 28 | EF | 48 | 23 |
| Octal | 31 | 33 | 232 | 124 | 122 | 0 | 50 | 357 | 110 | 43 |
| Binary | 11001 | 11011 | 10011010 | 1010100 | 1010010 | 0 | 101000 | 11101111 | 1001000 | 100011 |
Color Harmonies of #191B9A
Complementary color
Monochromatic Colors of #191B9A
Black with #191B9A
Text Example
Text Example
White with #191B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B9A; }
p { color: rgb(25,27,154); }
H1.HeaderClassName
{
color: #191B9A;
}
.AnyTagClassName
{
color: #191B9A;
}
</style>
background-color css
<style>
a { background-color: #191B9A; }
a { background-color: rgb(25,27,154); }
div.DivClassName
{
background-color: #191B9A;
}
.BgClassName
{
background-color: #191B9A;
}
</style>
border-color css
<style>
span { border-color: #191B9A; }
span { border-color: rgb(25,27,154); }
td.TdClassName
{
border-color: #191B9A;
}
.TagClassName
{
border-color: #191B9A;
}
</style>