Shades of Ultramarine #16039D
Tints of Ultramarine #16039D
RGB
CMYK
RGB Variations
Color information
#16039D (or 0x16039D) is known color: Ultramarine. HEX triplet: 16, 03 and 9D. RGB value is (22,3,157). Sum of RGB (Red+Green+Blue) = 22+3+157=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 157 (61.72% from 255 or 86.26% from 182); Max value from RGB is 157 - color contains mainly: blue. Hex color #16039D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16039D is #E9FC62. Grayscale: #191919. Windows color (decimal): -15334499 or 10289942. OLE color: 10289942.
HSL color Cylindrical-coordinate representation of color #16039D: hue angle of 247.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16039D is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 3 | 157 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.38 |
| HSL | 247.4º | 0.96% | 0.31% | - |
| HSV(B) | 247.4º | 0.98% | 0.62% | - |
| XYZ | 6.45 | 2.67 | 32.07 | - |
| YUV | 26.24 | 201.79 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 157 | 0.86 | 0.98 | 0 | 0.38 | 247.4 | 0.96 | 0.31 |
| Hex | 16 | 3 | 9D | 56 | 62 | 0 | 26 | F7 | 60 | 1F |
| Octal | 26 | 3 | 235 | 126 | 142 | 0 | 46 | 367 | 140 | 37 |
| Binary | 10110 | 11 | 10011101 | 1010110 | 1100010 | 0 | 100110 | 11110111 | 1100000 | 11111 |
Color Harmonies of #16039D
Complementary color
Monochromatic Colors of #16039D
Black with #16039D
Text Example
Text Example
White with #16039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16039D; }
p { color: rgb(22,3,157); }
H1.HeaderClassName
{
color: #16039D;
}
.AnyTagClassName
{
color: #16039D;
}
</style>
background-color css
<style>
a { background-color: #16039D; }
a { background-color: rgb(22,3,157); }
div.DivClassName
{
background-color: #16039D;
}
.BgClassName
{
background-color: #16039D;
}
</style>
border-color css
<style>
span { border-color: #16039D; }
span { border-color: rgb(22,3,157); }
td.TdClassName
{
border-color: #16039D;
}
.TagClassName
{
border-color: #16039D;
}
</style>