Shades of Blue #052BEC
Tints of Blue #052BEC
RGB
CMYK
RGB Variations
Color information
#052BEC (or 0x052BEC) is known color: Blue. HEX triplet: 05, 2B and EC. RGB value is (5,43,236). Sum of RGB (Red+Green+Blue) = 5+43+236=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 236 (92.58% from 255 or 83.10% from 284); Max value from RGB is 236 - color contains mainly: blue. Hex color #052BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052BEC is #FAD413. Grayscale: #343434. Windows color (decimal): -16438292 or 15477509. OLE color: 15477509.
HSL color Cylindrical-coordinate representation of color #052BEC: hue angle of 230.13º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052BEC is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 43 | 236 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.07 |
| HSL | 230.13º | 0.96% | 0.47% | - |
| HSV(B) | 230.13º | 0.98% | 0.93% | - |
| XYZ | 16.07 | 7.82 | 80.02 | - |
| YUV | 53.64 | 230.91 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 236 | 0.98 | 0.82 | 0 | 0.07 | 230.13 | 0.96 | 0.47 |
| Hex | 5 | 2B | EC | 62 | 52 | 0 | 7 | E6 | 60 | 2F |
| Octal | 5 | 53 | 354 | 142 | 122 | 0 | 7 | 346 | 140 | 57 |
| Binary | 101 | 101011 | 11101100 | 1100010 | 1010010 | 0 | 111 | 11100110 | 1100000 | 101111 |
Color Harmonies of #052BEC
Complementary color
Monochromatic Colors of #052BEC
Black with #052BEC
Text Example
Text Example
White with #052BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BEC; }
p { color: rgb(5,43,236); }
H1.HeaderClassName
{
color: #052BEC;
}
.AnyTagClassName
{
color: #052BEC;
}
</style>
background-color css
<style>
a { background-color: #052BEC; }
a { background-color: rgb(5,43,236); }
div.DivClassName
{
background-color: #052BEC;
}
.BgClassName
{
background-color: #052BEC;
}
</style>
border-color css
<style>
span { border-color: #052BEC; }
span { border-color: rgb(5,43,236); }
td.TdClassName
{
border-color: #052BEC;
}
.TagClassName
{
border-color: #052BEC;
}
</style>