Shades of Persian Blue #0640DB
Tints of Persian Blue #0640DB
RGB
CMYK
RGB Variations
Color information
#0640DB (or 0x0640DB) is known color: Persian Blue. HEX triplet: 06, 40 and DB. RGB value is (6,64,219). Sum of RGB (Red+Green+Blue) = 6+64+219=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #0640DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0640DB is #F9BF24. Grayscale: #3F3F3F. Windows color (decimal): -16367397 or 14368774. OLE color: 14368774.
HSL color Cylindrical-coordinate representation of color #0640DB: hue angle of 223.66º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0640DB is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 64 | 219 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.14 |
| HSL | 223.66º | 0.95% | 0.44% | - |
| HSV(B) | 223.66º | 0.97% | 0.86% | - |
| XYZ | 14.69 | 8.82 | 67.95 | - |
| YUV | 64.33 | 215.28 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 219 | 0.97 | 0.71 | 0 | 0.14 | 223.66 | 0.95 | 0.44 |
| Hex | 6 | 40 | DB | 61 | 47 | 0 | E | E0 | 5F | 2C |
| Octal | 6 | 100 | 333 | 141 | 107 | 0 | 16 | 340 | 137 | 54 |
| Binary | 110 | 1000000 | 11011011 | 1100001 | 1000111 | 0 | 1110 | 11100000 | 1011111 | 101100 |
Color Harmonies of #0640DB
Complementary color
Monochromatic Colors of #0640DB
Black with #0640DB
Text Example
Text Example
White with #0640DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0640DB; }
p { color: rgb(6,64,219); }
H1.HeaderClassName
{
color: #0640DB;
}
.AnyTagClassName
{
color: #0640DB;
}
</style>
background-color css
<style>
a { background-color: #0640DB; }
a { background-color: rgb(6,64,219); }
div.DivClassName
{
background-color: #0640DB;
}
.BgClassName
{
background-color: #0640DB;
}
</style>
border-color css
<style>
span { border-color: #0640DB; }
span { border-color: rgb(6,64,219); }
td.TdClassName
{
border-color: #0640DB;
}
.TagClassName
{
border-color: #0640DB;
}
</style>