Shades of Ultramarine #1609A6
Tints of Ultramarine #1609A6
RGB
CMYK
RGB Variations
Color information
#1609A6 (or 0x1609A6) is known color: Ultramarine. HEX triplet: 16, 09 and A6. RGB value is (22,9,166). Sum of RGB (Red+Green+Blue) = 22+9+166=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 166 (65.23% from 255 or 84.26% from 197); Max value from RGB is 166 - color contains mainly: blue. Hex color #1609A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1609A6 is #E9F659. Grayscale: #1E1E1E. Windows color (decimal): -15332954 or 10881302. OLE color: 10881302.
HSL color Cylindrical-coordinate representation of color #1609A6: hue angle of 244.97º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1609A6 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 9 | 166 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.35 |
| HSL | 244.97º | 0.9% | 0.34% | - |
| HSV(B) | 244.97º | 0.95% | 0.65% | - |
| XYZ | 7.31 | 3.12 | 36.29 | - |
| YUV | 30.79 | 204.31 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 166 | 0.87 | 0.95 | 0 | 0.35 | 244.97 | 0.9 | 0.34 |
| Hex | 16 | 9 | A6 | 57 | 5F | 0 | 23 | F5 | 5A | 22 |
| Octal | 26 | 11 | 246 | 127 | 137 | 0 | 43 | 365 | 132 | 42 |
| Binary | 10110 | 1001 | 10100110 | 1010111 | 1011111 | 0 | 100011 | 11110101 | 1011010 | 100010 |
Color Harmonies of #1609A6
Complementary color
Monochromatic Colors of #1609A6
Black with #1609A6
Text Example
Text Example
White with #1609A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1609A6; }
p { color: rgb(22,9,166); }
H1.HeaderClassName
{
color: #1609A6;
}
.AnyTagClassName
{
color: #1609A6;
}
</style>
background-color css
<style>
a { background-color: #1609A6; }
a { background-color: rgb(22,9,166); }
div.DivClassName
{
background-color: #1609A6;
}
.BgClassName
{
background-color: #1609A6;
}
</style>
border-color css
<style>
span { border-color: #1609A6; }
span { border-color: rgb(22,9,166); }
td.TdClassName
{
border-color: #1609A6;
}
.TagClassName
{
border-color: #1609A6;
}
</style>