Shades of Ultramarine #22178B
Tints of Ultramarine #22178B
RGB
CMYK
RGB Variations
Color information
#22178B (or 0x22178B) is known color: Ultramarine. HEX triplet: 22, 17 and 8B. RGB value is (34,23,139). Sum of RGB (Red+Green+Blue) = 34+23+139=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #22178B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22178B is #DDE874. Grayscale: #272727. Windows color (decimal): -14542965 or 9115426. OLE color: 9115426.
HSL color Cylindrical-coordinate representation of color #22178B: hue angle of 245.69º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22178B is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 23 | 139 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.45 |
| HSL | 245.69º | 0.72% | 0.32% | - |
| HSV(B) | 245.69º | 0.83% | 0.55% | - |
| XYZ | 5.63 | 2.82 | 24.67 | - |
| YUV | 39.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 23 | 139 | 0.76 | 0.83 | 0 | 0.45 | 245.69 | 0.72 | 0.32 |
| Hex | 22 | 17 | 8B | 4C | 53 | 0 | 2D | F6 | 48 | 20 |
| Octal | 42 | 27 | 213 | 114 | 123 | 0 | 55 | 366 | 110 | 40 |
| Binary | 100010 | 10111 | 10001011 | 1001100 | 1010011 | 0 | 101101 | 11110110 | 1001000 | 100000 |
Color Harmonies of #22178B
Complementary color
Monochromatic Colors of #22178B
Black with #22178B
Text Example
Text Example
White with #22178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22178B; }
p { color: rgb(34,23,139); }
H1.HeaderClassName
{
color: #22178B;
}
.AnyTagClassName
{
color: #22178B;
}
</style>
background-color css
<style>
a { background-color: #22178B; }
a { background-color: rgb(34,23,139); }
div.DivClassName
{
background-color: #22178B;
}
.BgClassName
{
background-color: #22178B;
}
</style>
border-color css
<style>
span { border-color: #22178B; }
span { border-color: rgb(34,23,139); }
td.TdClassName
{
border-color: #22178B;
}
.TagClassName
{
border-color: #22178B;
}
</style>