Shades of Ultramarine #2017AA
Tints of Ultramarine #2017AA
RGB
CMYK
RGB Variations
Color information
#2017AA (or 0x2017AA) is known color: Ultramarine. HEX triplet: 20, 17 and AA. RGB value is (32,23,170). Sum of RGB (Red+Green+Blue) = 32+23+170=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #2017AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2017AA is #DFE855. Grayscale: #292929. Windows color (decimal): -14674006 or 11147040. OLE color: 11147040.
HSL color Cylindrical-coordinate representation of color #2017AA: hue angle of 243.67º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2017AA is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 23 | 170 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.33 |
| HSL | 243.67º | 0.76% | 0.38% | - |
| HSV(B) | 243.67º | 0.86% | 0.67% | - |
| XYZ | 8.16 | 3.82 | 38.34 | - |
| YUV | 42.45 | 199.98 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 170 | 0.81 | 0.86 | 0 | 0.33 | 243.67 | 0.76 | 0.38 |
| Hex | 20 | 17 | AA | 51 | 56 | 0 | 21 | F4 | 4C | 26 |
| Octal | 40 | 27 | 252 | 121 | 126 | 0 | 41 | 364 | 114 | 46 |
| Binary | 100000 | 10111 | 10101010 | 1010001 | 1010110 | 0 | 100001 | 11110100 | 1001100 | 100110 |
Color Harmonies of #2017AA
Complementary color
Monochromatic Colors of #2017AA
Black with #2017AA
Text Example
Text Example
White with #2017AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017AA; }
p { color: rgb(32,23,170); }
H1.HeaderClassName
{
color: #2017AA;
}
.AnyTagClassName
{
color: #2017AA;
}
</style>
background-color css
<style>
a { background-color: #2017AA; }
a { background-color: rgb(32,23,170); }
div.DivClassName
{
background-color: #2017AA;
}
.BgClassName
{
background-color: #2017AA;
}
</style>
border-color css
<style>
span { border-color: #2017AA; }
span { border-color: rgb(32,23,170); }
td.TdClassName
{
border-color: #2017AA;
}
.TagClassName
{
border-color: #2017AA;
}
</style>