Shades of Ultramarine #220F98
Tints of Ultramarine #220F98
RGB
CMYK
RGB Variations
Color information
#220F98 (or 0x220F98) is known color: Ultramarine. HEX triplet: 22, 0F and 98. RGB value is (34,15,152). Sum of RGB (Red+Green+Blue) = 34+15+152=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #220F98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220F98 is #DDF067. Grayscale: #232323. Windows color (decimal): -14545000 or 9965346. OLE color: 9965346.
HSL color Cylindrical-coordinate representation of color #220F98: hue angle of 248.32º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220F98 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 15 | 152 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.40 |
| HSL | 248.32º | 0.82% | 0.33% | - |
| HSV(B) | 248.32º | 0.9% | 0.6% | - |
| XYZ | 6.5 | 2.95 | 29.93 | - |
| YUV | 36.3 | 193.29 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 152 | 0.78 | 0.90 | 0 | 0.40 | 248.32 | 0.82 | 0.33 |
| Hex | 22 | F | 98 | 4E | 5A | 0 | 28 | F8 | 52 | 21 |
| Octal | 42 | 17 | 230 | 116 | 132 | 0 | 50 | 370 | 122 | 41 |
| Binary | 100010 | 1111 | 10011000 | 1001110 | 1011010 | 0 | 101000 | 11111000 | 1010010 | 100001 |
Color Harmonies of #220F98
Complementary color
Monochromatic Colors of #220F98
Black with #220F98
Text Example
Text Example
White with #220F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220F98; }
p { color: rgb(34,15,152); }
H1.HeaderClassName
{
color: #220F98;
}
.AnyTagClassName
{
color: #220F98;
}
</style>
background-color css
<style>
a { background-color: #220F98; }
a { background-color: rgb(34,15,152); }
div.DivClassName
{
background-color: #220F98;
}
.BgClassName
{
background-color: #220F98;
}
</style>
border-color css
<style>
span { border-color: #220F98; }
span { border-color: rgb(34,15,152); }
td.TdClassName
{
border-color: #220F98;
}
.TagClassName
{
border-color: #220F98;
}
</style>