Shades of Persian Blue #073FDB
Tints of Persian Blue #073FDB
RGB
CMYK
RGB Variations
Color information
#073FDB (or 0x073FDB) is known color: Persian Blue. HEX triplet: 07, 3F and DB. RGB value is (7,63,219). Sum of RGB (Red+Green+Blue) = 7+63+219=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 63 (25% from 255 or 21.80% 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 #073FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073FDB is #F8C024. Grayscale: #3F3F3F. Windows color (decimal): -16302117 or 14368519. OLE color: 14368519.
HSL color Cylindrical-coordinate representation of color #073FDB: hue angle of 224.15º degrees, saturation: 0.94, 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 #073FDB is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 63 | 219 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.14 |
| HSL | 224.15º | 0.94% | 0.44% | - |
| HSV(B) | 224.15º | 0.97% | 0.86% | - |
| XYZ | 14.65 | 8.71 | 67.93 | - |
| YUV | 64.04 | 215.45 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 219 | 0.97 | 0.71 | 0 | 0.14 | 224.15 | 0.94 | 0.44 |
| Hex | 7 | 3F | DB | 61 | 47 | 0 | E | E0 | 5E | 2C |
| Octal | 7 | 77 | 333 | 141 | 107 | 0 | 16 | 340 | 136 | 54 |
| Binary | 111 | 111111 | 11011011 | 1100001 | 1000111 | 0 | 1110 | 11100000 | 1011110 | 101100 |
Color Harmonies of #073FDB
Complementary color
Monochromatic Colors of #073FDB
Black with #073FDB
Text Example
Text Example
White with #073FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073FDB; }
p { color: rgb(7,63,219); }
H1.HeaderClassName
{
color: #073FDB;
}
.AnyTagClassName
{
color: #073FDB;
}
</style>
background-color css
<style>
a { background-color: #073FDB; }
a { background-color: rgb(7,63,219); }
div.DivClassName
{
background-color: #073FDB;
}
.BgClassName
{
background-color: #073FDB;
}
</style>
border-color css
<style>
span { border-color: #073FDB; }
span { border-color: rgb(7,63,219); }
td.TdClassName
{
border-color: #073FDB;
}
.TagClassName
{
border-color: #073FDB;
}
</style>