Shades of Ultramarine #221F90
Tints of Ultramarine #221F90
RGB
CMYK
RGB Variations
Color information
#221F90 (or 0x221F90) is known color: Ultramarine. HEX triplet: 22, 1F and 90. RGB value is (34,31,144). Sum of RGB (Red+Green+Blue) = 34+31+144=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #221F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221F90 is #DDE06F. Grayscale: #2C2C2C. Windows color (decimal): -14540912 or 9445154. OLE color: 9445154.
HSL color Cylindrical-coordinate representation of color #221F90: hue angle of 241.59º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #221F90 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 31 | 144 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.44 |
| HSL | 241.59º | 0.65% | 0.34% | - |
| HSV(B) | 241.59º | 0.78% | 0.56% | - |
| XYZ | 6.18 | 3.33 | 26.7 | - |
| YUV | 44.78 | 183.99 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 144 | 0.76 | 0.78 | 0 | 0.44 | 241.59 | 0.65 | 0.34 |
| Hex | 22 | 1F | 90 | 4C | 4E | 0 | 2C | F2 | 41 | 22 |
| Octal | 42 | 37 | 220 | 114 | 116 | 0 | 54 | 362 | 101 | 42 |
| Binary | 100010 | 11111 | 10010000 | 1001100 | 1001110 | 0 | 101100 | 11110010 | 1000001 | 100010 |
Color Harmonies of #221F90
Complementary color
Monochromatic Colors of #221F90
Black with #221F90
Text Example
Text Example
White with #221F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221F90; }
p { color: rgb(34,31,144); }
H1.HeaderClassName
{
color: #221F90;
}
.AnyTagClassName
{
color: #221F90;
}
</style>
background-color css
<style>
a { background-color: #221F90; }
a { background-color: rgb(34,31,144); }
div.DivClassName
{
background-color: #221F90;
}
.BgClassName
{
background-color: #221F90;
}
</style>
border-color css
<style>
span { border-color: #221F90; }
span { border-color: rgb(34,31,144); }
td.TdClassName
{
border-color: #221F90;
}
.TagClassName
{
border-color: #221F90;
}
</style>