Shades of Persian Blue #052DCF
Tints of Persian Blue #052DCF
RGB
CMYK
RGB Variations
Color information
#052DCF (or 0x052DCF) is known color: Persian Blue. HEX triplet: 05, 2D and CF. RGB value is (5,45,207). Sum of RGB (Red+Green+Blue) = 5+45+207=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #052DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DCF is #FAD230. Grayscale: #323232. Windows color (decimal): -16437809 or 13577477. OLE color: 13577477.
HSL color Cylindrical-coordinate representation of color #052DCF: hue angle of 228.12º 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 #052DCF is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 45 | 207 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.19 |
| HSL | 228.12º | 0.95% | 0.42% | - |
| HSV(B) | 228.12º | 0.98% | 0.81% | - |
| XYZ | 12.26 | 6.41 | 59.62 | - |
| YUV | 51.51 | 215.75 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 207 | 0.98 | 0.78 | 0 | 0.19 | 228.12 | 0.95 | 0.42 |
| Hex | 5 | 2D | CF | 62 | 4E | 0 | 13 | E4 | 5F | 2A |
| Octal | 5 | 55 | 317 | 142 | 116 | 0 | 23 | 344 | 137 | 52 |
| Binary | 101 | 101101 | 11001111 | 1100010 | 1001110 | 0 | 10011 | 11100100 | 1011111 | 101010 |
Color Harmonies of #052DCF
Complementary color
Monochromatic Colors of #052DCF
Black with #052DCF
Text Example
Text Example
White with #052DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052DCF; }
p { color: rgb(5,45,207); }
H1.HeaderClassName
{
color: #052DCF;
}
.AnyTagClassName
{
color: #052DCF;
}
</style>
background-color css
<style>
a { background-color: #052DCF; }
a { background-color: rgb(5,45,207); }
div.DivClassName
{
background-color: #052DCF;
}
.BgClassName
{
background-color: #052DCF;
}
</style>
border-color css
<style>
span { border-color: #052DCF; }
span { border-color: rgb(5,45,207); }
td.TdClassName
{
border-color: #052DCF;
}
.TagClassName
{
border-color: #052DCF;
}
</style>