Shades of Persian Blue #053FCC
Tints of Persian Blue #053FCC
RGB
CMYK
RGB Variations
Color information
#053FCC (or 0x053FCC) is known color: Persian Blue. HEX triplet: 05, 3F and CC. RGB value is (5,63,204). Sum of RGB (Red+Green+Blue) = 5+63+204=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #053FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FCC is #FAC033. Grayscale: #3D3D3D. Windows color (decimal): -16433204 or 13385477. OLE color: 13385477.
HSL color Cylindrical-coordinate representation of color #053FCC: hue angle of 222.51º 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 #053FCC is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 63 | 204 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.2 |
| HSL | 222.51º | 0.95% | 0.41% | - |
| HSV(B) | 222.51º | 0.98% | 0.8% | - |
| XYZ | 12.74 | 7.95 | 57.99 | - |
| YUV | 61.73 | 208.28 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 204 | 0.98 | 0.69 | 0 | 0.2 | 222.51 | 0.95 | 0.41 |
| Hex | 5 | 3F | CC | 62 | 45 | 0 | 14 | DF | 5F | 29 |
| Octal | 5 | 77 | 314 | 142 | 105 | 0 | 24 | 337 | 137 | 51 |
| Binary | 101 | 111111 | 11001100 | 1100010 | 1000101 | 0 | 10100 | 11011111 | 1011111 | 101001 |
Color Harmonies of #053FCC
Complementary color
Monochromatic Colors of #053FCC
Black with #053FCC
Text Example
Text Example
White with #053FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053FCC; }
p { color: rgb(5,63,204); }
H1.HeaderClassName
{
color: #053FCC;
}
.AnyTagClassName
{
color: #053FCC;
}
</style>
background-color css
<style>
a { background-color: #053FCC; }
a { background-color: rgb(5,63,204); }
div.DivClassName
{
background-color: #053FCC;
}
.BgClassName
{
background-color: #053FCC;
}
</style>
border-color css
<style>
span { border-color: #053FCC; }
span { border-color: rgb(5,63,204); }
td.TdClassName
{
border-color: #053FCC;
}
.TagClassName
{
border-color: #053FCC;
}
</style>