Shades of Ultramarine #220699
Tints of Ultramarine #220699
RGB
CMYK
RGB Variations
Color information
#220699 (or 0x220699) is known color: Ultramarine. HEX triplet: 22, 06 and 99. RGB value is (34,6,153). Sum of RGB (Red+Green+Blue) = 34+6+153=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 153 (60.16% from 255 or 79.27% from 193); Max value from RGB is 153 - color contains mainly: blue. Hex color #220699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220699 is #DDF966. Grayscale: #1E1E1E. Windows color (decimal): -14547303 or 10028578. OLE color: 10028578.
HSL color Cylindrical-coordinate representation of color #220699: hue angle of 251.43º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220699 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 6 | 153 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.4 |
| HSL | 251.43º | 0.92% | 0.31% | - |
| HSV(B) | 251.43º | 0.96% | 0.6% | - |
| XYZ | 6.47 | 2.77 | 30.33 | - |
| YUV | 31.13 | 196.78 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 153 | 0.78 | 0.96 | 0 | 0.4 | 251.43 | 0.92 | 0.31 |
| Hex | 22 | 6 | 99 | 4E | 60 | 0 | 28 | FB | 5C | 1F |
| Octal | 42 | 6 | 231 | 116 | 140 | 0 | 50 | 373 | 134 | 37 |
| Binary | 100010 | 110 | 10011001 | 1001110 | 1100000 | 0 | 101000 | 11111011 | 1011100 | 11111 |
Color Harmonies of #220699
Complementary color
Monochromatic Colors of #220699
Black with #220699
Text Example
Text Example
White with #220699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220699; }
p { color: rgb(34,6,153); }
H1.HeaderClassName
{
color: #220699;
}
.AnyTagClassName
{
color: #220699;
}
</style>
background-color css
<style>
a { background-color: #220699; }
a { background-color: rgb(34,6,153); }
div.DivClassName
{
background-color: #220699;
}
.BgClassName
{
background-color: #220699;
}
</style>
border-color css
<style>
span { border-color: #220699; }
span { border-color: rgb(34,6,153); }
td.TdClassName
{
border-color: #220699;
}
.TagClassName
{
border-color: #220699;
}
</style>