Shades of Ultramarine #220FAF
Tints of Ultramarine #220FAF
RGB
CMYK
RGB Variations
Color information
#220FAF (or 0x220FAF) is known color: Ultramarine. HEX triplet: 22, 0F and AF. RGB value is (34,15,175). Sum of RGB (Red+Green+Blue) = 34+15+175=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 175 (68.75% from 255 or 78.12% from 224); Max value from RGB is 175 - color contains mainly: blue. Hex color #220FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220FAF is #DDF050. Grayscale: #262626. Windows color (decimal): -14544977 or 11472674. OLE color: 11472674.
HSL color Cylindrical-coordinate representation of color #220FAF: hue angle of 247.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220FAF is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 15 | 175 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.31 |
| HSL | 247.13º | 0.84% | 0.37% | - |
| HSV(B) | 247.13º | 0.91% | 0.69% | - |
| XYZ | 8.57 | 3.78 | 40.83 | - |
| YUV | 38.92 | 204.79 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 175 | 0.81 | 0.91 | 0 | 0.31 | 247.13 | 0.84 | 0.37 |
| Hex | 22 | F | AF | 51 | 5B | 0 | 1F | F7 | 54 | 25 |
| Octal | 42 | 17 | 257 | 121 | 133 | 0 | 37 | 367 | 124 | 45 |
| Binary | 100010 | 1111 | 10101111 | 1010001 | 1011011 | 0 | 11111 | 11110111 | 1010100 | 100101 |
Color Harmonies of #220FAF
Complementary color
Monochromatic Colors of #220FAF
Black with #220FAF
Text Example
Text Example
White with #220FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220FAF; }
p { color: rgb(34,15,175); }
H1.HeaderClassName
{
color: #220FAF;
}
.AnyTagClassName
{
color: #220FAF;
}
</style>
background-color css
<style>
a { background-color: #220FAF; }
a { background-color: rgb(34,15,175); }
div.DivClassName
{
background-color: #220FAF;
}
.BgClassName
{
background-color: #220FAF;
}
</style>
border-color css
<style>
span { border-color: #220FAF; }
span { border-color: rgb(34,15,175); }
td.TdClassName
{
border-color: #220FAF;
}
.TagClassName
{
border-color: #220FAF;
}
</style>