Shades of Ultramarine #1618AA
Tints of Ultramarine #1618AA
RGB
CMYK
RGB Variations
Color information
#1618AA (or 0x1618AA) is known color: Ultramarine. HEX triplet: 16, 18 and AA. RGB value is (22,24,170). Sum of RGB (Red+Green+Blue) = 22+24+170=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #1618AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1618AA is #E9E755. Grayscale: #272727. Windows color (decimal): -15329110 or 11147286. OLE color: 11147286.
HSL color Cylindrical-coordinate representation of color #1618AA: hue angle of 239.19º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1618AA is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 24 | 170 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.33 |
| HSL | 239.19º | 0.77% | 0.38% | - |
| HSV(B) | 239.19º | 0.87% | 0.67% | - |
| XYZ | 7.91 | 3.73 | 38.33 | - |
| YUV | 40.05 | 201.34 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 170 | 0.87 | 0.86 | 0 | 0.33 | 239.19 | 0.77 | 0.38 |
| Hex | 16 | 18 | AA | 57 | 56 | 0 | 21 | EF | 4D | 26 |
| Octal | 26 | 30 | 252 | 127 | 126 | 0 | 41 | 357 | 115 | 46 |
| Binary | 10110 | 11000 | 10101010 | 1010111 | 1010110 | 0 | 100001 | 11101111 | 1001101 | 100110 |
Color Harmonies of #1618AA
Complementary color
Monochromatic Colors of #1618AA
Black with #1618AA
Text Example
Text Example
White with #1618AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1618AA; }
p { color: rgb(22,24,170); }
H1.HeaderClassName
{
color: #1618AA;
}
.AnyTagClassName
{
color: #1618AA;
}
</style>
background-color css
<style>
a { background-color: #1618AA; }
a { background-color: rgb(22,24,170); }
div.DivClassName
{
background-color: #1618AA;
}
.BgClassName
{
background-color: #1618AA;
}
</style>
border-color css
<style>
span { border-color: #1618AA; }
span { border-color: rgb(22,24,170); }
td.TdClassName
{
border-color: #1618AA;
}
.TagClassName
{
border-color: #1618AA;
}
</style>