Shades of Ultramarine #16179B
Tints of Ultramarine #16179B
RGB
CMYK
RGB Variations
Color information
#16179B (or 0x16179B) is known color: Ultramarine. HEX triplet: 16, 17 and 9B. RGB value is (22,23,155). Sum of RGB (Red+Green+Blue) = 22+23+155=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #16179B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16179B is #E9E864. Grayscale: #252525. Windows color (decimal): -15329381 or 10163990. OLE color: 10163990.
HSL color Cylindrical-coordinate representation of color #16179B: hue angle of 239.55º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16179B is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 23 | 155 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.39 |
| HSL | 239.55º | 0.75% | 0.35% | - |
| HSV(B) | 239.55º | 0.86% | 0.61% | - |
| XYZ | 6.55 | 3.15 | 31.27 | - |
| YUV | 37.75 | 194.17 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 155 | 0.86 | 0.85 | 0 | 0.39 | 239.55 | 0.75 | 0.35 |
| Hex | 16 | 17 | 9B | 56 | 55 | 0 | 27 | F0 | 4B | 23 |
| Octal | 26 | 27 | 233 | 126 | 125 | 0 | 47 | 360 | 113 | 43 |
| Binary | 10110 | 10111 | 10011011 | 1010110 | 1010101 | 0 | 100111 | 11110000 | 1001011 | 100011 |
Color Harmonies of #16179B
Complementary color
Monochromatic Colors of #16179B
Black with #16179B
Text Example
Text Example
White with #16179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16179B; }
p { color: rgb(22,23,155); }
H1.HeaderClassName
{
color: #16179B;
}
.AnyTagClassName
{
color: #16179B;
}
</style>
background-color css
<style>
a { background-color: #16179B; }
a { background-color: rgb(22,23,155); }
div.DivClassName
{
background-color: #16179B;
}
.BgClassName
{
background-color: #16179B;
}
</style>
border-color css
<style>
span { border-color: #16179B; }
span { border-color: rgb(22,23,155); }
td.TdClassName
{
border-color: #16179B;
}
.TagClassName
{
border-color: #16179B;
}
</style>