Shades of Persian Blue #0537DF
Tints of Persian Blue #0537DF
RGB
CMYK
RGB Variations
Color information
#0537DF (or 0x0537DF) is known color: Persian Blue. HEX triplet: 05, 37 and DF. RGB value is (5,55,223). Sum of RGB (Red+Green+Blue) = 5+55+223=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 223 (87.5% from 255 or 78.80% from 283); Max value from RGB is 223 - color contains mainly: blue. Hex color #0537DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0537DF is #FAC820. Grayscale: #3A3A3A. Windows color (decimal): -16435233 or 14628613. OLE color: 14628613.
HSL color Cylindrical-coordinate representation of color #0537DF: hue angle of 226.24º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0537DF is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 55 | 223 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.13 |
| HSL | 226.24º | 0.96% | 0.45% | - |
| HSV(B) | 226.24º | 0.98% | 0.87% | - |
| XYZ | 14.75 | 8.09 | 70.6 | - |
| YUV | 59.2 | 220.44 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 223 | 0.98 | 0.75 | 0 | 0.13 | 226.24 | 0.96 | 0.45 |
| Hex | 5 | 37 | DF | 62 | 4B | 0 | D | E2 | 60 | 2D |
| Octal | 5 | 67 | 337 | 142 | 113 | 0 | 15 | 342 | 140 | 55 |
| Binary | 101 | 110111 | 11011111 | 1100010 | 1001011 | 0 | 1101 | 11100010 | 1100000 | 101101 |
Color Harmonies of #0537DF
Complementary color
Monochromatic Colors of #0537DF
Black with #0537DF
Text Example
Text Example
White with #0537DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0537DF; }
p { color: rgb(5,55,223); }
H1.HeaderClassName
{
color: #0537DF;
}
.AnyTagClassName
{
color: #0537DF;
}
</style>
background-color css
<style>
a { background-color: #0537DF; }
a { background-color: rgb(5,55,223); }
div.DivClassName
{
background-color: #0537DF;
}
.BgClassName
{
background-color: #0537DF;
}
</style>
border-color css
<style>
span { border-color: #0537DF; }
span { border-color: rgb(5,55,223); }
td.TdClassName
{
border-color: #0537DF;
}
.TagClassName
{
border-color: #0537DF;
}
</style>