Shades of Cerulean Blue #2059C1
Tints of Cerulean Blue #2059C1
RGB
CMYK
RGB Variations
Color information
#2059C1 (or 0x2059C1) is known color: Cerulean Blue. HEX triplet: 20, 59 and C1. RGB value is (32,89,193). Sum of RGB (Red+Green+Blue) = 32+89+193=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 193 (75.78% from 255 or 61.46% from 314); Max value from RGB is 193 - color contains mainly: blue. Hex color #2059C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2059C1 is #DFA63E. Grayscale: #535353. Windows color (decimal): -14657087 or 12671264. OLE color: 12671264.
HSL color Cylindrical-coordinate representation of color #2059C1: hue angle of 218.76º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2059C1 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 89 | 193 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.24 |
| HSL | 218.76º | 0.72% | 0.44% | - |
| HSV(B) | 218.76º | 0.83% | 0.76% | - |
| XYZ | 13.79 | 11.3 | 51.91 | - |
| YUV | 83.81 | 189.62 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 193 | 0.83 | 0.54 | 0 | 0.24 | 218.76 | 0.72 | 0.44 |
| Hex | 20 | 59 | C1 | 53 | 36 | 0 | 18 | DB | 48 | 2C |
| Octal | 40 | 131 | 301 | 123 | 66 | 0 | 30 | 333 | 110 | 54 |
| Binary | 100000 | 1011001 | 11000001 | 1010011 | 110110 | 0 | 11000 | 11011011 | 1001000 | 101100 |
Color Harmonies of #2059C1
Complementary color
Monochromatic Colors of #2059C1
Black with #2059C1
Text Example
Text Example
White with #2059C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2059C1; }
p { color: rgb(32,89,193); }
H1.HeaderClassName
{
color: #2059C1;
}
.AnyTagClassName
{
color: #2059C1;
}
</style>
background-color css
<style>
a { background-color: #2059C1; }
a { background-color: rgb(32,89,193); }
div.DivClassName
{
background-color: #2059C1;
}
.BgClassName
{
background-color: #2059C1;
}
</style>
border-color css
<style>
span { border-color: #2059C1; }
span { border-color: rgb(32,89,193); }
td.TdClassName
{
border-color: #2059C1;
}
.TagClassName
{
border-color: #2059C1;
}
</style>