Shades of Persian Blue #053CDB
Tints of Persian Blue #053CDB
RGB
CMYK
RGB Variations
Color information
#053CDB (or 0x053CDB) is known color: Persian Blue. HEX triplet: 05, 3C and DB. RGB value is (5,60,219). Sum of RGB (Red+Green+Blue) = 5+60+219=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #053CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CDB is #FAC324. Grayscale: #3C3C3C. Windows color (decimal): -16433957 or 14367749. OLE color: 14367749.
HSL color Cylindrical-coordinate representation of color #053CDB: hue angle of 224.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053CDB is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 60 | 219 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.14 |
| HSL | 224.58º | 0.96% | 0.44% | - |
| HSV(B) | 224.58º | 0.98% | 0.86% | - |
| XYZ | 14.46 | 8.38 | 67.87 | - |
| YUV | 61.68 | 216.78 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 219 | 0.98 | 0.73 | 0 | 0.14 | 224.58 | 0.96 | 0.44 |
| Hex | 5 | 3C | DB | 62 | 49 | 0 | E | E1 | 60 | 2C |
| Octal | 5 | 74 | 333 | 142 | 111 | 0 | 16 | 341 | 140 | 54 |
| Binary | 101 | 111100 | 11011011 | 1100010 | 1001001 | 0 | 1110 | 11100001 | 1100000 | 101100 |
Color Harmonies of #053CDB
Complementary color
Monochromatic Colors of #053CDB
Black with #053CDB
Text Example
Text Example
White with #053CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053CDB; }
p { color: rgb(5,60,219); }
H1.HeaderClassName
{
color: #053CDB;
}
.AnyTagClassName
{
color: #053CDB;
}
</style>
background-color css
<style>
a { background-color: #053CDB; }
a { background-color: rgb(5,60,219); }
div.DivClassName
{
background-color: #053CDB;
}
.BgClassName
{
background-color: #053CDB;
}
</style>
border-color css
<style>
span { border-color: #053CDB; }
span { border-color: rgb(5,60,219); }
td.TdClassName
{
border-color: #053CDB;
}
.TagClassName
{
border-color: #053CDB;
}
</style>