Shades of Persian Blue #0543CD
Tints of Persian Blue #0543CD
RGB
CMYK
RGB Variations
Color information
#0543CD (or 0x0543CD) is known color: Persian Blue. HEX triplet: 05, 43 and CD. RGB value is (5,67,205). Sum of RGB (Red+Green+Blue) = 5+67+205=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #0543CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0543CD is #FABC32. Grayscale: #3F3F3F. Windows color (decimal): -16432179 or 13452037. OLE color: 13452037.
HSL color Cylindrical-coordinate representation of color #0543CD: hue angle of 221.4º 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 #0543CD is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 67 | 205 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.20 |
| HSL | 221.4º | 0.95% | 0.41% | - |
| HSV(B) | 221.4º | 0.98% | 0.8% | - |
| XYZ | 13.09 | 8.45 | 58.7 | - |
| YUV | 64.19 | 207.46 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 205 | 0.98 | 0.67 | 0 | 0.20 | 221.4 | 0.95 | 0.41 |
| Hex | 5 | 43 | CD | 62 | 43 | 0 | 14 | DD | 5F | 29 |
| Octal | 5 | 103 | 315 | 142 | 103 | 0 | 24 | 335 | 137 | 51 |
| Binary | 101 | 1000011 | 11001101 | 1100010 | 1000011 | 0 | 10100 | 11011101 | 1011111 | 101001 |
Color Harmonies of #0543CD
Complementary color
Monochromatic Colors of #0543CD
Black with #0543CD
Text Example
Text Example
White with #0543CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0543CD; }
p { color: rgb(5,67,205); }
H1.HeaderClassName
{
color: #0543CD;
}
.AnyTagClassName
{
color: #0543CD;
}
</style>
background-color css
<style>
a { background-color: #0543CD; }
a { background-color: rgb(5,67,205); }
div.DivClassName
{
background-color: #0543CD;
}
.BgClassName
{
background-color: #0543CD;
}
</style>
border-color css
<style>
span { border-color: #0543CD; }
span { border-color: rgb(5,67,205); }
td.TdClassName
{
border-color: #0543CD;
}
.TagClassName
{
border-color: #0543CD;
}
</style>