Shades of Persian Blue #053DC9
Tints of Persian Blue #053DC9
RGB
CMYK
RGB Variations
Color information
#053DC9 (or 0x053DC9) is known color: Persian Blue. HEX triplet: 05, 3D and C9. RGB value is (5,61,201). Sum of RGB (Red+Green+Blue) = 5+61+201=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 201 (78.91% from 255 or 75.28% from 267); Max value from RGB is 201 - color contains mainly: blue. Hex color #053DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DC9 is #FAC236. Grayscale: #3B3B3B. Windows color (decimal): -16433719 or 13188357. OLE color: 13188357.
HSL color Cylindrical-coordinate representation of color #053DC9: hue angle of 222.86º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053DC9 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 61 | 201 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.21 |
| HSL | 222.86º | 0.95% | 0.4% | - |
| HSV(B) | 222.86º | 0.98% | 0.79% | - |
| XYZ | 12.27 | 7.59 | 56.08 | - |
| YUV | 60.22 | 207.45 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 201 | 0.98 | 0.70 | 0 | 0.21 | 222.86 | 0.95 | 0.4 |
| Hex | 5 | 3D | C9 | 62 | 46 | 0 | 15 | DF | 5F | 28 |
| Octal | 5 | 75 | 311 | 142 | 106 | 0 | 25 | 337 | 137 | 50 |
| Binary | 101 | 111101 | 11001001 | 1100010 | 1000110 | 0 | 10101 | 11011111 | 1011111 | 101000 |
Color Harmonies of #053DC9
Complementary color
Monochromatic Colors of #053DC9
Black with #053DC9
Text Example
Text Example
White with #053DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DC9; }
p { color: rgb(5,61,201); }
H1.HeaderClassName
{
color: #053DC9;
}
.AnyTagClassName
{
color: #053DC9;
}
</style>
background-color css
<style>
a { background-color: #053DC9; }
a { background-color: rgb(5,61,201); }
div.DivClassName
{
background-color: #053DC9;
}
.BgClassName
{
background-color: #053DC9;
}
</style>
border-color css
<style>
span { border-color: #053DC9; }
span { border-color: rgb(5,61,201); }
td.TdClassName
{
border-color: #053DC9;
}
.TagClassName
{
border-color: #053DC9;
}
</style>