Shades of Persian Blue #0539CC
Tints of Persian Blue #0539CC
RGB
CMYK
RGB Variations
Color information
#0539CC (or 0x0539CC) is known color: Persian Blue. HEX triplet: 05, 39 and CC. RGB value is (5,57,204). Sum of RGB (Red+Green+Blue) = 5+57+204=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #0539CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0539CC is #FAC633. Grayscale: #393939. Windows color (decimal): -16434740 or 13383941. OLE color: 13383941.
HSL color Cylindrical-coordinate representation of color #0539CC: hue angle of 224.32º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0539CC is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 57 | 204 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.2 |
| HSL | 224.32º | 0.95% | 0.41% | - |
| HSV(B) | 224.32º | 0.98% | 0.8% | - |
| XYZ | 12.42 | 7.32 | 57.88 | - |
| YUV | 58.21 | 210.27 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 57 | 204 | 0.98 | 0.72 | 0 | 0.2 | 224.32 | 0.95 | 0.41 |
| Hex | 5 | 39 | CC | 62 | 48 | 0 | 14 | E0 | 5F | 29 |
| Octal | 5 | 71 | 314 | 142 | 110 | 0 | 24 | 340 | 137 | 51 |
| Binary | 101 | 111001 | 11001100 | 1100010 | 1001000 | 0 | 10100 | 11100000 | 1011111 | 101001 |
Color Harmonies of #0539CC
Complementary color
Monochromatic Colors of #0539CC
Black with #0539CC
Text Example
Text Example
White with #0539CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0539CC; }
p { color: rgb(5,57,204); }
H1.HeaderClassName
{
color: #0539CC;
}
.AnyTagClassName
{
color: #0539CC;
}
</style>
background-color css
<style>
a { background-color: #0539CC; }
a { background-color: rgb(5,57,204); }
div.DivClassName
{
background-color: #0539CC;
}
.BgClassName
{
background-color: #0539CC;
}
</style>
border-color css
<style>
span { border-color: #0539CC; }
span { border-color: rgb(5,57,204); }
td.TdClassName
{
border-color: #0539CC;
}
.TagClassName
{
border-color: #0539CC;
}
</style>