Shades of Persian Blue #0539D9
Tints of Persian Blue #0539D9
RGB
CMYK
RGB Variations
Color information
#0539D9 (or 0x0539D9) is known color: Persian Blue. HEX triplet: 05, 39 and D9. RGB value is (5,57,217). Sum of RGB (Red+Green+Blue) = 5+57+217=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 217 (85.16% from 255 or 77.78% from 279); Max value from RGB is 217 - color contains mainly: blue. Hex color #0539D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0539D9 is #FAC626. Grayscale: #3B3B3B. Windows color (decimal): -16434727 or 14235909. OLE color: 14235909.
HSL color Cylindrical-coordinate representation of color #0539D9: hue angle of 225.28º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0539D9 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 57 | 217 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.15 |
| HSL | 225.28º | 0.95% | 0.44% | - |
| HSV(B) | 225.28º | 0.98% | 0.85% | - |
| XYZ | 14.05 | 7.97 | 66.44 | - |
| YUV | 59.69 | 216.77 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 57 | 217 | 0.98 | 0.74 | 0 | 0.15 | 225.28 | 0.95 | 0.44 |
| Hex | 5 | 39 | D9 | 62 | 4A | 0 | F | E1 | 5F | 2C |
| Octal | 5 | 71 | 331 | 142 | 112 | 0 | 17 | 341 | 137 | 54 |
| Binary | 101 | 111001 | 11011001 | 1100010 | 1001010 | 0 | 1111 | 11100001 | 1011111 | 101100 |
Color Harmonies of #0539D9
Complementary color
Monochromatic Colors of #0539D9
Black with #0539D9
Text Example
Text Example
White with #0539D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0539D9; }
p { color: rgb(5,57,217); }
H1.HeaderClassName
{
color: #0539D9;
}
.AnyTagClassName
{
color: #0539D9;
}
</style>
background-color css
<style>
a { background-color: #0539D9; }
a { background-color: rgb(5,57,217); }
div.DivClassName
{
background-color: #0539D9;
}
.BgClassName
{
background-color: #0539D9;
}
</style>
border-color css
<style>
span { border-color: #0539D9; }
span { border-color: rgb(5,57,217); }
td.TdClassName
{
border-color: #0539D9;
}
.TagClassName
{
border-color: #0539D9;
}
</style>