Shades of Ultramarine #221085
Tints of Ultramarine #221085
RGB
CMYK
RGB Variations
Color information
#221085 (or 0x221085) is known color: Ultramarine. HEX triplet: 22, 10 and 85. RGB value is (34,16,133). Sum of RGB (Red+Green+Blue) = 34+16+133=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #221085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221085 is #DDEF7A. Grayscale: #222222. Windows color (decimal): -14544763 or 8720418. OLE color: 8720418.
HSL color Cylindrical-coordinate representation of color #221085: hue angle of 249.23º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221085 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 16 | 133 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.48 |
| HSL | 249.23º | 0.79% | 0.29% | - |
| HSV(B) | 249.23º | 0.88% | 0.52% | - |
| XYZ | 5.08 | 2.4 | 22.39 | - |
| YUV | 34.72 | 183.46 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 16 | 133 | 0.74 | 0.88 | 0 | 0.48 | 249.23 | 0.79 | 0.29 |
| Hex | 22 | 10 | 85 | 4A | 58 | 0 | 30 | F9 | 4F | 1D |
| Octal | 42 | 20 | 205 | 112 | 130 | 0 | 60 | 371 | 117 | 35 |
| Binary | 100010 | 10000 | 10000101 | 1001010 | 1011000 | 0 | 110000 | 11111001 | 1001111 | 11101 |
Color Harmonies of #221085
Complementary color
Monochromatic Colors of #221085
Black with #221085
Text Example
Text Example
White with #221085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221085; }
p { color: rgb(34,16,133); }
H1.HeaderClassName
{
color: #221085;
}
.AnyTagClassName
{
color: #221085;
}
</style>
background-color css
<style>
a { background-color: #221085; }
a { background-color: rgb(34,16,133); }
div.DivClassName
{
background-color: #221085;
}
.BgClassName
{
background-color: #221085;
}
</style>
border-color css
<style>
span { border-color: #221085; }
span { border-color: rgb(34,16,133); }
td.TdClassName
{
border-color: #221085;
}
.TagClassName
{
border-color: #221085;
}
</style>