Shades of Persian Blue #053DDB
Tints of Persian Blue #053DDB
RGB
CMYK
RGB Variations
Color information
#053DDB (or 0x053DDB) is known color: Persian Blue. HEX triplet: 05, 3D and DB. RGB value is (5,61,219). Sum of RGB (Red+Green+Blue) = 5+61+219=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #053DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DDB is #FAC224. Grayscale: #3D3D3D. Windows color (decimal): -16433701 or 14368005. OLE color: 14368005.
HSL color Cylindrical-coordinate representation of color #053DDB: hue angle of 224.3º 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 #053DDB is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 61 | 219 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.14 |
| HSL | 224.3º | 0.96% | 0.44% | - |
| HSV(B) | 224.3º | 0.98% | 0.86% | - |
| XYZ | 14.52 | 8.48 | 67.89 | - |
| YUV | 62.27 | 216.45 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 219 | 0.98 | 0.72 | 0 | 0.14 | 224.3 | 0.96 | 0.44 |
| Hex | 5 | 3D | DB | 62 | 48 | 0 | E | E0 | 60 | 2C |
| Octal | 5 | 75 | 333 | 142 | 110 | 0 | 16 | 340 | 140 | 54 |
| Binary | 101 | 111101 | 11011011 | 1100010 | 1001000 | 0 | 1110 | 11100000 | 1100000 | 101100 |
Color Harmonies of #053DDB
Complementary color
Monochromatic Colors of #053DDB
Black with #053DDB
Text Example
Text Example
White with #053DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DDB; }
p { color: rgb(5,61,219); }
H1.HeaderClassName
{
color: #053DDB;
}
.AnyTagClassName
{
color: #053DDB;
}
</style>
background-color css
<style>
a { background-color: #053DDB; }
a { background-color: rgb(5,61,219); }
div.DivClassName
{
background-color: #053DDB;
}
.BgClassName
{
background-color: #053DDB;
}
</style>
border-color css
<style>
span { border-color: #053DDB; }
span { border-color: rgb(5,61,219); }
td.TdClassName
{
border-color: #053DDB;
}
.TagClassName
{
border-color: #053DDB;
}
</style>