Shades of Persian Blue #0537C5
Tints of Persian Blue #0537C5
RGB
CMYK
RGB Variations
Color information
#0537C5 (or 0x0537C5) is known color: Persian Blue. HEX triplet: 05, 37 and C5. RGB value is (5,55,197). Sum of RGB (Red+Green+Blue) = 5+55+197=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 197 (77.34% from 255 or 76.65% from 257); Max value from RGB is 197 - color contains mainly: blue. Hex color #0537C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0537C5 is #FAC83A. Grayscale: #373737. Windows color (decimal): -16435259 or 12924677. OLE color: 12924677.
HSL color Cylindrical-coordinate representation of color #0537C5: hue angle of 224.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0537C5 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 55 | 197 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.23 |
| HSL | 224.38º | 0.95% | 0.4% | - |
| HSV(B) | 224.38º | 0.97% | 0.77% | - |
| XYZ | 11.51 | 6.8 | 53.53 | - |
| YUV | 56.24 | 207.44 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 197 | 0.97 | 0.72 | 0 | 0.23 | 224.38 | 0.95 | 0.4 |
| Hex | 5 | 37 | C5 | 61 | 48 | 0 | 17 | E0 | 5F | 28 |
| Octal | 5 | 67 | 305 | 141 | 110 | 0 | 27 | 340 | 137 | 50 |
| Binary | 101 | 110111 | 11000101 | 1100001 | 1001000 | 0 | 10111 | 11100000 | 1011111 | 101000 |
Color Harmonies of #0537C5
Complementary color
Monochromatic Colors of #0537C5
Black with #0537C5
Text Example
Text Example
White with #0537C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0537C5; }
p { color: rgb(5,55,197); }
H1.HeaderClassName
{
color: #0537C5;
}
.AnyTagClassName
{
color: #0537C5;
}
</style>
background-color css
<style>
a { background-color: #0537C5; }
a { background-color: rgb(5,55,197); }
div.DivClassName
{
background-color: #0537C5;
}
.BgClassName
{
background-color: #0537C5;
}
</style>
border-color css
<style>
span { border-color: #0537C5; }
span { border-color: rgb(5,55,197); }
td.TdClassName
{
border-color: #0537C5;
}
.TagClassName
{
border-color: #0537C5;
}
</style>