Shades of Persian Blue #053DCB
Tints of Persian Blue #053DCB
RGB
CMYK
RGB Variations
Color information
#053DCB (or 0x053DCB) is known color: Persian Blue. HEX triplet: 05, 3D and CB. RGB value is (5,61,203). Sum of RGB (Red+Green+Blue) = 5+61+203=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #053DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DCB is #FAC234. Grayscale: #3B3B3B. Windows color (decimal): -16433717 or 13319429. OLE color: 13319429.
HSL color Cylindrical-coordinate representation of color #053DCB: hue angle of 223.03º 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 #053DCB is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 61 | 203 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.20 |
| HSL | 223.03º | 0.95% | 0.41% | - |
| HSV(B) | 223.03º | 0.98% | 0.8% | - |
| XYZ | 12.51 | 7.68 | 57.32 | - |
| YUV | 60.44 | 208.45 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 203 | 0.98 | 0.70 | 0 | 0.20 | 223.03 | 0.95 | 0.41 |
| Hex | 5 | 3D | CB | 62 | 46 | 0 | 14 | DF | 5F | 29 |
| Octal | 5 | 75 | 313 | 142 | 106 | 0 | 24 | 337 | 137 | 51 |
| Binary | 101 | 111101 | 11001011 | 1100010 | 1000110 | 0 | 10100 | 11011111 | 1011111 | 101001 |
Color Harmonies of #053DCB
Complementary color
Monochromatic Colors of #053DCB
Black with #053DCB
Text Example
Text Example
White with #053DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DCB; }
p { color: rgb(5,61,203); }
H1.HeaderClassName
{
color: #053DCB;
}
.AnyTagClassName
{
color: #053DCB;
}
</style>
background-color css
<style>
a { background-color: #053DCB; }
a { background-color: rgb(5,61,203); }
div.DivClassName
{
background-color: #053DCB;
}
.BgClassName
{
background-color: #053DCB;
}
</style>
border-color css
<style>
span { border-color: #053DCB; }
span { border-color: rgb(5,61,203); }
td.TdClassName
{
border-color: #053DCB;
}
.TagClassName
{
border-color: #053DCB;
}
</style>