Shades of Persian Blue #052FDA
Tints of Persian Blue #052FDA
RGB
CMYK
RGB Variations
Color information
#052FDA (or 0x052FDA) is known color: Persian Blue. HEX triplet: 05, 2F and DA. RGB value is (5,47,218). Sum of RGB (Red+Green+Blue) = 5+47+218=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 218 (85.55% from 255 or 80.74% from 270); Max value from RGB is 218 - color contains mainly: blue. Hex color #052FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052FDA is #FAD025. Grayscale: #353535. Windows color (decimal): -16437286 or 14298885. OLE color: 14298885.
HSL color Cylindrical-coordinate representation of color #052FDA: hue angle of 228.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052FDA is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 47 | 218 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.15 |
| HSL | 228.17º | 0.96% | 0.44% | - |
| HSV(B) | 228.17º | 0.98% | 0.85% | - |
| XYZ | 13.73 | 7.13 | 66.98 | - |
| YUV | 53.94 | 220.59 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 218 | 0.98 | 0.78 | 0 | 0.15 | 228.17 | 0.96 | 0.44 |
| Hex | 5 | 2F | DA | 62 | 4E | 0 | F | E4 | 60 | 2C |
| Octal | 5 | 57 | 332 | 142 | 116 | 0 | 17 | 344 | 140 | 54 |
| Binary | 101 | 101111 | 11011010 | 1100010 | 1001110 | 0 | 1111 | 11100100 | 1100000 | 101100 |
Color Harmonies of #052FDA
Complementary color
Monochromatic Colors of #052FDA
Black with #052FDA
Text Example
Text Example
White with #052FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052FDA; }
p { color: rgb(5,47,218); }
H1.HeaderClassName
{
color: #052FDA;
}
.AnyTagClassName
{
color: #052FDA;
}
</style>
background-color css
<style>
a { background-color: #052FDA; }
a { background-color: rgb(5,47,218); }
div.DivClassName
{
background-color: #052FDA;
}
.BgClassName
{
background-color: #052FDA;
}
</style>
border-color css
<style>
span { border-color: #052FDA; }
span { border-color: rgb(5,47,218); }
td.TdClassName
{
border-color: #052FDA;
}
.TagClassName
{
border-color: #052FDA;
}
</style>