Shades of Ultramarine #220BAD
Tints of Ultramarine #220BAD
RGB
CMYK
RGB Variations
Color information
#220BAD (or 0x220BAD) is known color: Ultramarine. HEX triplet: 22, 0B and AD. RGB value is (34,11,173). Sum of RGB (Red+Green+Blue) = 34+11+173=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 173 (67.97% from 255 or 79.36% from 218); Max value from RGB is 173 - color contains mainly: blue. Hex color #220BAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220BAD is #DDF452. Grayscale: #232323. Windows color (decimal): -14546003 or 11340578. OLE color: 11340578.
HSL color Cylindrical-coordinate representation of color #220BAD: hue angle of 248.52º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220BAD is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 11 | 173 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.32 |
| HSL | 248.52º | 0.88% | 0.36% | - |
| HSV(B) | 248.52º | 0.94% | 0.68% | - |
| XYZ | 8.32 | 3.6 | 39.79 | - |
| YUV | 36.35 | 205.12 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 173 | 0.80 | 0.94 | 0 | 0.32 | 248.52 | 0.88 | 0.36 |
| Hex | 22 | B | AD | 50 | 5E | 0 | 20 | F9 | 58 | 24 |
| Octal | 42 | 13 | 255 | 120 | 136 | 0 | 40 | 371 | 130 | 44 |
| Binary | 100010 | 1011 | 10101101 | 1010000 | 1011110 | 0 | 100000 | 11111001 | 1011000 | 100100 |
Color Harmonies of #220BAD
Complementary color
Monochromatic Colors of #220BAD
Black with #220BAD
Text Example
Text Example
White with #220BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220BAD; }
p { color: rgb(34,11,173); }
H1.HeaderClassName
{
color: #220BAD;
}
.AnyTagClassName
{
color: #220BAD;
}
</style>
background-color css
<style>
a { background-color: #220BAD; }
a { background-color: rgb(34,11,173); }
div.DivClassName
{
background-color: #220BAD;
}
.BgClassName
{
background-color: #220BAD;
}
</style>
border-color css
<style>
span { border-color: #220BAD; }
span { border-color: rgb(34,11,173); }
td.TdClassName
{
border-color: #220BAD;
}
.TagClassName
{
border-color: #220BAD;
}
</style>