Shades of Ultramarine #221F89
Tints of Ultramarine #221F89
RGB
CMYK
RGB Variations
Color information
#221F89 (or 0x221F89) is known color: Ultramarine. HEX triplet: 22, 1F and 89. RGB value is (34,31,137). Sum of RGB (Red+Green+Blue) = 34+31+137=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 137 (53.91% from 255 or 67.82% from 202); Max value from RGB is 137 - color contains mainly: blue. Hex color #221F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221F89 is #DDE076. Grayscale: #2B2B2B. Windows color (decimal): -14540919 or 8986402. OLE color: 8986402.
HSL color Cylindrical-coordinate representation of color #221F89: hue angle of 241.7º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #221F89 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 31 | 137 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.46 |
| HSL | 241.7º | 0.63% | 0.33% | - |
| HSV(B) | 241.7º | 0.77% | 0.54% | - |
| XYZ | 5.67 | 3.13 | 23.97 | - |
| YUV | 43.98 | 180.49 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 137 | 0.75 | 0.77 | 0 | 0.46 | 241.7 | 0.63 | 0.33 |
| Hex | 22 | 1F | 89 | 4B | 4D | 0 | 2E | F2 | 3F | 21 |
| Octal | 42 | 37 | 211 | 113 | 115 | 0 | 56 | 362 | 77 | 41 |
| Binary | 100010 | 11111 | 10001001 | 1001011 | 1001101 | 0 | 101110 | 11110010 | 111111 | 100001 |
Color Harmonies of #221F89
Complementary color
Monochromatic Colors of #221F89
Black with #221F89
Text Example
Text Example
White with #221F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221F89; }
p { color: rgb(34,31,137); }
H1.HeaderClassName
{
color: #221F89;
}
.AnyTagClassName
{
color: #221F89;
}
</style>
background-color css
<style>
a { background-color: #221F89; }
a { background-color: rgb(34,31,137); }
div.DivClassName
{
background-color: #221F89;
}
.BgClassName
{
background-color: #221F89;
}
</style>
border-color css
<style>
span { border-color: #221F89; }
span { border-color: rgb(34,31,137); }
td.TdClassName
{
border-color: #221F89;
}
.TagClassName
{
border-color: #221F89;
}
</style>