Shades of Blue #052BEA
Tints of Blue #052BEA
RGB
CMYK
RGB Variations
Color information
#052BEA (or 0x052BEA) is known color: Blue. HEX triplet: 05, 2B and EA. RGB value is (5,43,234). Sum of RGB (Red+Green+Blue) = 5+43+234=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 234 (91.80% from 255 or 82.98% from 282); Max value from RGB is 234 - color contains mainly: blue. Hex color #052BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052BEA is #FAD415. Grayscale: #343434. Windows color (decimal): -16438294 or 15346437. OLE color: 15346437.
HSL color Cylindrical-coordinate representation of color #052BEA: hue angle of 230.04º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052BEA is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 43 | 234 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.08 |
| HSL | 230.04º | 0.96% | 0.47% | - |
| HSV(B) | 230.04º | 0.98% | 0.92% | - |
| XYZ | 15.78 | 7.7 | 78.5 | - |
| YUV | 53.41 | 229.91 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 234 | 0.98 | 0.82 | 0 | 0.08 | 230.04 | 0.96 | 0.47 |
| Hex | 5 | 2B | EA | 62 | 52 | 0 | 8 | E6 | 60 | 2F |
| Octal | 5 | 53 | 352 | 142 | 122 | 0 | 10 | 346 | 140 | 57 |
| Binary | 101 | 101011 | 11101010 | 1100010 | 1010010 | 0 | 1000 | 11100110 | 1100000 | 101111 |
Color Harmonies of #052BEA
Complementary color
Monochromatic Colors of #052BEA
Black with #052BEA
Text Example
Text Example
White with #052BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BEA; }
p { color: rgb(5,43,234); }
H1.HeaderClassName
{
color: #052BEA;
}
.AnyTagClassName
{
color: #052BEA;
}
</style>
background-color css
<style>
a { background-color: #052BEA; }
a { background-color: rgb(5,43,234); }
div.DivClassName
{
background-color: #052BEA;
}
.BgClassName
{
background-color: #052BEA;
}
</style>
border-color css
<style>
span { border-color: #052BEA; }
span { border-color: rgb(5,43,234); }
td.TdClassName
{
border-color: #052BEA;
}
.TagClassName
{
border-color: #052BEA;
}
</style>