Shades of Persian Blue #0534DB
Tints of Persian Blue #0534DB
RGB
CMYK
RGB Variations
Color information
#0534DB (or 0x0534DB) is known color: Persian Blue. HEX triplet: 05, 34 and DB. RGB value is (5,52,219). Sum of RGB (Red+Green+Blue) = 5+52+219=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #0534DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0534DB is #FACB24. Grayscale: #383838. Windows color (decimal): -16436005 or 14365701. OLE color: 14365701.
HSL color Cylindrical-coordinate representation of color #0534DB: hue angle of 226.82º 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 #0534DB is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 52 | 219 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.14 |
| HSL | 226.82º | 0.96% | 0.44% | - |
| HSV(B) | 226.82º | 0.98% | 0.86% | - |
| XYZ | 14.08 | 7.6 | 67.74 | - |
| YUV | 56.99 | 219.43 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 219 | 0.98 | 0.76 | 0 | 0.14 | 226.82 | 0.96 | 0.44 |
| Hex | 5 | 34 | DB | 62 | 4C | 0 | E | E3 | 60 | 2C |
| Octal | 5 | 64 | 333 | 142 | 114 | 0 | 16 | 343 | 140 | 54 |
| Binary | 101 | 110100 | 11011011 | 1100010 | 1001100 | 0 | 1110 | 11100011 | 1100000 | 101100 |
Color Harmonies of #0534DB
Complementary color
Monochromatic Colors of #0534DB
Black with #0534DB
Text Example
Text Example
White with #0534DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0534DB; }
p { color: rgb(5,52,219); }
H1.HeaderClassName
{
color: #0534DB;
}
.AnyTagClassName
{
color: #0534DB;
}
</style>
background-color css
<style>
a { background-color: #0534DB; }
a { background-color: rgb(5,52,219); }
div.DivClassName
{
background-color: #0534DB;
}
.BgClassName
{
background-color: #0534DB;
}
</style>
border-color css
<style>
span { border-color: #0534DB; }
span { border-color: rgb(5,52,219); }
td.TdClassName
{
border-color: #0534DB;
}
.TagClassName
{
border-color: #0534DB;
}
</style>