Shades of Persian Blue #0537CC
Tints of Persian Blue #0537CC
RGB
CMYK
RGB Variations
Color information
#0537CC (or 0x0537CC) is known color: Persian Blue. HEX triplet: 05, 37 and CC. RGB value is (5,55,204). Sum of RGB (Red+Green+Blue) = 5+55+204=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 204 (80.08% from 255 or 77.27% from 264); Max value from RGB is 204 - color contains mainly: blue. Hex color #0537CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0537CC is #FAC833. Grayscale: #383838. Windows color (decimal): -16435252 or 13383429. OLE color: 13383429.
HSL color Cylindrical-coordinate representation of color #0537CC: hue angle of 224.92º 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 #0537CC is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 55 | 204 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.2 |
| HSL | 224.92º | 0.95% | 0.41% | - |
| HSV(B) | 224.92º | 0.98% | 0.8% | - |
| XYZ | 12.33 | 7.12 | 57.85 | - |
| YUV | 57.04 | 210.94 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 204 | 0.98 | 0.73 | 0 | 0.2 | 224.92 | 0.95 | 0.41 |
| Hex | 5 | 37 | CC | 62 | 49 | 0 | 14 | E1 | 5F | 29 |
| Octal | 5 | 67 | 314 | 142 | 111 | 0 | 24 | 341 | 137 | 51 |
| Binary | 101 | 110111 | 11001100 | 1100010 | 1001001 | 0 | 10100 | 11100001 | 1011111 | 101001 |
Color Harmonies of #0537CC
Complementary color
Monochromatic Colors of #0537CC
Black with #0537CC
Text Example
Text Example
White with #0537CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0537CC; }
p { color: rgb(5,55,204); }
H1.HeaderClassName
{
color: #0537CC;
}
.AnyTagClassName
{
color: #0537CC;
}
</style>
background-color css
<style>
a { background-color: #0537CC; }
a { background-color: rgb(5,55,204); }
div.DivClassName
{
background-color: #0537CC;
}
.BgClassName
{
background-color: #0537CC;
}
</style>
border-color css
<style>
span { border-color: #0537CC; }
span { border-color: rgb(5,55,204); }
td.TdClassName
{
border-color: #0537CC;
}
.TagClassName
{
border-color: #0537CC;
}
</style>