Shades of Ultramarine #221A9F
Tints of Ultramarine #221A9F
RGB
CMYK
RGB Variations
Color information
#221A9F (or 0x221A9F) is known color: Ultramarine. HEX triplet: 22, 1A and 9F. RGB value is (34,26,159). Sum of RGB (Red+Green+Blue) = 34+26+159=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 159 (62.5% from 255 or 72.60% from 219); Max value from RGB is 159 - color contains mainly: blue. Hex color #221A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221A9F is #DDE560. Grayscale: #2B2B2B. Windows color (decimal): -14542177 or 10426914. OLE color: 10426914.
HSL color Cylindrical-coordinate representation of color #221A9F: hue angle of 243.61º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221A9F is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 26 | 159 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.38 |
| HSL | 243.61º | 0.72% | 0.36% | - |
| HSV(B) | 243.61º | 0.84% | 0.62% | - |
| XYZ | 7.29 | 3.58 | 33.11 | - |
| YUV | 43.55 | 193.15 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 26 | 159 | 0.79 | 0.84 | 0 | 0.38 | 243.61 | 0.72 | 0.36 |
| Hex | 22 | 1A | 9F | 4F | 54 | 0 | 26 | F4 | 48 | 24 |
| Octal | 42 | 32 | 237 | 117 | 124 | 0 | 46 | 364 | 110 | 44 |
| Binary | 100010 | 11010 | 10011111 | 1001111 | 1010100 | 0 | 100110 | 11110100 | 1001000 | 100100 |
Color Harmonies of #221A9F
Complementary color
Monochromatic Colors of #221A9F
Black with #221A9F
Text Example
Text Example
White with #221A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221A9F; }
p { color: rgb(34,26,159); }
H1.HeaderClassName
{
color: #221A9F;
}
.AnyTagClassName
{
color: #221A9F;
}
</style>
background-color css
<style>
a { background-color: #221A9F; }
a { background-color: rgb(34,26,159); }
div.DivClassName
{
background-color: #221A9F;
}
.BgClassName
{
background-color: #221A9F;
}
</style>
border-color css
<style>
span { border-color: #221A9F; }
span { border-color: rgb(34,26,159); }
td.TdClassName
{
border-color: #221A9F;
}
.TagClassName
{
border-color: #221A9F;
}
</style>