Shades of Persian Blue #053CBF
Tints of Persian Blue #053CBF
RGB
CMYK
RGB Variations
Color information
#053CBF (or 0x053CBF) is known color: Persian Blue. HEX triplet: 05, 3C and BF. RGB value is (5,60,191). Sum of RGB (Red+Green+Blue) = 5+60+191=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #053CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CBF is #FAC340. Grayscale: #393939. Windows color (decimal): -16433985 or 12532741. OLE color: 12532741.
HSL color Cylindrical-coordinate representation of color #053CBF: hue angle of 222.26º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053CBF is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 60 | 191 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.25 |
| HSL | 222.26º | 0.95% | 0.38% | - |
| HSV(B) | 222.26º | 0.97% | 0.75% | - |
| XYZ | 11.08 | 7.03 | 50.06 | - |
| YUV | 58.49 | 202.78 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 191 | 0.97 | 0.69 | 0 | 0.25 | 222.26 | 0.95 | 0.38 |
| Hex | 5 | 3C | BF | 61 | 45 | 0 | 19 | DE | 5F | 26 |
| Octal | 5 | 74 | 277 | 141 | 105 | 0 | 31 | 336 | 137 | 46 |
| Binary | 101 | 111100 | 10111111 | 1100001 | 1000101 | 0 | 11001 | 11011110 | 1011111 | 100110 |
Color Harmonies of #053CBF
Complementary color
Monochromatic Colors of #053CBF
Black with #053CBF
Text Example
Text Example
White with #053CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053CBF; }
p { color: rgb(5,60,191); }
H1.HeaderClassName
{
color: #053CBF;
}
.AnyTagClassName
{
color: #053CBF;
}
</style>
background-color css
<style>
a { background-color: #053CBF; }
a { background-color: rgb(5,60,191); }
div.DivClassName
{
background-color: #053CBF;
}
.BgClassName
{
background-color: #053CBF;
}
</style>
border-color css
<style>
span { border-color: #053CBF; }
span { border-color: rgb(5,60,191); }
td.TdClassName
{
border-color: #053CBF;
}
.TagClassName
{
border-color: #053CBF;
}
</style>