Shades of Persian Blue #073BCD
Tints of Persian Blue #073BCD
RGB
CMYK
RGB Variations
Color information
#073BCD (or 0x073BCD) is known color: Persian Blue. HEX triplet: 07, 3B and CD. RGB value is (7,59,205). Sum of RGB (Red+Green+Blue) = 7+59+205=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #073BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073BCD is #F8C432. Grayscale: #3B3B3B. Windows color (decimal): -16303155 or 13449991. OLE color: 13449991.
HSL color Cylindrical-coordinate representation of color #073BCD: hue angle of 224.24º 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 #073BCD is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 59 | 205 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.20 |
| HSL | 224.24º | 0.93% | 0.42% | - |
| HSV(B) | 224.24º | 0.97% | 0.8% | - |
| XYZ | 12.67 | 7.58 | 58.55 | - |
| YUV | 60.1 | 209.77 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 205 | 0.97 | 0.71 | 0 | 0.20 | 224.24 | 0.93 | 0.42 |
| Hex | 7 | 3B | CD | 61 | 47 | 0 | 14 | E0 | 5D | 2A |
| Octal | 7 | 73 | 315 | 141 | 107 | 0 | 24 | 340 | 135 | 52 |
| Binary | 111 | 111011 | 11001101 | 1100001 | 1000111 | 0 | 10100 | 11100000 | 1011101 | 101010 |
Color Harmonies of #073BCD
Complementary color
Monochromatic Colors of #073BCD
Black with #073BCD
Text Example
Text Example
White with #073BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073BCD; }
p { color: rgb(7,59,205); }
H1.HeaderClassName
{
color: #073BCD;
}
.AnyTagClassName
{
color: #073BCD;
}
</style>
background-color css
<style>
a { background-color: #073BCD; }
a { background-color: rgb(7,59,205); }
div.DivClassName
{
background-color: #073BCD;
}
.BgClassName
{
background-color: #073BCD;
}
</style>
border-color css
<style>
span { border-color: #073BCD; }
span { border-color: rgb(7,59,205); }
td.TdClassName
{
border-color: #073BCD;
}
.TagClassName
{
border-color: #073BCD;
}
</style>