Shades of Persian Blue #0542DF
Tints of Persian Blue #0542DF
RGB
CMYK
RGB Variations
Color information
#0542DF (or 0x0542DF) is known color: Persian Blue. HEX triplet: 05, 42 and DF. RGB value is (5,66,223). Sum of RGB (Red+Green+Blue) = 5+66+223=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #0542DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0542DF is #FABD20. Grayscale: #404040. Windows color (decimal): -16432417 or 14631429. OLE color: 14631429.
HSL color Cylindrical-coordinate representation of color #0542DF: hue angle of 223.21º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0542DF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 66 | 223 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.13 |
| HSL | 223.21º | 0.96% | 0.45% | - |
| HSV(B) | 223.21º | 0.98% | 0.87% | - |
| XYZ | 15.33 | 9.26 | 70.79 | - |
| YUV | 65.66 | 216.79 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 223 | 0.98 | 0.70 | 0 | 0.13 | 223.21 | 0.96 | 0.45 |
| Hex | 5 | 42 | DF | 62 | 46 | 0 | D | DF | 60 | 2D |
| Octal | 5 | 102 | 337 | 142 | 106 | 0 | 15 | 337 | 140 | 55 |
| Binary | 101 | 1000010 | 11011111 | 1100010 | 1000110 | 0 | 1101 | 11011111 | 1100000 | 101101 |
Color Harmonies of #0542DF
Complementary color
Monochromatic Colors of #0542DF
Black with #0542DF
Text Example
Text Example
White with #0542DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0542DF; }
p { color: rgb(5,66,223); }
H1.HeaderClassName
{
color: #0542DF;
}
.AnyTagClassName
{
color: #0542DF;
}
</style>
background-color css
<style>
a { background-color: #0542DF; }
a { background-color: rgb(5,66,223); }
div.DivClassName
{
background-color: #0542DF;
}
.BgClassName
{
background-color: #0542DF;
}
</style>
border-color css
<style>
span { border-color: #0542DF; }
span { border-color: rgb(5,66,223); }
td.TdClassName
{
border-color: #0542DF;
}
.TagClassName
{
border-color: #0542DF;
}
</style>