Shades of Persian Blue #0538DA
Tints of Persian Blue #0538DA
RGB
CMYK
RGB Variations
Color information
#0538DA (or 0x0538DA) is known color: Persian Blue. HEX triplet: 05, 38 and DA. RGB value is (5,56,218). Sum of RGB (Red+Green+Blue) = 5+56+218=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #0538DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0538DA is #FAC725. Grayscale: #3A3A3A. Windows color (decimal): -16434982 or 14301189. OLE color: 14301189.
HSL color Cylindrical-coordinate representation of color #0538DA: hue angle of 225.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0538DA is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 56 | 218 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.15 |
| HSL | 225.63º | 0.96% | 0.44% | - |
| HSV(B) | 225.63º | 0.98% | 0.85% | - |
| XYZ | 14.13 | 7.92 | 67.11 | - |
| YUV | 59.22 | 217.6 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 218 | 0.98 | 0.74 | 0 | 0.15 | 225.63 | 0.96 | 0.44 |
| Hex | 5 | 38 | DA | 62 | 4A | 0 | F | E2 | 60 | 2C |
| Octal | 5 | 70 | 332 | 142 | 112 | 0 | 17 | 342 | 140 | 54 |
| Binary | 101 | 111000 | 11011010 | 1100010 | 1001010 | 0 | 1111 | 11100010 | 1100000 | 101100 |
Color Harmonies of #0538DA
Complementary color
Monochromatic Colors of #0538DA
Black with #0538DA
Text Example
Text Example
White with #0538DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0538DA; }
p { color: rgb(5,56,218); }
H1.HeaderClassName
{
color: #0538DA;
}
.AnyTagClassName
{
color: #0538DA;
}
</style>
background-color css
<style>
a { background-color: #0538DA; }
a { background-color: rgb(5,56,218); }
div.DivClassName
{
background-color: #0538DA;
}
.BgClassName
{
background-color: #0538DA;
}
</style>
border-color css
<style>
span { border-color: #0538DA; }
span { border-color: rgb(5,56,218); }
td.TdClassName
{
border-color: #0538DA;
}
.TagClassName
{
border-color: #0538DA;
}
</style>