Shades of Ultramarine #220D92
Tints of Ultramarine #220D92
RGB
CMYK
RGB Variations
Color information
#220D92 (or 0x220D92) is known color: Ultramarine. HEX triplet: 22, 0D and 92. RGB value is (34,13,146). Sum of RGB (Red+Green+Blue) = 34+13+146=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #220D92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220D92 is #DDF26D. Grayscale: #212121. Windows color (decimal): -14545518 or 9571618. OLE color: 9571618.
HSL color Cylindrical-coordinate representation of color #220D92: hue angle of 249.47º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220D92 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 13 | 146 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.43 |
| HSL | 249.47º | 0.84% | 0.31% | - |
| HSV(B) | 249.47º | 0.91% | 0.57% | - |
| XYZ | 5.99 | 2.7 | 27.4 | - |
| YUV | 34.44 | 190.96 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 146 | 0.77 | 0.91 | 0 | 0.43 | 249.47 | 0.84 | 0.31 |
| Hex | 22 | D | 92 | 4D | 5B | 0 | 2B | F9 | 54 | 1F |
| Octal | 42 | 15 | 222 | 115 | 133 | 0 | 53 | 371 | 124 | 37 |
| Binary | 100010 | 1101 | 10010010 | 1001101 | 1011011 | 0 | 101011 | 11111001 | 1010100 | 11111 |
Color Harmonies of #220D92
Complementary color
Monochromatic Colors of #220D92
Black with #220D92
Text Example
Text Example
White with #220D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D92; }
p { color: rgb(34,13,146); }
H1.HeaderClassName
{
color: #220D92;
}
.AnyTagClassName
{
color: #220D92;
}
</style>
background-color css
<style>
a { background-color: #220D92; }
a { background-color: rgb(34,13,146); }
div.DivClassName
{
background-color: #220D92;
}
.BgClassName
{
background-color: #220D92;
}
</style>
border-color css
<style>
span { border-color: #220D92; }
span { border-color: rgb(34,13,146); }
td.TdClassName
{
border-color: #220D92;
}
.TagClassName
{
border-color: #220D92;
}
</style>