Shades of Persian Blue #0531DB
Tints of Persian Blue #0531DB
RGB
CMYK
RGB Variations
Color information
#0531DB (or 0x0531DB) is known color: Persian Blue. HEX triplet: 05, 31 and DB. RGB value is (5,49,219). Sum of RGB (Red+Green+Blue) = 5+49+219=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #0531DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0531DB is #FACE24. Grayscale: #363636. Windows color (decimal): -16436773 or 14364933. OLE color: 14364933.
HSL color Cylindrical-coordinate representation of color #0531DB: hue angle of 227.66º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0531DB is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 49 | 219 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.14 |
| HSL | 227.66º | 0.96% | 0.44% | - |
| HSV(B) | 227.66º | 0.98% | 0.86% | - |
| XYZ | 13.95 | 7.34 | 67.7 | - |
| YUV | 55.22 | 220.42 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 219 | 0.98 | 0.78 | 0 | 0.14 | 227.66 | 0.96 | 0.44 |
| Hex | 5 | 31 | DB | 62 | 4E | 0 | E | E4 | 60 | 2C |
| Octal | 5 | 61 | 333 | 142 | 116 | 0 | 16 | 344 | 140 | 54 |
| Binary | 101 | 110001 | 11011011 | 1100010 | 1001110 | 0 | 1110 | 11100100 | 1100000 | 101100 |
Color Harmonies of #0531DB
Complementary color
Monochromatic Colors of #0531DB
Black with #0531DB
Text Example
Text Example
White with #0531DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0531DB; }
p { color: rgb(5,49,219); }
H1.HeaderClassName
{
color: #0531DB;
}
.AnyTagClassName
{
color: #0531DB;
}
</style>
background-color css
<style>
a { background-color: #0531DB; }
a { background-color: rgb(5,49,219); }
div.DivClassName
{
background-color: #0531DB;
}
.BgClassName
{
background-color: #0531DB;
}
</style>
border-color css
<style>
span { border-color: #0531DB; }
span { border-color: rgb(5,49,219); }
td.TdClassName
{
border-color: #0531DB;
}
.TagClassName
{
border-color: #0531DB;
}
</style>