Shades of Ultramarine #1610AF
Tints of Ultramarine #1610AF
RGB
CMYK
RGB Variations
Color information
#1610AF (or 0x1610AF) is known color: Ultramarine. HEX triplet: 16, 10 and AF. RGB value is (22,16,175). Sum of RGB (Red+Green+Blue) = 22+16+175=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 175 (68.75% from 255 or 82.16% from 213); Max value from RGB is 175 - color contains mainly: blue. Hex color #1610AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1610AF is #E9EF50. Grayscale: #232323. Windows color (decimal): -15331153 or 11472918. OLE color: 11472918.
HSL color Cylindrical-coordinate representation of color #1610AF: hue angle of 242.26º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1610AF is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 16 | 175 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.31 |
| HSL | 242.26º | 0.83% | 0.37% | - |
| HSV(B) | 242.26º | 0.91% | 0.69% | - |
| XYZ | 8.25 | 3.64 | 40.82 | - |
| YUV | 35.92 | 206.49 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 16 | 175 | 0.87 | 0.91 | 0 | 0.31 | 242.26 | 0.83 | 0.37 |
| Hex | 16 | 10 | AF | 57 | 5B | 0 | 1F | F2 | 53 | 25 |
| Octal | 26 | 20 | 257 | 127 | 133 | 0 | 37 | 362 | 123 | 45 |
| Binary | 10110 | 10000 | 10101111 | 1010111 | 1011011 | 0 | 11111 | 11110010 | 1010011 | 100101 |
Color Harmonies of #1610AF
Complementary color
Monochromatic Colors of #1610AF
Black with #1610AF
Text Example
Text Example
White with #1610AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1610AF; }
p { color: rgb(22,16,175); }
H1.HeaderClassName
{
color: #1610AF;
}
.AnyTagClassName
{
color: #1610AF;
}
</style>
background-color css
<style>
a { background-color: #1610AF; }
a { background-color: rgb(22,16,175); }
div.DivClassName
{
background-color: #1610AF;
}
.BgClassName
{
background-color: #1610AF;
}
</style>
border-color css
<style>
span { border-color: #1610AF; }
span { border-color: rgb(22,16,175); }
td.TdClassName
{
border-color: #1610AF;
}
.TagClassName
{
border-color: #1610AF;
}
</style>