Shades of Persian Blue #073ACD
Tints of Persian Blue #073ACD
RGB
CMYK
RGB Variations
Color information
#073ACD (or 0x073ACD) is known color: Persian Blue. HEX triplet: 07, 3A and CD. RGB value is (7,58,205). Sum of RGB (Red+Green+Blue) = 7+58+205=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #073ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073ACD is #F8C532. Grayscale: #3A3A3A. Windows color (decimal): -16303411 or 13449735. OLE color: 13449735.
HSL color Cylindrical-coordinate representation of color #073ACD: hue angle of 224.55º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073ACD is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 58 | 205 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.20 |
| HSL | 224.55º | 0.93% | 0.42% | - |
| HSV(B) | 224.55º | 0.97% | 0.8% | - |
| XYZ | 12.62 | 7.48 | 58.54 | - |
| YUV | 59.51 | 210.1 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 205 | 0.97 | 0.72 | 0 | 0.20 | 224.55 | 0.93 | 0.42 |
| Hex | 7 | 3A | CD | 61 | 48 | 0 | 14 | E1 | 5D | 2A |
| Octal | 7 | 72 | 315 | 141 | 110 | 0 | 24 | 341 | 135 | 52 |
| Binary | 111 | 111010 | 11001101 | 1100001 | 1001000 | 0 | 10100 | 11100001 | 1011101 | 101010 |
Color Harmonies of #073ACD
Complementary color
Monochromatic Colors of #073ACD
Black with #073ACD
Text Example
Text Example
White with #073ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073ACD; }
p { color: rgb(7,58,205); }
H1.HeaderClassName
{
color: #073ACD;
}
.AnyTagClassName
{
color: #073ACD;
}
</style>
background-color css
<style>
a { background-color: #073ACD; }
a { background-color: rgb(7,58,205); }
div.DivClassName
{
background-color: #073ACD;
}
.BgClassName
{
background-color: #073ACD;
}
</style>
border-color css
<style>
span { border-color: #073ACD; }
span { border-color: rgb(7,58,205); }
td.TdClassName
{
border-color: #073ACD;
}
.TagClassName
{
border-color: #073ACD;
}
</style>