Shades of Ultramarine #16047B
Tints of Ultramarine #16047B
RGB
CMYK
RGB Variations
Color information
#16047B (or 0x16047B) is known color: Ultramarine. HEX triplet: 16, 04 and 7B. RGB value is (22,4,123). Sum of RGB (Red+Green+Blue) = 22+4+123=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 123 (48.44% from 255 or 82.55% from 149); Max value from RGB is 123 - color contains mainly: blue. Hex color #16047B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16047B is #E9FB84. Grayscale: #161616. Windows color (decimal): -15334277 or 8061974. OLE color: 8061974.
HSL color Cylindrical-coordinate representation of color #16047B: hue angle of 249.08º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #16047B is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 4 | 123 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.52 |
| HSL | 249.08º | 0.94% | 0.25% | - |
| HSV(B) | 249.08º | 0.97% | 0.48% | - |
| XYZ | 3.95 | 1.69 | 18.86 | - |
| YUV | 22.95 | 184.46 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 123 | 0.82 | 0.97 | 0 | 0.52 | 249.08 | 0.94 | 0.25 |
| Hex | 16 | 4 | 7B | 52 | 61 | 0 | 34 | F9 | 5E | 19 |
| Octal | 26 | 4 | 173 | 122 | 141 | 0 | 64 | 371 | 136 | 31 |
| Binary | 10110 | 100 | 1111011 | 1010010 | 1100001 | 0 | 110100 | 11111001 | 1011110 | 11001 |
Color Harmonies of #16047B
Complementary color
Monochromatic Colors of #16047B
Black with #16047B
Text Example
Text Example
White with #16047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16047B; }
p { color: rgb(22,4,123); }
H1.HeaderClassName
{
color: #16047B;
}
.AnyTagClassName
{
color: #16047B;
}
</style>
background-color css
<style>
a { background-color: #16047B; }
a { background-color: rgb(22,4,123); }
div.DivClassName
{
background-color: #16047B;
}
.BgClassName
{
background-color: #16047B;
}
</style>
border-color css
<style>
span { border-color: #16047B; }
span { border-color: rgb(22,4,123); }
td.TdClassName
{
border-color: #16047B;
}
.TagClassName
{
border-color: #16047B;
}
</style>