Shades of Cerulean Blue #2051AC
Tints of Cerulean Blue #2051AC
RGB
CMYK
RGB Variations
Color information
#2051AC (or 0x2051AC) is known color: Cerulean Blue. HEX triplet: 20, 51 and AC. RGB value is (32,81,172). Sum of RGB (Red+Green+Blue) = 32+81+172=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #2051AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2051AC is #DFAE53. Grayscale: #4C4C4C. Windows color (decimal): -14659156 or 11292960. OLE color: 11292960.
HSL color Cylindrical-coordinate representation of color #2051AC: hue angle of 219º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2051AC is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 81 | 172 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.33 |
| HSL | 219º | 0.69% | 0.4% | - |
| HSV(B) | 219º | 0.81% | 0.67% | - |
| XYZ | 10.98 | 9.17 | 40.22 | - |
| YUV | 76.72 | 181.77 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 172 | 0.81 | 0.53 | 0 | 0.33 | 219 | 0.69 | 0.4 |
| Hex | 20 | 51 | AC | 51 | 35 | 0 | 21 | DB | 45 | 28 |
| Octal | 40 | 121 | 254 | 121 | 65 | 0 | 41 | 333 | 105 | 50 |
| Binary | 100000 | 1010001 | 10101100 | 1010001 | 110101 | 0 | 100001 | 11011011 | 1000101 | 101000 |
Color Harmonies of #2051AC
Complementary color
Monochromatic Colors of #2051AC
Black with #2051AC
Text Example
Text Example
White with #2051AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2051AC; }
p { color: rgb(32,81,172); }
H1.HeaderClassName
{
color: #2051AC;
}
.AnyTagClassName
{
color: #2051AC;
}
</style>
background-color css
<style>
a { background-color: #2051AC; }
a { background-color: rgb(32,81,172); }
div.DivClassName
{
background-color: #2051AC;
}
.BgClassName
{
background-color: #2051AC;
}
</style>
border-color css
<style>
span { border-color: #2051AC; }
span { border-color: rgb(32,81,172); }
td.TdClassName
{
border-color: #2051AC;
}
.TagClassName
{
border-color: #2051AC;
}
</style>