Shades of Ultramarine #221785
Tints of Ultramarine #221785
RGB
CMYK
RGB Variations
Color information
#221785 (or 0x221785) is known color: Ultramarine. HEX triplet: 22, 17 and 85. RGB value is (34,23,133). Sum of RGB (Red+Green+Blue) = 34+23+133=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #221785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221785 is #DDE87A. Grayscale: #262626. Windows color (decimal): -14542971 or 8722210. OLE color: 8722210.
HSL color Cylindrical-coordinate representation of color #221785: hue angle of 246º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #221785 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 23 | 133 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.48 |
| HSL | 246º | 0.71% | 0.31% | - |
| HSV(B) | 246º | 0.83% | 0.52% | - |
| XYZ | 5.2 | 2.65 | 22.43 | - |
| YUV | 38.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 23 | 133 | 0.74 | 0.83 | 0 | 0.48 | 246 | 0.71 | 0.31 |
| Hex | 22 | 17 | 85 | 4A | 53 | 0 | 30 | F6 | 47 | 1F |
| Octal | 42 | 27 | 205 | 112 | 123 | 0 | 60 | 366 | 107 | 37 |
| Binary | 100010 | 10111 | 10000101 | 1001010 | 1010011 | 0 | 110000 | 11110110 | 1000111 | 11111 |
Color Harmonies of #221785
Complementary color
Monochromatic Colors of #221785
Black with #221785
Text Example
Text Example
White with #221785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221785; }
p { color: rgb(34,23,133); }
H1.HeaderClassName
{
color: #221785;
}
.AnyTagClassName
{
color: #221785;
}
</style>
background-color css
<style>
a { background-color: #221785; }
a { background-color: rgb(34,23,133); }
div.DivClassName
{
background-color: #221785;
}
.BgClassName
{
background-color: #221785;
}
</style>
border-color css
<style>
span { border-color: #221785; }
span { border-color: rgb(34,23,133); }
td.TdClassName
{
border-color: #221785;
}
.TagClassName
{
border-color: #221785;
}
</style>