Shades of Persian Blue #053BCB
Tints of Persian Blue #053BCB
RGB
CMYK
RGB Variations
Color information
#053BCB (or 0x053BCB) is known color: Persian Blue. HEX triplet: 05, 3B and CB. RGB value is (5,59,203). Sum of RGB (Red+Green+Blue) = 5+59+203=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #053BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BCB is #FAC434. Grayscale: #3A3A3A. Windows color (decimal): -16434229 or 13318917. OLE color: 13318917.
HSL color Cylindrical-coordinate representation of color #053BCB: hue angle of 223.64º 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 #053BCB is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 59 | 203 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.20 |
| HSL | 223.64º | 0.95% | 0.41% | - |
| HSV(B) | 223.64º | 0.98% | 0.8% | - |
| XYZ | 12.41 | 7.47 | 57.29 | - |
| YUV | 59.27 | 209.11 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 203 | 0.98 | 0.71 | 0 | 0.20 | 223.64 | 0.95 | 0.41 |
| Hex | 5 | 3B | CB | 62 | 47 | 0 | 14 | E0 | 5F | 29 |
| Octal | 5 | 73 | 313 | 142 | 107 | 0 | 24 | 340 | 137 | 51 |
| Binary | 101 | 111011 | 11001011 | 1100010 | 1000111 | 0 | 10100 | 11100000 | 1011111 | 101001 |
Color Harmonies of #053BCB
Complementary color
Monochromatic Colors of #053BCB
Black with #053BCB
Text Example
Text Example
White with #053BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053BCB; }
p { color: rgb(5,59,203); }
H1.HeaderClassName
{
color: #053BCB;
}
.AnyTagClassName
{
color: #053BCB;
}
</style>
background-color css
<style>
a { background-color: #053BCB; }
a { background-color: rgb(5,59,203); }
div.DivClassName
{
background-color: #053BCB;
}
.BgClassName
{
background-color: #053BCB;
}
</style>
border-color css
<style>
span { border-color: #053BCB; }
span { border-color: rgb(5,59,203); }
td.TdClassName
{
border-color: #053BCB;
}
.TagClassName
{
border-color: #053BCB;
}
</style>