Shades of Ultramarine #16058D
Tints of Ultramarine #16058D
RGB
CMYK
RGB Variations
Color information
#16058D (or 0x16058D) is known color: Ultramarine. HEX triplet: 16, 05 and 8D. RGB value is (22,5,141). Sum of RGB (Red+Green+Blue) = 22+5+141=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 141 (55.47% from 255 or 83.93% from 168); Max value from RGB is 141 - color contains mainly: blue. Hex color #16058D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16058D is #E9FA72. Grayscale: #191919. Windows color (decimal): -15334003 or 9241878. OLE color: 9241878.
HSL color Cylindrical-coordinate representation of color #16058D: hue angle of 247.5º degrees, saturation: 0.93, 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 #16058D is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 5 | 141 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.45 |
| HSL | 247.5º | 0.93% | 0.29% | - |
| HSV(B) | 247.5º | 0.96% | 0.55% | - |
| XYZ | 5.19 | 2.2 | 25.35 | - |
| YUV | 25.59 | 193.13 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 141 | 0.84 | 0.96 | 0 | 0.45 | 247.5 | 0.93 | 0.29 |
| Hex | 16 | 5 | 8D | 54 | 60 | 0 | 2D | F8 | 5D | 1D |
| Octal | 26 | 5 | 215 | 124 | 140 | 0 | 55 | 370 | 135 | 35 |
| Binary | 10110 | 101 | 10001101 | 1010100 | 1100000 | 0 | 101101 | 11111000 | 1011101 | 11101 |
Color Harmonies of #16058D
Complementary color
Monochromatic Colors of #16058D
Black with #16058D
Text Example
Text Example
White with #16058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16058D; }
p { color: rgb(22,5,141); }
H1.HeaderClassName
{
color: #16058D;
}
.AnyTagClassName
{
color: #16058D;
}
</style>
background-color css
<style>
a { background-color: #16058D; }
a { background-color: rgb(22,5,141); }
div.DivClassName
{
background-color: #16058D;
}
.BgClassName
{
background-color: #16058D;
}
</style>
border-color css
<style>
span { border-color: #16058D; }
span { border-color: rgb(22,5,141); }
td.TdClassName
{
border-color: #16058D;
}
.TagClassName
{
border-color: #16058D;
}
</style>