Shades of Persian Blue #0538CD
Tints of Persian Blue #0538CD
RGB
CMYK
RGB Variations
Color information
#0538CD (or 0x0538CD) is known color: Persian Blue. HEX triplet: 05, 38 and CD. RGB value is (5,56,205). Sum of RGB (Red+Green+Blue) = 5+56+205=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #0538CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0538CD is #FAC732. Grayscale: #393939. Windows color (decimal): -16434995 or 13449221. OLE color: 13449221.
HSL color Cylindrical-coordinate representation of color #0538CD: hue angle of 224.7º 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 #0538CD is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 56 | 205 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.20 |
| HSL | 224.7º | 0.95% | 0.41% | - |
| HSV(B) | 224.7º | 0.98% | 0.8% | - |
| XYZ | 12.5 | 7.27 | 58.5 | - |
| YUV | 57.74 | 211.1 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 205 | 0.98 | 0.73 | 0 | 0.20 | 224.7 | 0.95 | 0.41 |
| Hex | 5 | 38 | CD | 62 | 49 | 0 | 14 | E1 | 5F | 29 |
| Octal | 5 | 70 | 315 | 142 | 111 | 0 | 24 | 341 | 137 | 51 |
| Binary | 101 | 111000 | 11001101 | 1100010 | 1001001 | 0 | 10100 | 11100001 | 1011111 | 101001 |
Color Harmonies of #0538CD
Complementary color
Monochromatic Colors of #0538CD
Black with #0538CD
Text Example
Text Example
White with #0538CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0538CD; }
p { color: rgb(5,56,205); }
H1.HeaderClassName
{
color: #0538CD;
}
.AnyTagClassName
{
color: #0538CD;
}
</style>
background-color css
<style>
a { background-color: #0538CD; }
a { background-color: rgb(5,56,205); }
div.DivClassName
{
background-color: #0538CD;
}
.BgClassName
{
background-color: #0538CD;
}
</style>
border-color css
<style>
span { border-color: #0538CD; }
span { border-color: rgb(5,56,205); }
td.TdClassName
{
border-color: #0538CD;
}
.TagClassName
{
border-color: #0538CD;
}
</style>