Shades of Ultramarine #22148F
Tints of Ultramarine #22148F
RGB
CMYK
RGB Variations
Color information
#22148F (or 0x22148F) is known color: Ultramarine. HEX triplet: 22, 14 and 8F. RGB value is (34,20,143). Sum of RGB (Red+Green+Blue) = 34+20+143=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 143 (56.25% from 255 or 72.59% from 197); Max value from RGB is 143 - color contains mainly: blue. Hex color #22148F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22148F is #DDEB70. Grayscale: #252525. Windows color (decimal): -14543729 or 9376802. OLE color: 9376802.
HSL color Cylindrical-coordinate representation of color #22148F: hue angle of 246.83º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22148F is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 20 | 143 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.44 |
| HSL | 246.83º | 0.75% | 0.32% | - |
| HSV(B) | 246.83º | 0.86% | 0.56% | - |
| XYZ | 5.87 | 2.82 | 26.22 | - |
| YUV | 38.21 | 187.14 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 143 | 0.76 | 0.86 | 0 | 0.44 | 246.83 | 0.75 | 0.32 |
| Hex | 22 | 14 | 8F | 4C | 56 | 0 | 2C | F7 | 4B | 20 |
| Octal | 42 | 24 | 217 | 114 | 126 | 0 | 54 | 367 | 113 | 40 |
| Binary | 100010 | 10100 | 10001111 | 1001100 | 1010110 | 0 | 101100 | 11110111 | 1001011 | 100000 |
Color Harmonies of #22148F
Complementary color
Monochromatic Colors of #22148F
Black with #22148F
Text Example
Text Example
White with #22148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22148F; }
p { color: rgb(34,20,143); }
H1.HeaderClassName
{
color: #22148F;
}
.AnyTagClassName
{
color: #22148F;
}
</style>
background-color css
<style>
a { background-color: #22148F; }
a { background-color: rgb(34,20,143); }
div.DivClassName
{
background-color: #22148F;
}
.BgClassName
{
background-color: #22148F;
}
</style>
border-color css
<style>
span { border-color: #22148F; }
span { border-color: rgb(34,20,143); }
td.TdClassName
{
border-color: #22148F;
}
.TagClassName
{
border-color: #22148F;
}
</style>