Shades of Ultramarine #19228B
Tints of Ultramarine #19228B
RGB
CMYK
RGB Variations
Color information
#19228B (or 0x19228B) is known color: Ultramarine. HEX triplet: 19, 22 and 8B. RGB value is (25,34,139). Sum of RGB (Red+Green+Blue) = 25+34+139=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #19228B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19228B is #E6DD74. Grayscale: #2A2A2A. Windows color (decimal): -15129973 or 9118233. OLE color: 9118233.
HSL color Cylindrical-coordinate representation of color #19228B: hue angle of 235.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19228B is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 34 | 139 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.45 |
| HSL | 235.26º | 0.7% | 0.32% | - |
| HSV(B) | 235.26º | 0.82% | 0.55% | - |
| XYZ | 5.63 | 3.21 | 24.75 | - |
| YUV | 43.28 | 182.02 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 139 | 0.82 | 0.76 | 0 | 0.45 | 235.26 | 0.7 | 0.32 |
| Hex | 19 | 22 | 8B | 52 | 4C | 0 | 2D | EB | 46 | 20 |
| Octal | 31 | 42 | 213 | 122 | 114 | 0 | 55 | 353 | 106 | 40 |
| Binary | 11001 | 100010 | 10001011 | 1010010 | 1001100 | 0 | 101101 | 11101011 | 1000110 | 100000 |
Color Harmonies of #19228B
Complementary color
Monochromatic Colors of #19228B
Black with #19228B
Text Example
Text Example
White with #19228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19228B; }
p { color: rgb(25,34,139); }
H1.HeaderClassName
{
color: #19228B;
}
.AnyTagClassName
{
color: #19228B;
}
</style>
background-color css
<style>
a { background-color: #19228B; }
a { background-color: rgb(25,34,139); }
div.DivClassName
{
background-color: #19228B;
}
.BgClassName
{
background-color: #19228B;
}
</style>
border-color css
<style>
span { border-color: #19228B; }
span { border-color: rgb(25,34,139); }
td.TdClassName
{
border-color: #19228B;
}
.TagClassName
{
border-color: #19228B;
}
</style>