Shades of Ultramarine #19228A
Tints of Ultramarine #19228A
RGB
CMYK
RGB Variations
Color information
#19228A (or 0x19228A) is known color: Ultramarine. HEX triplet: 19, 22 and 8A. RGB value is (25,34,138). Sum of RGB (Red+Green+Blue) = 25+34+138=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #19228A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19228A is #E6DD75. Grayscale: #2A2A2A. Windows color (decimal): -15129974 or 9052697. OLE color: 9052697.
HSL color Cylindrical-coordinate representation of color #19228A: hue angle of 235.22º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19228A is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 34 | 138 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.46 |
| HSL | 235.22º | 0.69% | 0.32% | - |
| HSV(B) | 235.22º | 0.82% | 0.54% | - |
| XYZ | 5.56 | 3.19 | 24.37 | - |
| YUV | 43.17 | 181.52 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 138 | 0.82 | 0.75 | 0 | 0.46 | 235.22 | 0.69 | 0.32 |
| Hex | 19 | 22 | 8A | 52 | 4B | 0 | 2E | EB | 45 | 20 |
| Octal | 31 | 42 | 212 | 122 | 113 | 0 | 56 | 353 | 105 | 40 |
| Binary | 11001 | 100010 | 10001010 | 1010010 | 1001011 | 0 | 101110 | 11101011 | 1000101 | 100000 |
Color Harmonies of #19228A
Complementary color
Monochromatic Colors of #19228A
Black with #19228A
Text Example
Text Example
White with #19228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19228A; }
p { color: rgb(25,34,138); }
H1.HeaderClassName
{
color: #19228A;
}
.AnyTagClassName
{
color: #19228A;
}
</style>
background-color css
<style>
a { background-color: #19228A; }
a { background-color: rgb(25,34,138); }
div.DivClassName
{
background-color: #19228A;
}
.BgClassName
{
background-color: #19228A;
}
</style>
border-color css
<style>
span { border-color: #19228A; }
span { border-color: rgb(25,34,138); }
td.TdClassName
{
border-color: #19228A;
}
.TagClassName
{
border-color: #19228A;
}
</style>