Shades of Ultramarine #220D89
Tints of Ultramarine #220D89
RGB
CMYK
RGB Variations
Color information
#220D89 (or 0x220D89) is known color: Ultramarine. HEX triplet: 22, 0D and 89. RGB value is (34,13,137). Sum of RGB (Red+Green+Blue) = 34+13+137=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 137 (53.91% from 255 or 74.46% from 184); Max value from RGB is 137 - color contains mainly: blue. Hex color #220D89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220D89 is #DDF276. Grayscale: #202020. Windows color (decimal): -14545527 or 8981794. OLE color: 8981794.
HSL color Cylindrical-coordinate representation of color #220D89: hue angle of 250.16º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220D89 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 13 | 137 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.46 |
| HSL | 250.16º | 0.83% | 0.29% | - |
| HSV(B) | 250.16º | 0.91% | 0.54% | - |
| XYZ | 5.32 | 2.43 | 23.86 | - |
| YUV | 33.42 | 186.46 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 137 | 0.75 | 0.91 | 0 | 0.46 | 250.16 | 0.83 | 0.29 |
| Hex | 22 | D | 89 | 4B | 5B | 0 | 2E | FA | 53 | 1D |
| Octal | 42 | 15 | 211 | 113 | 133 | 0 | 56 | 372 | 123 | 35 |
| Binary | 100010 | 1101 | 10001001 | 1001011 | 1011011 | 0 | 101110 | 11111010 | 1010011 | 11101 |
Color Harmonies of #220D89
Complementary color
Monochromatic Colors of #220D89
Black with #220D89
Text Example
Text Example
White with #220D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D89; }
p { color: rgb(34,13,137); }
H1.HeaderClassName
{
color: #220D89;
}
.AnyTagClassName
{
color: #220D89;
}
</style>
background-color css
<style>
a { background-color: #220D89; }
a { background-color: rgb(34,13,137); }
div.DivClassName
{
background-color: #220D89;
}
.BgClassName
{
background-color: #220D89;
}
</style>
border-color css
<style>
span { border-color: #220D89; }
span { border-color: rgb(34,13,137); }
td.TdClassName
{
border-color: #220D89;
}
.TagClassName
{
border-color: #220D89;
}
</style>