Shades of Ultramarine #22068C
Tints of Ultramarine #22068C
RGB
CMYK
RGB Variations
Color information
#22068C (or 0x22068C) is known color: Ultramarine. HEX triplet: 22, 06 and 8C. RGB value is (34,6,140). Sum of RGB (Red+Green+Blue) = 34+6+140=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 140 (55.08% from 255 or 77.78% from 180); Max value from RGB is 140 - color contains mainly: blue. Hex color #22068C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22068C is #DDF973. Grayscale: #1D1D1D. Windows color (decimal): -14547316 or 9176610. OLE color: 9176610.
HSL color Cylindrical-coordinate representation of color #22068C: hue angle of 252.54º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #22068C is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 6 | 140 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.45 |
| HSL | 252.54º | 0.92% | 0.29% | - |
| HSV(B) | 252.54º | 0.96% | 0.55% | - |
| XYZ | 5.46 | 2.36 | 24.98 | - |
| YUV | 29.65 | 190.28 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 140 | 0.76 | 0.96 | 0 | 0.45 | 252.54 | 0.92 | 0.29 |
| Hex | 22 | 6 | 8C | 4C | 60 | 0 | 2D | FD | 5C | 1D |
| Octal | 42 | 6 | 214 | 114 | 140 | 0 | 55 | 375 | 134 | 35 |
| Binary | 100010 | 110 | 10001100 | 1001100 | 1100000 | 0 | 101101 | 11111101 | 1011100 | 11101 |
Color Harmonies of #22068C
Complementary color
Monochromatic Colors of #22068C
Black with #22068C
Text Example
Text Example
White with #22068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22068C; }
p { color: rgb(34,6,140); }
H1.HeaderClassName
{
color: #22068C;
}
.AnyTagClassName
{
color: #22068C;
}
</style>
background-color css
<style>
a { background-color: #22068C; }
a { background-color: rgb(34,6,140); }
div.DivClassName
{
background-color: #22068C;
}
.BgClassName
{
background-color: #22068C;
}
</style>
border-color css
<style>
span { border-color: #22068C; }
span { border-color: rgb(34,6,140); }
td.TdClassName
{
border-color: #22068C;
}
.TagClassName
{
border-color: #22068C;
}
</style>