Shades of Ultramarine #220B86
Tints of Ultramarine #220B86
RGB
CMYK
RGB Variations
Color information
#220B86 (or 0x220B86) is known color: Ultramarine. HEX triplet: 22, 0B and 86. RGB value is (34,11,134). Sum of RGB (Red+Green+Blue) = 34+11+134=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 134 (52.73% from 255 or 74.86% from 179); Max value from RGB is 134 - color contains mainly: blue. Hex color #220B86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220B86 is #DDF479. Grayscale: #1F1F1F. Windows color (decimal): -14546042 or 8784674. OLE color: 8784674.
HSL color Cylindrical-coordinate representation of color #220B86: hue angle of 251.22º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220B86 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 11 | 134 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.47 |
| HSL | 251.22º | 0.85% | 0.28% | - |
| HSV(B) | 251.22º | 0.92% | 0.53% | - |
| XYZ | 5.08 | 2.3 | 22.73 | - |
| YUV | 31.9 | 185.62 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 134 | 0.75 | 0.92 | 0 | 0.47 | 251.22 | 0.85 | 0.28 |
| Hex | 22 | B | 86 | 4B | 5C | 0 | 2F | FB | 55 | 1C |
| Octal | 42 | 13 | 206 | 113 | 134 | 0 | 57 | 373 | 125 | 34 |
| Binary | 100010 | 1011 | 10000110 | 1001011 | 1011100 | 0 | 101111 | 11111011 | 1010101 | 11100 |
Color Harmonies of #220B86
Complementary color
Monochromatic Colors of #220B86
Black with #220B86
Text Example
Text Example
White with #220B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220B86; }
p { color: rgb(34,11,134); }
H1.HeaderClassName
{
color: #220B86;
}
.AnyTagClassName
{
color: #220B86;
}
</style>
background-color css
<style>
a { background-color: #220B86; }
a { background-color: rgb(34,11,134); }
div.DivClassName
{
background-color: #220B86;
}
.BgClassName
{
background-color: #220B86;
}
</style>
border-color css
<style>
span { border-color: #220B86; }
span { border-color: rgb(34,11,134); }
td.TdClassName
{
border-color: #220B86;
}
.TagClassName
{
border-color: #220B86;
}
</style>