Shades of Ultramarine #16097E
Tints of Ultramarine #16097E
RGB
CMYK
RGB Variations
Color information
#16097E (or 0x16097E) is known color: Ultramarine. HEX triplet: 16, 09 and 7E. RGB value is (22,9,126). Sum of RGB (Red+Green+Blue) = 22+9+126=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 126 (49.61% from 255 or 80.25% from 157); Max value from RGB is 126 - color contains mainly: blue. Hex color #16097E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16097E is #E9F681. Grayscale: #191919. Windows color (decimal): -15332994 or 8259862. OLE color: 8259862.
HSL color Cylindrical-coordinate representation of color #16097E: hue angle of 246.67º 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 #16097E is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 9 | 126 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.51 |
| HSL | 246.67º | 0.87% | 0.26% | - |
| HSV(B) | 246.67º | 0.93% | 0.49% | - |
| XYZ | 4.19 | 1.87 | 19.88 | - |
| YUV | 26.23 | 184.31 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 126 | 0.83 | 0.93 | 0 | 0.51 | 246.67 | 0.87 | 0.26 |
| Hex | 16 | 9 | 7E | 53 | 5D | 0 | 33 | F7 | 57 | 1A |
| Octal | 26 | 11 | 176 | 123 | 135 | 0 | 63 | 367 | 127 | 32 |
| Binary | 10110 | 1001 | 1111110 | 1010011 | 1011101 | 0 | 110011 | 11110111 | 1010111 | 11010 |
Color Harmonies of #16097E
Complementary color
Monochromatic Colors of #16097E
Black with #16097E
Text Example
Text Example
White with #16097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16097E; }
p { color: rgb(22,9,126); }
H1.HeaderClassName
{
color: #16097E;
}
.AnyTagClassName
{
color: #16097E;
}
</style>
background-color css
<style>
a { background-color: #16097E; }
a { background-color: rgb(22,9,126); }
div.DivClassName
{
background-color: #16097E;
}
.BgClassName
{
background-color: #16097E;
}
</style>
border-color css
<style>
span { border-color: #16097E; }
span { border-color: rgb(22,9,126); }
td.TdClassName
{
border-color: #16097E;
}
.TagClassName
{
border-color: #16097E;
}
</style>