Shades of Ultramarine #16098F
Tints of Ultramarine #16098F
RGB
CMYK
RGB Variations
Color information
#16098F (or 0x16098F) is known color: Ultramarine. HEX triplet: 16, 09 and 8F. RGB value is (22,9,143). Sum of RGB (Red+Green+Blue) = 22+9+143=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 143 (56.25% from 255 or 82.18% from 174); Max value from RGB is 143 - color contains mainly: blue. Hex color #16098F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16098F is #E9F670. Grayscale: #1B1B1B. Windows color (decimal): -15332977 or 9373974. OLE color: 9373974.
HSL color Cylindrical-coordinate representation of color #16098F: hue angle of 245.82º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #16098F is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 9 | 143 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.44 |
| HSL | 245.82º | 0.88% | 0.3% | - |
| HSV(B) | 245.82º | 0.94% | 0.56% | - |
| XYZ | 5.39 | 2.35 | 26.16 | - |
| YUV | 28.16 | 192.81 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 143 | 0.85 | 0.94 | 0 | 0.44 | 245.82 | 0.88 | 0.3 |
| Hex | 16 | 9 | 8F | 55 | 5E | 0 | 2C | F6 | 58 | 1E |
| Octal | 26 | 11 | 217 | 125 | 136 | 0 | 54 | 366 | 130 | 36 |
| Binary | 10110 | 1001 | 10001111 | 1010101 | 1011110 | 0 | 101100 | 11110110 | 1011000 | 11110 |
Color Harmonies of #16098F
Complementary color
Monochromatic Colors of #16098F
Black with #16098F
Text Example
Text Example
White with #16098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16098F; }
p { color: rgb(22,9,143); }
H1.HeaderClassName
{
color: #16098F;
}
.AnyTagClassName
{
color: #16098F;
}
</style>
background-color css
<style>
a { background-color: #16098F; }
a { background-color: rgb(22,9,143); }
div.DivClassName
{
background-color: #16098F;
}
.BgClassName
{
background-color: #16098F;
}
</style>
border-color css
<style>
span { border-color: #16098F; }
span { border-color: rgb(22,9,143); }
td.TdClassName
{
border-color: #16098F;
}
.TagClassName
{
border-color: #16098F;
}
</style>