Shades of Persian Blue #0538D7
Tints of Persian Blue #0538D7
RGB
CMYK
RGB Variations
Color information
#0538D7 (or 0x0538D7) is known color: Persian Blue. HEX triplet: 05, 38 and D7. RGB value is (5,56,215). Sum of RGB (Red+Green+Blue) = 5+56+215=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 215 (84.38% from 255 or 77.90% from 276); Max value from RGB is 215 - color contains mainly: blue. Hex color #0538D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0538D7 is #FAC728. Grayscale: #3A3A3A. Windows color (decimal): -16434985 or 14104581. OLE color: 14104581.
HSL color Cylindrical-coordinate representation of color #0538D7: hue angle of 225.43º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0538D7 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 56 | 215 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.16 |
| HSL | 225.43º | 0.95% | 0.43% | - |
| HSV(B) | 225.43º | 0.98% | 0.84% | - |
| XYZ | 13.74 | 7.77 | 65.06 | - |
| YUV | 58.88 | 216.1 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 215 | 0.98 | 0.74 | 0 | 0.16 | 225.43 | 0.95 | 0.43 |
| Hex | 5 | 38 | D7 | 62 | 4A | 0 | 10 | E1 | 5F | 2B |
| Octal | 5 | 70 | 327 | 142 | 112 | 0 | 20 | 341 | 137 | 53 |
| Binary | 101 | 111000 | 11010111 | 1100010 | 1001010 | 0 | 10000 | 11100001 | 1011111 | 101011 |
Color Harmonies of #0538D7
Complementary color
Monochromatic Colors of #0538D7
Black with #0538D7
Text Example
Text Example
White with #0538D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0538D7; }
p { color: rgb(5,56,215); }
H1.HeaderClassName
{
color: #0538D7;
}
.AnyTagClassName
{
color: #0538D7;
}
</style>
background-color css
<style>
a { background-color: #0538D7; }
a { background-color: rgb(5,56,215); }
div.DivClassName
{
background-color: #0538D7;
}
.BgClassName
{
background-color: #0538D7;
}
</style>
border-color css
<style>
span { border-color: #0538D7; }
span { border-color: rgb(5,56,215); }
td.TdClassName
{
border-color: #0538D7;
}
.TagClassName
{
border-color: #0538D7;
}
</style>