Shades of Ultramarine #190B96
Tints of Ultramarine #190B96
RGB
CMYK
RGB Variations
Color information
#190B96 (or 0x190B96) is known color: Ultramarine. HEX triplet: 19, 0B and 96. RGB value is (25,11,150). Sum of RGB (Red+Green+Blue) = 25+11+150=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 150 (58.98% from 255 or 80.65% from 186); Max value from RGB is 150 - color contains mainly: blue. Hex color #190B96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190B96 is #E6F469. Grayscale: #1E1E1E. Windows color (decimal): -15135850 or 9833241. OLE color: 9833241.
HSL color Cylindrical-coordinate representation of color #190B96: hue angle of 246.04º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190B96 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 25 | 11 | 150 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.41 |
| HSL | 246.04º | 0.86% | 0.32% | - |
| HSV(B) | 246.04º | 0.93% | 0.59% | - |
| XYZ | 6.03 | 2.65 | 29.05 | - |
| YUV | 31.03 | 195.14 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 150 | 0.83 | 0.93 | 0 | 0.41 | 246.04 | 0.86 | 0.32 |
| Hex | 19 | B | 96 | 53 | 5D | 0 | 29 | F6 | 56 | 20 |
| Octal | 31 | 13 | 226 | 123 | 135 | 0 | 51 | 366 | 126 | 40 |
| Binary | 11001 | 1011 | 10010110 | 1010011 | 1011101 | 0 | 101001 | 11110110 | 1010110 | 100000 |
Color Harmonies of #190B96
Complementary color
Monochromatic Colors of #190B96
Black with #190B96
Text Example
Text Example
White with #190B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B96; }
p { color: rgb(25,11,150); }
H1.HeaderClassName
{
color: #190B96;
}
.AnyTagClassName
{
color: #190B96;
}
</style>
background-color css
<style>
a { background-color: #190B96; }
a { background-color: rgb(25,11,150); }
div.DivClassName
{
background-color: #190B96;
}
.BgClassName
{
background-color: #190B96;
}
</style>
border-color css
<style>
span { border-color: #190B96; }
span { border-color: rgb(25,11,150); }
td.TdClassName
{
border-color: #190B96;
}
.TagClassName
{
border-color: #190B96;
}
</style>