Shades of Ultramarine #220197
Tints of Ultramarine #220197
RGB
CMYK
RGB Variations
Color information
#220197 (or 0x220197) is known color: Ultramarine. HEX triplet: 22, 01 and 97. RGB value is (34,1,151). Sum of RGB (Red+Green+Blue) = 34+1+151=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 151 (59.38% from 255 or 81.18% from 186); Max value from RGB is 151 - color contains mainly: blue. Hex color #220197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220197 is #DDFE68. Grayscale: #1B1B1B. Windows color (decimal): -14548585 or 9896226. OLE color: 9896226.
HSL color Cylindrical-coordinate representation of color #220197: hue angle of 253.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220197 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 1 | 151 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.41 |
| HSL | 253.2º | 0.99% | 0.3% | - |
| HSV(B) | 253.2º | 0.99% | 0.59% | - |
| XYZ | 6.26 | 2.6 | 29.45 | - |
| YUV | 27.97 | 197.43 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 151 | 0.77 | 0.99 | 0 | 0.41 | 253.2 | 0.99 | 0.3 |
| Hex | 22 | 1 | 97 | 4D | 63 | 0 | 29 | FD | 63 | 1E |
| Octal | 42 | 1 | 227 | 115 | 143 | 0 | 51 | 375 | 143 | 36 |
| Binary | 100010 | 1 | 10010111 | 1001101 | 1100011 | 0 | 101001 | 11111101 | 1100011 | 11110 |
Color Harmonies of #220197
Complementary color
Monochromatic Colors of #220197
Black with #220197
Text Example
Text Example
White with #220197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220197; }
p { color: rgb(34,1,151); }
H1.HeaderClassName
{
color: #220197;
}
.AnyTagClassName
{
color: #220197;
}
</style>
background-color css
<style>
a { background-color: #220197; }
a { background-color: rgb(34,1,151); }
div.DivClassName
{
background-color: #220197;
}
.BgClassName
{
background-color: #220197;
}
</style>
border-color css
<style>
span { border-color: #220197; }
span { border-color: rgb(34,1,151); }
td.TdClassName
{
border-color: #220197;
}
.TagClassName
{
border-color: #220197;
}
</style>