Shades of Persian Blue #053CCF
Tints of Persian Blue #053CCF
RGB
CMYK
RGB Variations
Color information
#053CCF (or 0x053CCF) is known color: Persian Blue. HEX triplet: 05, 3C and CF. RGB value is (5,60,207). Sum of RGB (Red+Green+Blue) = 5+60+207=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #053CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CCF is #FAC330. Grayscale: #3B3B3B. Windows color (decimal): -16433969 or 13581317. OLE color: 13581317.
HSL color Cylindrical-coordinate representation of color #053CCF: hue angle of 223.66º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053CCF is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 60 | 207 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.19 |
| HSL | 223.66º | 0.95% | 0.42% | - |
| HSV(B) | 223.66º | 0.98% | 0.81% | - |
| XYZ | 12.94 | 7.77 | 59.85 | - |
| YUV | 60.31 | 210.78 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 207 | 0.98 | 0.71 | 0 | 0.19 | 223.66 | 0.95 | 0.42 |
| Hex | 5 | 3C | CF | 62 | 47 | 0 | 13 | E0 | 5F | 2A |
| Octal | 5 | 74 | 317 | 142 | 107 | 0 | 23 | 340 | 137 | 52 |
| Binary | 101 | 111100 | 11001111 | 1100010 | 1000111 | 0 | 10011 | 11100000 | 1011111 | 101010 |
Color Harmonies of #053CCF
Complementary color
Monochromatic Colors of #053CCF
Black with #053CCF
Text Example
Text Example
White with #053CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053CCF; }
p { color: rgb(5,60,207); }
H1.HeaderClassName
{
color: #053CCF;
}
.AnyTagClassName
{
color: #053CCF;
}
</style>
background-color css
<style>
a { background-color: #053CCF; }
a { background-color: rgb(5,60,207); }
div.DivClassName
{
background-color: #053CCF;
}
.BgClassName
{
background-color: #053CCF;
}
</style>
border-color css
<style>
span { border-color: #053CCF; }
span { border-color: rgb(5,60,207); }
td.TdClassName
{
border-color: #053CCF;
}
.TagClassName
{
border-color: #053CCF;
}
</style>