Shades of Ultramarine #220D9C
Tints of Ultramarine #220D9C
RGB
CMYK
RGB Variations
Color information
#220D9C (or 0x220D9C) is known color: Ultramarine. HEX triplet: 22, 0D and 9C. RGB value is (34,13,156). Sum of RGB (Red+Green+Blue) = 34+13+156=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #220D9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220D9C is #DDF263. Grayscale: #232323. Windows color (decimal): -14545508 or 10226978. OLE color: 10226978.
HSL color Cylindrical-coordinate representation of color #220D9C: hue angle of 248.81º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220D9C is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 13 | 156 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.39 |
| HSL | 248.81º | 0.85% | 0.33% | - |
| HSV(B) | 248.81º | 0.92% | 0.61% | - |
| XYZ | 6.8 | 3.03 | 31.68 | - |
| YUV | 35.58 | 195.96 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 156 | 0.78 | 0.92 | 0 | 0.39 | 248.81 | 0.85 | 0.33 |
| Hex | 22 | D | 9C | 4E | 5C | 0 | 27 | F9 | 55 | 21 |
| Octal | 42 | 15 | 234 | 116 | 134 | 0 | 47 | 371 | 125 | 41 |
| Binary | 100010 | 1101 | 10011100 | 1001110 | 1011100 | 0 | 100111 | 11111001 | 1010101 | 100001 |
Color Harmonies of #220D9C
Complementary color
Monochromatic Colors of #220D9C
Black with #220D9C
Text Example
Text Example
White with #220D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D9C; }
p { color: rgb(34,13,156); }
H1.HeaderClassName
{
color: #220D9C;
}
.AnyTagClassName
{
color: #220D9C;
}
</style>
background-color css
<style>
a { background-color: #220D9C; }
a { background-color: rgb(34,13,156); }
div.DivClassName
{
background-color: #220D9C;
}
.BgClassName
{
background-color: #220D9C;
}
</style>
border-color css
<style>
span { border-color: #220D9C; }
span { border-color: rgb(34,13,156); }
td.TdClassName
{
border-color: #220D9C;
}
.TagClassName
{
border-color: #220D9C;
}
</style>