Shades of Ultramarine #16019F
Tints of Ultramarine #16019F
RGB
CMYK
RGB Variations
Color information
#16019F (or 0x16019F) is known color: Ultramarine. HEX triplet: 16, 01 and 9F. RGB value is (22,1,159). Sum of RGB (Red+Green+Blue) = 22+1+159=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 159 (62.5% from 255 or 87.36% from 182); Max value from RGB is 159 - color contains mainly: blue. Hex color #16019F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16019F is #E9FE60. Grayscale: #181818. Windows color (decimal): -15335009 or 10420502. OLE color: 10420502.
HSL color Cylindrical-coordinate representation of color #16019F: hue angle of 247.97º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #16019F is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 1 | 159 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.38 |
| HSL | 247.97º | 0.99% | 0.31% | - |
| HSV(B) | 247.97º | 0.99% | 0.62% | - |
| XYZ | 6.6 | 2.7 | 32.97 | - |
| YUV | 25.29 | 203.46 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 159 | 0.86 | 0.99 | 0 | 0.38 | 247.97 | 0.99 | 0.31 |
| Hex | 16 | 1 | 9F | 56 | 63 | 0 | 26 | F8 | 63 | 1F |
| Octal | 26 | 1 | 237 | 126 | 143 | 0 | 46 | 370 | 143 | 37 |
| Binary | 10110 | 1 | 10011111 | 1010110 | 1100011 | 0 | 100110 | 11111000 | 1100011 | 11111 |
Color Harmonies of #16019F
Complementary color
Monochromatic Colors of #16019F
Black with #16019F
Text Example
Text Example
White with #16019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16019F; }
p { color: rgb(22,1,159); }
H1.HeaderClassName
{
color: #16019F;
}
.AnyTagClassName
{
color: #16019F;
}
</style>
background-color css
<style>
a { background-color: #16019F; }
a { background-color: rgb(22,1,159); }
div.DivClassName
{
background-color: #16019F;
}
.BgClassName
{
background-color: #16019F;
}
</style>
border-color css
<style>
span { border-color: #16019F; }
span { border-color: rgb(22,1,159); }
td.TdClassName
{
border-color: #16019F;
}
.TagClassName
{
border-color: #16019F;
}
</style>