Shades of Persian Blue #0546CD
Tints of Persian Blue #0546CD
RGB
CMYK
RGB Variations
Color information
#0546CD (or 0x0546CD) is known color: Persian Blue. HEX triplet: 05, 46 and CD. RGB value is (5,70,205). Sum of RGB (Red+Green+Blue) = 5+70+205=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 205 (80.47% from 255 or 73.21% from 280); Max value from RGB is 205 - color contains mainly: blue. Hex color #0546CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0546CD is #FAB932. Grayscale: #414141. Windows color (decimal): -16431411 or 13452805. OLE color: 13452805.
HSL color Cylindrical-coordinate representation of color #0546CD: hue angle of 220.5º 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 #0546CD is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 70 | 205 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.20 |
| HSL | 220.5º | 0.95% | 0.41% | - |
| HSV(B) | 220.5º | 0.98% | 0.8% | - |
| XYZ | 13.27 | 8.82 | 58.76 | - |
| YUV | 65.96 | 206.47 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 205 | 0.98 | 0.66 | 0 | 0.20 | 220.5 | 0.95 | 0.41 |
| Hex | 5 | 46 | CD | 62 | 42 | 0 | 14 | DC | 5F | 29 |
| Octal | 5 | 106 | 315 | 142 | 102 | 0 | 24 | 334 | 137 | 51 |
| Binary | 101 | 1000110 | 11001101 | 1100010 | 1000010 | 0 | 10100 | 11011100 | 1011111 | 101001 |
Color Harmonies of #0546CD
Complementary color
Monochromatic Colors of #0546CD
Black with #0546CD
Text Example
Text Example
White with #0546CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0546CD; }
p { color: rgb(5,70,205); }
H1.HeaderClassName
{
color: #0546CD;
}
.AnyTagClassName
{
color: #0546CD;
}
</style>
background-color css
<style>
a { background-color: #0546CD; }
a { background-color: rgb(5,70,205); }
div.DivClassName
{
background-color: #0546CD;
}
.BgClassName
{
background-color: #0546CD;
}
</style>
border-color css
<style>
span { border-color: #0546CD; }
span { border-color: rgb(5,70,205); }
td.TdClassName
{
border-color: #0546CD;
}
.TagClassName
{
border-color: #0546CD;
}
</style>