Shades of Ultramarine #16039E
Tints of Ultramarine #16039E
RGB
CMYK
RGB Variations
Color information
#16039E (or 0x16039E) is known color: Ultramarine. HEX triplet: 16, 03 and 9E. RGB value is (22,3,158). Sum of RGB (Red+Green+Blue) = 22+3+158=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 158 (62.11% from 255 or 86.34% from 183); Max value from RGB is 158 - color contains mainly: blue. Hex color #16039E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16039E is #E9FC61. Grayscale: #191919. Windows color (decimal): -15334498 or 10355478. OLE color: 10355478.
HSL color Cylindrical-coordinate representation of color #16039E: hue angle of 247.35º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16039E is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 3 | 158 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.38 |
| HSL | 247.35º | 0.96% | 0.32% | - |
| HSV(B) | 247.35º | 0.98% | 0.62% | - |
| XYZ | 6.53 | 2.7 | 32.53 | - |
| YUV | 26.35 | 202.29 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 158 | 0.86 | 0.98 | 0 | 0.38 | 247.35 | 0.96 | 0.32 |
| Hex | 16 | 3 | 9E | 56 | 62 | 0 | 26 | F7 | 60 | 20 |
| Octal | 26 | 3 | 236 | 126 | 142 | 0 | 46 | 367 | 140 | 40 |
| Binary | 10110 | 11 | 10011110 | 1010110 | 1100010 | 0 | 100110 | 11110111 | 1100000 | 100000 |
Color Harmonies of #16039E
Complementary color
Monochromatic Colors of #16039E
Black with #16039E
Text Example
Text Example
White with #16039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16039E; }
p { color: rgb(22,3,158); }
H1.HeaderClassName
{
color: #16039E;
}
.AnyTagClassName
{
color: #16039E;
}
</style>
background-color css
<style>
a { background-color: #16039E; }
a { background-color: rgb(22,3,158); }
div.DivClassName
{
background-color: #16039E;
}
.BgClassName
{
background-color: #16039E;
}
</style>
border-color css
<style>
span { border-color: #16039E; }
span { border-color: rgb(22,3,158); }
td.TdClassName
{
border-color: #16039E;
}
.TagClassName
{
border-color: #16039E;
}
</style>