Shades of Ultramarine #2018A5
Tints of Ultramarine #2018A5
RGB
CMYK
RGB Variations
Color information
#2018A5 (or 0x2018A5) is known color: Ultramarine. HEX triplet: 20, 18 and A5. RGB value is (32,24,165). Sum of RGB (Red+Green+Blue) = 32+24+165=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 165 (64.84% from 255 or 74.66% from 221); Max value from RGB is 165 - color contains mainly: blue. Hex color #2018A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2018A5 is #DFE75A. Grayscale: #292929. Windows color (decimal): -14673755 or 10819616. OLE color: 10819616.
HSL color Cylindrical-coordinate representation of color #2018A5: hue angle of 243.4º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2018A5 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 24 | 165 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.35 |
| HSL | 243.4º | 0.75% | 0.37% | - |
| HSV(B) | 243.4º | 0.85% | 0.65% | - |
| XYZ | 7.71 | 3.68 | 35.9 | - |
| YUV | 42.47 | 197.15 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 165 | 0.81 | 0.85 | 0 | 0.35 | 243.4 | 0.75 | 0.37 |
| Hex | 20 | 18 | A5 | 51 | 55 | 0 | 23 | F3 | 4B | 25 |
| Octal | 40 | 30 | 245 | 121 | 125 | 0 | 43 | 363 | 113 | 45 |
| Binary | 100000 | 11000 | 10100101 | 1010001 | 1010101 | 0 | 100011 | 11110011 | 1001011 | 100101 |
Color Harmonies of #2018A5
Complementary color
Monochromatic Colors of #2018A5
Black with #2018A5
Text Example
Text Example
White with #2018A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018A5; }
p { color: rgb(32,24,165); }
H1.HeaderClassName
{
color: #2018A5;
}
.AnyTagClassName
{
color: #2018A5;
}
</style>
background-color css
<style>
a { background-color: #2018A5; }
a { background-color: rgb(32,24,165); }
div.DivClassName
{
background-color: #2018A5;
}
.BgClassName
{
background-color: #2018A5;
}
</style>
border-color css
<style>
span { border-color: #2018A5; }
span { border-color: rgb(32,24,165); }
td.TdClassName
{
border-color: #2018A5;
}
.TagClassName
{
border-color: #2018A5;
}
</style>