Shades of Ultramarine #221789
Tints of Ultramarine #221789
RGB
CMYK
RGB Variations
Color information
#221789 (or 0x221789) is known color: Ultramarine. HEX triplet: 22, 17 and 89. RGB value is (34,23,137). Sum of RGB (Red+Green+Blue) = 34+23+137=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 137 (53.91% from 255 or 70.62% from 194); Max value from RGB is 137 - color contains mainly: blue. Hex color #221789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221789 is #DDE876. Grayscale: #262626. Windows color (decimal): -14542967 or 8984354. OLE color: 8984354.
HSL color Cylindrical-coordinate representation of color #221789: hue angle of 245.79º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #221789 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 23 | 137 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.46 |
| HSL | 245.79º | 0.71% | 0.31% | - |
| HSV(B) | 245.79º | 0.83% | 0.54% | - |
| XYZ | 5.48 | 2.76 | 23.91 | - |
| YUV | 39.29 | 183.14 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 23 | 137 | 0.75 | 0.83 | 0 | 0.46 | 245.79 | 0.71 | 0.31 |
| Hex | 22 | 17 | 89 | 4B | 53 | 0 | 2E | F6 | 47 | 1F |
| Octal | 42 | 27 | 211 | 113 | 123 | 0 | 56 | 366 | 107 | 37 |
| Binary | 100010 | 10111 | 10001001 | 1001011 | 1010011 | 0 | 101110 | 11110110 | 1000111 | 11111 |
Color Harmonies of #221789
Complementary color
Monochromatic Colors of #221789
Black with #221789
Text Example
Text Example
White with #221789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221789; }
p { color: rgb(34,23,137); }
H1.HeaderClassName
{
color: #221789;
}
.AnyTagClassName
{
color: #221789;
}
</style>
background-color css
<style>
a { background-color: #221789; }
a { background-color: rgb(34,23,137); }
div.DivClassName
{
background-color: #221789;
}
.BgClassName
{
background-color: #221789;
}
</style>
border-color css
<style>
span { border-color: #221789; }
span { border-color: rgb(34,23,137); }
td.TdClassName
{
border-color: #221789;
}
.TagClassName
{
border-color: #221789;
}
</style>