Shades of Ultramarine #2017AC
Tints of Ultramarine #2017AC
RGB
CMYK
RGB Variations
Color information
#2017AC (or 0x2017AC) is known color: Ultramarine. HEX triplet: 20, 17 and AC. RGB value is (32,23,172). Sum of RGB (Red+Green+Blue) = 32+23+172=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 172 (67.58% from 255 or 75.77% from 227); Max value from RGB is 172 - color contains mainly: blue. Hex color #2017AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2017AC is #DFE853. Grayscale: #2A2A2A. Windows color (decimal): -14674004 or 11278112. OLE color: 11278112.
HSL color Cylindrical-coordinate representation of color #2017AC: hue angle of 243.62º degrees, saturation: 0.76, 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 #2017AC is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 23 | 172 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.33 |
| HSL | 243.62º | 0.76% | 0.38% | - |
| HSV(B) | 243.62º | 0.87% | 0.67% | - |
| XYZ | 8.35 | 3.9 | 39.34 | - |
| YUV | 42.68 | 200.98 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 172 | 0.81 | 0.87 | 0 | 0.33 | 243.62 | 0.76 | 0.38 |
| Hex | 20 | 17 | AC | 51 | 57 | 0 | 21 | F4 | 4C | 26 |
| Octal | 40 | 27 | 254 | 121 | 127 | 0 | 41 | 364 | 114 | 46 |
| Binary | 100000 | 10111 | 10101100 | 1010001 | 1010111 | 0 | 100001 | 11110100 | 1001100 | 100110 |
Color Harmonies of #2017AC
Complementary color
Monochromatic Colors of #2017AC
Black with #2017AC
Text Example
Text Example
White with #2017AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017AC; }
p { color: rgb(32,23,172); }
H1.HeaderClassName
{
color: #2017AC;
}
.AnyTagClassName
{
color: #2017AC;
}
</style>
background-color css
<style>
a { background-color: #2017AC; }
a { background-color: rgb(32,23,172); }
div.DivClassName
{
background-color: #2017AC;
}
.BgClassName
{
background-color: #2017AC;
}
</style>
border-color css
<style>
span { border-color: #2017AC; }
span { border-color: rgb(32,23,172); }
td.TdClassName
{
border-color: #2017AC;
}
.TagClassName
{
border-color: #2017AC;
}
</style>