Shades of Ultramarine #16228D
Tints of Ultramarine #16228D
RGB
CMYK
RGB Variations
Color information
#16228D (or 0x16228D) is known color: Ultramarine. HEX triplet: 16, 22 and 8D. RGB value is (22,34,141). Sum of RGB (Red+Green+Blue) = 22+34+141=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #16228D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16228D is #E9DD72. Grayscale: #2A2A2A. Windows color (decimal): -15326579 or 9249302. OLE color: 9249302.
HSL color Cylindrical-coordinate representation of color #16228D: hue angle of 233.95º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16228D is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 34 | 141 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.45 |
| HSL | 233.95º | 0.73% | 0.32% | - |
| HSV(B) | 233.95º | 0.84% | 0.55% | - |
| XYZ | 5.71 | 3.24 | 25.52 | - |
| YUV | 42.61 | 183.52 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 141 | 0.84 | 0.76 | 0 | 0.45 | 233.95 | 0.73 | 0.32 |
| Hex | 16 | 22 | 8D | 54 | 4C | 0 | 2D | EA | 49 | 20 |
| Octal | 26 | 42 | 215 | 124 | 114 | 0 | 55 | 352 | 111 | 40 |
| Binary | 10110 | 100010 | 10001101 | 1010100 | 1001100 | 0 | 101101 | 11101010 | 1001001 | 100000 |
Color Harmonies of #16228D
Complementary color
Monochromatic Colors of #16228D
Black with #16228D
Text Example
Text Example
White with #16228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16228D; }
p { color: rgb(22,34,141); }
H1.HeaderClassName
{
color: #16228D;
}
.AnyTagClassName
{
color: #16228D;
}
</style>
background-color css
<style>
a { background-color: #16228D; }
a { background-color: rgb(22,34,141); }
div.DivClassName
{
background-color: #16228D;
}
.BgClassName
{
background-color: #16228D;
}
</style>
border-color css
<style>
span { border-color: #16228D; }
span { border-color: rgb(22,34,141); }
td.TdClassName
{
border-color: #16228D;
}
.TagClassName
{
border-color: #16228D;
}
</style>