Shades of Persian Blue #0524CC
Tints of Persian Blue #0524CC
RGB
CMYK
RGB Variations
Color information
#0524CC (or 0x0524CC) is known color: Persian Blue. HEX triplet: 05, 24 and CC. RGB value is (5,36,204). Sum of RGB (Red+Green+Blue) = 5+36+204=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 204 (80.08% from 255 or 83.27% from 245); Max value from RGB is 204 - color contains mainly: blue. Hex color #0524CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0524CC is #FADB33. Grayscale: #2D2D2D. Windows color (decimal): -16440116 or 13378565. OLE color: 13378565.
HSL color Cylindrical-coordinate representation of color #0524CC: hue angle of 230.65º 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 #0524CC is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 36 | 204 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.2 |
| HSL | 230.65º | 0.95% | 0.41% | - |
| HSV(B) | 230.65º | 0.98% | 0.8% | - |
| XYZ | 11.59 | 5.65 | 57.61 | - |
| YUV | 45.88 | 217.23 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 204 | 0.98 | 0.82 | 0 | 0.2 | 230.65 | 0.95 | 0.41 |
| Hex | 5 | 24 | CC | 62 | 52 | 0 | 14 | E7 | 5F | 29 |
| Octal | 5 | 44 | 314 | 142 | 122 | 0 | 24 | 347 | 137 | 51 |
| Binary | 101 | 100100 | 11001100 | 1100010 | 1010010 | 0 | 10100 | 11100111 | 1011111 | 101001 |
Color Harmonies of #0524CC
Complementary color
Monochromatic Colors of #0524CC
Black with #0524CC
Text Example
Text Example
White with #0524CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0524CC; }
p { color: rgb(5,36,204); }
H1.HeaderClassName
{
color: #0524CC;
}
.AnyTagClassName
{
color: #0524CC;
}
</style>
background-color css
<style>
a { background-color: #0524CC; }
a { background-color: rgb(5,36,204); }
div.DivClassName
{
background-color: #0524CC;
}
.BgClassName
{
background-color: #0524CC;
}
</style>
border-color css
<style>
span { border-color: #0524CC; }
span { border-color: rgb(5,36,204); }
td.TdClassName
{
border-color: #0524CC;
}
.TagClassName
{
border-color: #0524CC;
}
</style>