Shades of Persian Blue #053DC1
Tints of Persian Blue #053DC1
RGB
CMYK
RGB Variations
Color information
#053DC1 (or 0x053DC1) is known color: Persian Blue. HEX triplet: 05, 3D and C1. RGB value is (5,61,193). Sum of RGB (Red+Green+Blue) = 5+61+193=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 193 (75.78% from 255 or 74.52% from 259); Max value from RGB is 193 - color contains mainly: blue. Hex color #053DC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DC1 is #FAC23E. Grayscale: #3A3A3A. Windows color (decimal): -16433727 or 12664069. OLE color: 12664069.
HSL color Cylindrical-coordinate representation of color #053DC1: hue angle of 222.13º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053DC1 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 61 | 193 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.24 |
| HSL | 222.13º | 0.95% | 0.39% | - |
| HSV(B) | 222.13º | 0.97% | 0.76% | - |
| XYZ | 11.36 | 7.22 | 51.25 | - |
| YUV | 59.3 | 203.45 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 193 | 0.97 | 0.68 | 0 | 0.24 | 222.13 | 0.95 | 0.39 |
| Hex | 5 | 3D | C1 | 61 | 44 | 0 | 18 | DE | 5F | 27 |
| Octal | 5 | 75 | 301 | 141 | 104 | 0 | 30 | 336 | 137 | 47 |
| Binary | 101 | 111101 | 11000001 | 1100001 | 1000100 | 0 | 11000 | 11011110 | 1011111 | 100111 |
Color Harmonies of #053DC1
Complementary color
Monochromatic Colors of #053DC1
Black with #053DC1
Text Example
Text Example
White with #053DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DC1; }
p { color: rgb(5,61,193); }
H1.HeaderClassName
{
color: #053DC1;
}
.AnyTagClassName
{
color: #053DC1;
}
</style>
background-color css
<style>
a { background-color: #053DC1; }
a { background-color: rgb(5,61,193); }
div.DivClassName
{
background-color: #053DC1;
}
.BgClassName
{
background-color: #053DC1;
}
</style>
border-color css
<style>
span { border-color: #053DC1; }
span { border-color: rgb(5,61,193); }
td.TdClassName
{
border-color: #053DC1;
}
.TagClassName
{
border-color: #053DC1;
}
</style>