Shades of Ultramarine #221487
Tints of Ultramarine #221487
RGB
CMYK
RGB Variations
Color information
#221487 (or 0x221487) is known color: Ultramarine. HEX triplet: 22, 14 and 87. RGB value is (34,20,135). Sum of RGB (Red+Green+Blue) = 34+20+135=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #221487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221487 is #DDEB78. Grayscale: #242424. Windows color (decimal): -14543737 or 8852514. OLE color: 8852514.
HSL color Cylindrical-coordinate representation of color #221487: hue angle of 247.3º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221487 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 20 | 135 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.47 |
| HSL | 247.3º | 0.74% | 0.3% | - |
| HSV(B) | 247.3º | 0.85% | 0.53% | - |
| XYZ | 5.28 | 2.59 | 23.14 | - |
| YUV | 37.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 135 | 0.75 | 0.85 | 0 | 0.47 | 247.3 | 0.74 | 0.3 |
| Hex | 22 | 14 | 87 | 4B | 55 | 0 | 2F | F7 | 4A | 1E |
| Octal | 42 | 24 | 207 | 113 | 125 | 0 | 57 | 367 | 112 | 36 |
| Binary | 100010 | 10100 | 10000111 | 1001011 | 1010101 | 0 | 101111 | 11110111 | 1001010 | 11110 |
Color Harmonies of #221487
Complementary color
Monochromatic Colors of #221487
Black with #221487
Text Example
Text Example
White with #221487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221487; }
p { color: rgb(34,20,135); }
H1.HeaderClassName
{
color: #221487;
}
.AnyTagClassName
{
color: #221487;
}
</style>
background-color css
<style>
a { background-color: #221487; }
a { background-color: rgb(34,20,135); }
div.DivClassName
{
background-color: #221487;
}
.BgClassName
{
background-color: #221487;
}
</style>
border-color css
<style>
span { border-color: #221487; }
span { border-color: rgb(34,20,135); }
td.TdClassName
{
border-color: #221487;
}
.TagClassName
{
border-color: #221487;
}
</style>