Shades of Ultramarine #220F85
Tints of Ultramarine #220F85
RGB
CMYK
RGB Variations
Color information
#220F85 (or 0x220F85) is known color: Ultramarine. HEX triplet: 22, 0F and 85. RGB value is (34,15,133). Sum of RGB (Red+Green+Blue) = 34+15+133=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #220F85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220F85 is #DDF07A. Grayscale: #212121. Windows color (decimal): -14545019 or 8720162. OLE color: 8720162.
HSL color Cylindrical-coordinate representation of color #220F85: hue angle of 249.66º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #220F85 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 15 | 133 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.48 |
| HSL | 249.66º | 0.8% | 0.29% | - |
| HSV(B) | 249.66º | 0.89% | 0.52% | - |
| XYZ | 5.06 | 2.38 | 22.38 | - |
| YUV | 34.13 | 183.79 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 133 | 0.74 | 0.89 | 0 | 0.48 | 249.66 | 0.8 | 0.29 |
| Hex | 22 | F | 85 | 4A | 59 | 0 | 30 | FA | 50 | 1D |
| Octal | 42 | 17 | 205 | 112 | 131 | 0 | 60 | 372 | 120 | 35 |
| Binary | 100010 | 1111 | 10000101 | 1001010 | 1011001 | 0 | 110000 | 11111010 | 1010000 | 11101 |
Color Harmonies of #220F85
Complementary color
Monochromatic Colors of #220F85
Black with #220F85
Text Example
Text Example
White with #220F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220F85; }
p { color: rgb(34,15,133); }
H1.HeaderClassName
{
color: #220F85;
}
.AnyTagClassName
{
color: #220F85;
}
</style>
background-color css
<style>
a { background-color: #220F85; }
a { background-color: rgb(34,15,133); }
div.DivClassName
{
background-color: #220F85;
}
.BgClassName
{
background-color: #220F85;
}
</style>
border-color css
<style>
span { border-color: #220F85; }
span { border-color: rgb(34,15,133); }
td.TdClassName
{
border-color: #220F85;
}
.TagClassName
{
border-color: #220F85;
}
</style>