Shades of Ultramarine #2018AB
Tints of Ultramarine #2018AB
RGB
CMYK
RGB Variations
Color information
#2018AB (or 0x2018AB) is known color: Ultramarine. HEX triplet: 20, 18 and AB. RGB value is (32,24,171). Sum of RGB (Red+Green+Blue) = 32+24+171=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #2018AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2018AB is #DFE754. Grayscale: #2A2A2A. Windows color (decimal): -14673749 or 11212832. OLE color: 11212832.
HSL color Cylindrical-coordinate representation of color #2018AB: hue angle of 243.27º degrees, saturation: 0.75, 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 #2018AB is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 24 | 171 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.33 |
| HSL | 243.27º | 0.75% | 0.38% | - |
| HSV(B) | 243.27º | 0.86% | 0.67% | - |
| XYZ | 8.27 | 3.9 | 38.84 | - |
| YUV | 43.15 | 200.15 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 171 | 0.81 | 0.86 | 0 | 0.33 | 243.27 | 0.75 | 0.38 |
| Hex | 20 | 18 | AB | 51 | 56 | 0 | 21 | F3 | 4B | 26 |
| Octal | 40 | 30 | 253 | 121 | 126 | 0 | 41 | 363 | 113 | 46 |
| Binary | 100000 | 11000 | 10101011 | 1010001 | 1010110 | 0 | 100001 | 11110011 | 1001011 | 100110 |
Color Harmonies of #2018AB
Complementary color
Monochromatic Colors of #2018AB
Black with #2018AB
Text Example
Text Example
White with #2018AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018AB; }
p { color: rgb(32,24,171); }
H1.HeaderClassName
{
color: #2018AB;
}
.AnyTagClassName
{
color: #2018AB;
}
</style>
background-color css
<style>
a { background-color: #2018AB; }
a { background-color: rgb(32,24,171); }
div.DivClassName
{
background-color: #2018AB;
}
.BgClassName
{
background-color: #2018AB;
}
</style>
border-color css
<style>
span { border-color: #2018AB; }
span { border-color: rgb(32,24,171); }
td.TdClassName
{
border-color: #2018AB;
}
.TagClassName
{
border-color: #2018AB;
}
</style>