Shades of Ultramarine #22089F
Tints of Ultramarine #22089F
RGB
CMYK
RGB Variations
Color information
#22089F (or 0x22089F) is known color: Ultramarine. HEX triplet: 22, 08 and 9F. RGB value is (34,8,159). Sum of RGB (Red+Green+Blue) = 34+8+159=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 159 (62.5% from 255 or 79.10% from 201); Max value from RGB is 159 - color contains mainly: blue. Hex color #22089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22089F is #DDF760. Grayscale: #202020. Windows color (decimal): -14546785 or 10422306. OLE color: 10422306.
HSL color Cylindrical-coordinate representation of color #22089F: hue angle of 250.33º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #22089F is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 8 | 159 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.38 |
| HSL | 250.33º | 0.9% | 0.33% | - |
| HSV(B) | 250.33º | 0.95% | 0.62% | - |
| XYZ | 7 | 3.02 | 33.01 | - |
| YUV | 32.99 | 199.11 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 8 | 159 | 0.79 | 0.95 | 0 | 0.38 | 250.33 | 0.9 | 0.33 |
| Hex | 22 | 8 | 9F | 4F | 5F | 0 | 26 | FA | 5A | 21 |
| Octal | 42 | 10 | 237 | 117 | 137 | 0 | 46 | 372 | 132 | 41 |
| Binary | 100010 | 1000 | 10011111 | 1001111 | 1011111 | 0 | 100110 | 11111010 | 1011010 | 100001 |
Color Harmonies of #22089F
Complementary color
Monochromatic Colors of #22089F
Black with #22089F
Text Example
Text Example
White with #22089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22089F; }
p { color: rgb(34,8,159); }
H1.HeaderClassName
{
color: #22089F;
}
.AnyTagClassName
{
color: #22089F;
}
</style>
background-color css
<style>
a { background-color: #22089F; }
a { background-color: rgb(34,8,159); }
div.DivClassName
{
background-color: #22089F;
}
.BgClassName
{
background-color: #22089F;
}
</style>
border-color css
<style>
span { border-color: #22089F; }
span { border-color: rgb(34,8,159); }
td.TdClassName
{
border-color: #22089F;
}
.TagClassName
{
border-color: #22089F;
}
</style>