Shades of Persian Blue #073ADB
Tints of Persian Blue #073ADB
RGB
CMYK
RGB Variations
Color information
#073ADB (or 0x073ADB) is known color: Persian Blue. HEX triplet: 07, 3A and DB. RGB value is (7,58,219). Sum of RGB (Red+Green+Blue) = 7+58+219=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #073ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073ADB is #F8C524. Grayscale: #3C3C3C. Windows color (decimal): -16303397 or 14367239. OLE color: 14367239.
HSL color Cylindrical-coordinate representation of color #073ADB: hue angle of 225.57º 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 #073ADB is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 58 | 219 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.14 |
| HSL | 225.57º | 0.94% | 0.44% | - |
| HSV(B) | 225.57º | 0.97% | 0.86% | - |
| XYZ | 14.39 | 8.19 | 67.84 | - |
| YUV | 61.11 | 217.1 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 219 | 0.97 | 0.74 | 0 | 0.14 | 225.57 | 0.94 | 0.44 |
| Hex | 7 | 3A | DB | 61 | 4A | 0 | E | E2 | 5E | 2C |
| Octal | 7 | 72 | 333 | 141 | 112 | 0 | 16 | 342 | 136 | 54 |
| Binary | 111 | 111010 | 11011011 | 1100001 | 1001010 | 0 | 1110 | 11100010 | 1011110 | 101100 |
Color Harmonies of #073ADB
Complementary color
Monochromatic Colors of #073ADB
Black with #073ADB
Text Example
Text Example
White with #073ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073ADB; }
p { color: rgb(7,58,219); }
H1.HeaderClassName
{
color: #073ADB;
}
.AnyTagClassName
{
color: #073ADB;
}
</style>
background-color css
<style>
a { background-color: #073ADB; }
a { background-color: rgb(7,58,219); }
div.DivClassName
{
background-color: #073ADB;
}
.BgClassName
{
background-color: #073ADB;
}
</style>
border-color css
<style>
span { border-color: #073ADB; }
span { border-color: rgb(7,58,219); }
td.TdClassName
{
border-color: #073ADB;
}
.TagClassName
{
border-color: #073ADB;
}
</style>