Shades of Persian Blue #052ACC
Tints of Persian Blue #052ACC
RGB
CMYK
RGB Variations
Color information
#052ACC (or 0x052ACC) is known color: Persian Blue. HEX triplet: 05, 2A and CC. RGB value is (5,42,204). Sum of RGB (Red+Green+Blue) = 5+42+204=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 204 (80.08% from 255 or 81.27% from 251); Max value from RGB is 204 - color contains mainly: blue. Hex color #052ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ACC is #FAD533. Grayscale: #303030. Windows color (decimal): -16438580 or 13380101. OLE color: 13380101.
HSL color Cylindrical-coordinate representation of color #052ACC: hue angle of 228.84º 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 #052ACC is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 42 | 204 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.2 |
| HSL | 228.84º | 0.95% | 0.41% | - |
| HSV(B) | 228.84º | 0.98% | 0.8% | - |
| XYZ | 11.79 | 6.05 | 57.67 | - |
| YUV | 49.41 | 215.24 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 204 | 0.98 | 0.79 | 0 | 0.2 | 228.84 | 0.95 | 0.41 |
| Hex | 5 | 2A | CC | 62 | 4F | 0 | 14 | E5 | 5F | 29 |
| Octal | 5 | 52 | 314 | 142 | 117 | 0 | 24 | 345 | 137 | 51 |
| Binary | 101 | 101010 | 11001100 | 1100010 | 1001111 | 0 | 10100 | 11100101 | 1011111 | 101001 |
Color Harmonies of #052ACC
Complementary color
Monochromatic Colors of #052ACC
Black with #052ACC
Text Example
Text Example
White with #052ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052ACC; }
p { color: rgb(5,42,204); }
H1.HeaderClassName
{
color: #052ACC;
}
.AnyTagClassName
{
color: #052ACC;
}
</style>
background-color css
<style>
a { background-color: #052ACC; }
a { background-color: rgb(5,42,204); }
div.DivClassName
{
background-color: #052ACC;
}
.BgClassName
{
background-color: #052ACC;
}
</style>
border-color css
<style>
span { border-color: #052ACC; }
span { border-color: rgb(5,42,204); }
td.TdClassName
{
border-color: #052ACC;
}
.TagClassName
{
border-color: #052ACC;
}
</style>