Shades of Blue #0529E9
Tints of Blue #0529E9
RGB
CMYK
RGB Variations
Color information
#0529E9 (or 0x0529E9) is known color: Blue. HEX triplet: 05, 29 and E9. RGB value is (5,41,233). Sum of RGB (Red+Green+Blue) = 5+41+233=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 233 (91.41% from 255 or 83.51% from 279); Max value from RGB is 233 - color contains mainly: blue. Hex color #0529E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0529E9 is #FAD616. Grayscale: #333333. Windows color (decimal): -16438807 or 15280389. OLE color: 15280389.
HSL color Cylindrical-coordinate representation of color #0529E9: hue angle of 230.53º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0529E9 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 41 | 233 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.09 |
| HSL | 230.53º | 0.96% | 0.47% | - |
| HSV(B) | 230.53º | 0.98% | 0.91% | - |
| XYZ | 15.56 | 7.5 | 77.72 | - |
| YUV | 52.12 | 230.07 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 233 | 0.98 | 0.82 | 0 | 0.09 | 230.53 | 0.96 | 0.47 |
| Hex | 5 | 29 | E9 | 62 | 52 | 0 | 9 | E7 | 60 | 2F |
| Octal | 5 | 51 | 351 | 142 | 122 | 0 | 11 | 347 | 140 | 57 |
| Binary | 101 | 101001 | 11101001 | 1100010 | 1010010 | 0 | 1001 | 11100111 | 1100000 | 101111 |
Color Harmonies of #0529E9
Complementary color
Monochromatic Colors of #0529E9
Black with #0529E9
Text Example
Text Example
White with #0529E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0529E9; }
p { color: rgb(5,41,233); }
H1.HeaderClassName
{
color: #0529E9;
}
.AnyTagClassName
{
color: #0529E9;
}
</style>
background-color css
<style>
a { background-color: #0529E9; }
a { background-color: rgb(5,41,233); }
div.DivClassName
{
background-color: #0529E9;
}
.BgClassName
{
background-color: #0529E9;
}
</style>
border-color css
<style>
span { border-color: #0529E9; }
span { border-color: rgb(5,41,233); }
td.TdClassName
{
border-color: #0529E9;
}
.TagClassName
{
border-color: #0529E9;
}
</style>