Shades of Persian Blue #052BCF
Tints of Persian Blue #052BCF
RGB
CMYK
RGB Variations
Color information
#052BCF (or 0x052BCF) is known color: Persian Blue. HEX triplet: 05, 2B and CF. RGB value is (5,43,207). Sum of RGB (Red+Green+Blue) = 5+43+207=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 207 (81.25% from 255 or 81.18% from 255); Max value from RGB is 207 - color contains mainly: blue. Hex color #052BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BCF is #FAD430. Grayscale: #313131. Windows color (decimal): -16438321 or 13576965. OLE color: 13576965.
HSL color Cylindrical-coordinate representation of color #052BCF: hue angle of 228.71º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052BCF is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 43 | 207 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.19 |
| HSL | 228.71º | 0.95% | 0.42% | - |
| HSV(B) | 228.71º | 0.98% | 0.81% | - |
| XYZ | 12.19 | 6.27 | 59.6 | - |
| YUV | 50.33 | 216.41 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 207 | 0.98 | 0.79 | 0 | 0.19 | 228.71 | 0.95 | 0.42 |
| Hex | 5 | 2B | CF | 62 | 4F | 0 | 13 | E5 | 5F | 2A |
| Octal | 5 | 53 | 317 | 142 | 117 | 0 | 23 | 345 | 137 | 52 |
| Binary | 101 | 101011 | 11001111 | 1100010 | 1001111 | 0 | 10011 | 11100101 | 1011111 | 101010 |
Color Harmonies of #052BCF
Complementary color
Monochromatic Colors of #052BCF
Black with #052BCF
Text Example
Text Example
White with #052BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BCF; }
p { color: rgb(5,43,207); }
H1.HeaderClassName
{
color: #052BCF;
}
.AnyTagClassName
{
color: #052BCF;
}
</style>
background-color css
<style>
a { background-color: #052BCF; }
a { background-color: rgb(5,43,207); }
div.DivClassName
{
background-color: #052BCF;
}
.BgClassName
{
background-color: #052BCF;
}
</style>
border-color css
<style>
span { border-color: #052BCF; }
span { border-color: rgb(5,43,207); }
td.TdClassName
{
border-color: #052BCF;
}
.TagClassName
{
border-color: #052BCF;
}
</style>