Shades of Persian Blue #052FCB
Tints of Persian Blue #052FCB
RGB
CMYK
RGB Variations
Color information
#052FCB (or 0x052FCB) is known color: Persian Blue. HEX triplet: 05, 2F and CB. RGB value is (5,47,203). Sum of RGB (Red+Green+Blue) = 5+47+203=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #052FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052FCB is #FAD034. Grayscale: #333333. Windows color (decimal): -16437301 or 13315845. OLE color: 13315845.
HSL color Cylindrical-coordinate representation of color #052FCB: hue angle of 227.27º 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 #052FCB is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 47 | 203 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.20 |
| HSL | 227.27º | 0.95% | 0.41% | - |
| HSV(B) | 227.27º | 0.98% | 0.8% | - |
| XYZ | 11.86 | 6.38 | 57.11 | - |
| YUV | 52.23 | 213.09 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 203 | 0.98 | 0.77 | 0 | 0.20 | 227.27 | 0.95 | 0.41 |
| Hex | 5 | 2F | CB | 62 | 4D | 0 | 14 | E3 | 5F | 29 |
| Octal | 5 | 57 | 313 | 142 | 115 | 0 | 24 | 343 | 137 | 51 |
| Binary | 101 | 101111 | 11001011 | 1100010 | 1001101 | 0 | 10100 | 11100011 | 1011111 | 101001 |
Color Harmonies of #052FCB
Complementary color
Monochromatic Colors of #052FCB
Black with #052FCB
Text Example
Text Example
White with #052FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052FCB; }
p { color: rgb(5,47,203); }
H1.HeaderClassName
{
color: #052FCB;
}
.AnyTagClassName
{
color: #052FCB;
}
</style>
background-color css
<style>
a { background-color: #052FCB; }
a { background-color: rgb(5,47,203); }
div.DivClassName
{
background-color: #052FCB;
}
.BgClassName
{
background-color: #052FCB;
}
</style>
border-color css
<style>
span { border-color: #052FCB; }
span { border-color: rgb(5,47,203); }
td.TdClassName
{
border-color: #052FCB;
}
.TagClassName
{
border-color: #052FCB;
}
</style>