Shades of Persian Blue #073CCD
Tints of Persian Blue #073CCD
RGB
CMYK
RGB Variations
Color information
#073CCD (or 0x073CCD) is known color: Persian Blue. HEX triplet: 07, 3C and CD. RGB value is (7,60,205). Sum of RGB (Red+Green+Blue) = 7+60+205=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #073CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073CCD is #F8C332. Grayscale: #3C3C3C. Windows color (decimal): -16302899 or 13450247. OLE color: 13450247.
HSL color Cylindrical-coordinate representation of color #073CCD: hue angle of 223.94º 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 #073CCD is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 60 | 205 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.20 |
| HSL | 223.94º | 0.93% | 0.42% | - |
| HSV(B) | 223.94º | 0.97% | 0.8% | - |
| XYZ | 12.72 | 7.68 | 58.57 | - |
| YUV | 60.68 | 209.44 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 205 | 0.97 | 0.71 | 0 | 0.20 | 223.94 | 0.93 | 0.42 |
| Hex | 7 | 3C | CD | 61 | 47 | 0 | 14 | E0 | 5D | 2A |
| Octal | 7 | 74 | 315 | 141 | 107 | 0 | 24 | 340 | 135 | 52 |
| Binary | 111 | 111100 | 11001101 | 1100001 | 1000111 | 0 | 10100 | 11100000 | 1011101 | 101010 |
Color Harmonies of #073CCD
Complementary color
Monochromatic Colors of #073CCD
Black with #073CCD
Text Example
Text Example
White with #073CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073CCD; }
p { color: rgb(7,60,205); }
H1.HeaderClassName
{
color: #073CCD;
}
.AnyTagClassName
{
color: #073CCD;
}
</style>
background-color css
<style>
a { background-color: #073CCD; }
a { background-color: rgb(7,60,205); }
div.DivClassName
{
background-color: #073CCD;
}
.BgClassName
{
background-color: #073CCD;
}
</style>
border-color css
<style>
span { border-color: #073CCD; }
span { border-color: rgb(7,60,205); }
td.TdClassName
{
border-color: #073CCD;
}
.TagClassName
{
border-color: #073CCD;
}
</style>