Shades of Ultramarine #16097D
Tints of Ultramarine #16097D
RGB
CMYK
RGB Variations
Color information
#16097D (or 0x16097D) is known color: Ultramarine. HEX triplet: 16, 09 and 7D. RGB value is (22,9,125). Sum of RGB (Red+Green+Blue) = 22+9+125=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 125 (49.22% from 255 or 80.13% from 156); Max value from RGB is 125 - color contains mainly: blue. Hex color #16097D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16097D is #E9F682. Grayscale: #191919. Windows color (decimal): -15332995 or 8194326. OLE color: 8194326.
HSL color Cylindrical-coordinate representation of color #16097D: hue angle of 246.72º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16097D is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 9 | 125 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.51 |
| HSL | 246.72º | 0.87% | 0.26% | - |
| HSV(B) | 246.72º | 0.93% | 0.49% | - |
| XYZ | 4.13 | 1.85 | 19.54 | - |
| YUV | 26.11 | 183.81 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 125 | 0.82 | 0.93 | 0 | 0.51 | 246.72 | 0.87 | 0.26 |
| Hex | 16 | 9 | 7D | 52 | 5D | 0 | 33 | F7 | 57 | 1A |
| Octal | 26 | 11 | 175 | 122 | 135 | 0 | 63 | 367 | 127 | 32 |
| Binary | 10110 | 1001 | 1111101 | 1010010 | 1011101 | 0 | 110011 | 11110111 | 1010111 | 11010 |
Color Harmonies of #16097D
Complementary color
Monochromatic Colors of #16097D
Black with #16097D
Text Example
Text Example
White with #16097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16097D; }
p { color: rgb(22,9,125); }
H1.HeaderClassName
{
color: #16097D;
}
.AnyTagClassName
{
color: #16097D;
}
</style>
background-color css
<style>
a { background-color: #16097D; }
a { background-color: rgb(22,9,125); }
div.DivClassName
{
background-color: #16097D;
}
.BgClassName
{
background-color: #16097D;
}
</style>
border-color css
<style>
span { border-color: #16097D; }
span { border-color: rgb(22,9,125); }
td.TdClassName
{
border-color: #16097D;
}
.TagClassName
{
border-color: #16097D;
}
</style>