Shades of Ultramarine #19218A
Tints of Ultramarine #19218A
RGB
CMYK
RGB Variations
Color information
#19218A (or 0x19218A) is known color: Ultramarine. HEX triplet: 19, 21 and 8A. RGB value is (25,33,138). Sum of RGB (Red+Green+Blue) = 25+33+138=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 138 (54.30% from 255 or 70.41% from 196); Max value from RGB is 138 - color contains mainly: blue. Hex color #19218A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19218A is #E6DE75. Grayscale: #2A2A2A. Windows color (decimal): -15130230 or 9052441. OLE color: 9052441.
HSL color Cylindrical-coordinate representation of color #19218A: hue angle of 235.75º 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 #19218A is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 33 | 138 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.46 |
| HSL | 235.75º | 0.69% | 0.32% | - |
| HSV(B) | 235.75º | 0.82% | 0.54% | - |
| XYZ | 5.53 | 3.13 | 24.36 | - |
| YUV | 42.58 | 181.85 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 138 | 0.82 | 0.76 | 0 | 0.46 | 235.75 | 0.69 | 0.32 |
| Hex | 19 | 21 | 8A | 52 | 4C | 0 | 2E | EC | 45 | 20 |
| Octal | 31 | 41 | 212 | 122 | 114 | 0 | 56 | 354 | 105 | 40 |
| Binary | 11001 | 100001 | 10001010 | 1010010 | 1001100 | 0 | 101110 | 11101100 | 1000101 | 100000 |
Color Harmonies of #19218A
Complementary color
Monochromatic Colors of #19218A
Black with #19218A
Text Example
Text Example
White with #19218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19218A; }
p { color: rgb(25,33,138); }
H1.HeaderClassName
{
color: #19218A;
}
.AnyTagClassName
{
color: #19218A;
}
</style>
background-color css
<style>
a { background-color: #19218A; }
a { background-color: rgb(25,33,138); }
div.DivClassName
{
background-color: #19218A;
}
.BgClassName
{
background-color: #19218A;
}
</style>
border-color css
<style>
span { border-color: #19218A; }
span { border-color: rgb(25,33,138); }
td.TdClassName
{
border-color: #19218A;
}
.TagClassName
{
border-color: #19218A;
}
</style>