Shades of Persian Blue #0537CE
Tints of Persian Blue #0537CE
RGB
CMYK
RGB Variations
Color information
#0537CE (or 0x0537CE) is known color: Persian Blue. HEX triplet: 05, 37 and CE. RGB value is (5,55,206). Sum of RGB (Red+Green+Blue) = 5+55+206=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #0537CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0537CE is #FAC831. Grayscale: #383838. Windows color (decimal): -16435250 or 13514501. OLE color: 13514501.
HSL color Cylindrical-coordinate representation of color #0537CE: hue angle of 225.07º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0537CE is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 55 | 206 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.19 |
| HSL | 225.07º | 0.95% | 0.41% | - |
| HSV(B) | 225.07º | 0.98% | 0.81% | - |
| XYZ | 12.57 | 7.22 | 59.12 | - |
| YUV | 57.26 | 211.94 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 206 | 0.98 | 0.73 | 0 | 0.19 | 225.07 | 0.95 | 0.41 |
| Hex | 5 | 37 | CE | 62 | 49 | 0 | 13 | E1 | 5F | 29 |
| Octal | 5 | 67 | 316 | 142 | 111 | 0 | 23 | 341 | 137 | 51 |
| Binary | 101 | 110111 | 11001110 | 1100010 | 1001001 | 0 | 10011 | 11100001 | 1011111 | 101001 |
Color Harmonies of #0537CE
Complementary color
Monochromatic Colors of #0537CE
Black with #0537CE
Text Example
Text Example
White with #0537CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0537CE; }
p { color: rgb(5,55,206); }
H1.HeaderClassName
{
color: #0537CE;
}
.AnyTagClassName
{
color: #0537CE;
}
</style>
background-color css
<style>
a { background-color: #0537CE; }
a { background-color: rgb(5,55,206); }
div.DivClassName
{
background-color: #0537CE;
}
.BgClassName
{
background-color: #0537CE;
}
</style>
border-color css
<style>
span { border-color: #0537CE; }
span { border-color: rgb(5,55,206); }
td.TdClassName
{
border-color: #0537CE;
}
.TagClassName
{
border-color: #0537CE;
}
</style>