Shades of Persian Blue #0531CD
Tints of Persian Blue #0531CD
RGB
CMYK
RGB Variations
Color information
#0531CD (or 0x0531CD) is known color: Persian Blue. HEX triplet: 05, 31 and CD. RGB value is (5,49,205). Sum of RGB (Red+Green+Blue) = 5+49+205=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 205 (80.47% from 255 or 79.15% from 259); Max value from RGB is 205 - color contains mainly: blue. Hex color #0531CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0531CD is #FACE32. Grayscale: #343434. Windows color (decimal): -16436787 or 13447429. OLE color: 13447429.
HSL color Cylindrical-coordinate representation of color #0531CD: hue angle of 226.8º 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 #0531CD is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 49 | 205 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.20 |
| HSL | 226.8º | 0.95% | 0.41% | - |
| HSV(B) | 226.8º | 0.98% | 0.8% | - |
| XYZ | 12.18 | 6.64 | 58.4 | - |
| YUV | 53.63 | 213.42 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 205 | 0.98 | 0.76 | 0 | 0.20 | 226.8 | 0.95 | 0.41 |
| Hex | 5 | 31 | CD | 62 | 4C | 0 | 14 | E3 | 5F | 29 |
| Octal | 5 | 61 | 315 | 142 | 114 | 0 | 24 | 343 | 137 | 51 |
| Binary | 101 | 110001 | 11001101 | 1100010 | 1001100 | 0 | 10100 | 11100011 | 1011111 | 101001 |
Color Harmonies of #0531CD
Complementary color
Monochromatic Colors of #0531CD
Black with #0531CD
Text Example
Text Example
White with #0531CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0531CD; }
p { color: rgb(5,49,205); }
H1.HeaderClassName
{
color: #0531CD;
}
.AnyTagClassName
{
color: #0531CD;
}
</style>
background-color css
<style>
a { background-color: #0531CD; }
a { background-color: rgb(5,49,205); }
div.DivClassName
{
background-color: #0531CD;
}
.BgClassName
{
background-color: #0531CD;
}
</style>
border-color css
<style>
span { border-color: #0531CD; }
span { border-color: rgb(5,49,205); }
td.TdClassName
{
border-color: #0531CD;
}
.TagClassName
{
border-color: #0531CD;
}
</style>