Shades of Ultramarine #220FAE
Tints of Ultramarine #220FAE
RGB
CMYK
RGB Variations
Color information
#220FAE (or 0x220FAE) is known color: Ultramarine. HEX triplet: 22, 0F and AE. RGB value is (34,15,174). Sum of RGB (Red+Green+Blue) = 34+15+174=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 174 (68.36% from 255 or 78.03% from 223); Max value from RGB is 174 - color contains mainly: blue. Hex color #220FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220FAE is #DDF051. Grayscale: #262626. Windows color (decimal): -14544978 or 11407138. OLE color: 11407138.
HSL color Cylindrical-coordinate representation of color #220FAE: hue angle of 247.17º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220FAE is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 15 | 174 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.32 |
| HSL | 247.17º | 0.84% | 0.37% | - |
| HSV(B) | 247.17º | 0.91% | 0.68% | - |
| XYZ | 8.47 | 3.74 | 40.32 | - |
| YUV | 38.81 | 204.29 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 174 | 0.80 | 0.91 | 0 | 0.32 | 247.17 | 0.84 | 0.37 |
| Hex | 22 | F | AE | 50 | 5B | 0 | 20 | F7 | 54 | 25 |
| Octal | 42 | 17 | 256 | 120 | 133 | 0 | 40 | 367 | 124 | 45 |
| Binary | 100010 | 1111 | 10101110 | 1010000 | 1011011 | 0 | 100000 | 11110111 | 1010100 | 100101 |
Color Harmonies of #220FAE
Complementary color
Monochromatic Colors of #220FAE
Black with #220FAE
Text Example
Text Example
White with #220FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220FAE; }
p { color: rgb(34,15,174); }
H1.HeaderClassName
{
color: #220FAE;
}
.AnyTagClassName
{
color: #220FAE;
}
</style>
background-color css
<style>
a { background-color: #220FAE; }
a { background-color: rgb(34,15,174); }
div.DivClassName
{
background-color: #220FAE;
}
.BgClassName
{
background-color: #220FAE;
}
</style>
border-color css
<style>
span { border-color: #220FAE; }
span { border-color: rgb(34,15,174); }
td.TdClassName
{
border-color: #220FAE;
}
.TagClassName
{
border-color: #220FAE;
}
</style>