Shades of Persian Blue #073DC9
Tints of Persian Blue #073DC9
RGB
CMYK
RGB Variations
Color information
#073DC9 (or 0x073DC9) is known color: Persian Blue. HEX triplet: 07, 3D and C9. RGB value is (7,61,201). Sum of RGB (Red+Green+Blue) = 7+61+201=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 201 (78.91% from 255 or 74.72% from 269); Max value from RGB is 201 - color contains mainly: blue. Hex color #073DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073DC9 is #F8C236. Grayscale: #3C3C3C. Windows color (decimal): -16302647 or 13188359. OLE color: 13188359.
HSL color Cylindrical-coordinate representation of color #073DC9: hue angle of 223.3º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073DC9 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 61 | 201 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.21 |
| HSL | 223.3º | 0.93% | 0.41% | - |
| HSV(B) | 223.3º | 0.97% | 0.79% | - |
| XYZ | 12.3 | 7.6 | 56.08 | - |
| YUV | 60.81 | 207.11 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 201 | 0.97 | 0.70 | 0 | 0.21 | 223.3 | 0.93 | 0.41 |
| Hex | 7 | 3D | C9 | 61 | 46 | 0 | 15 | DF | 5D | 29 |
| Octal | 7 | 75 | 311 | 141 | 106 | 0 | 25 | 337 | 135 | 51 |
| Binary | 111 | 111101 | 11001001 | 1100001 | 1000110 | 0 | 10101 | 11011111 | 1011101 | 101001 |
Color Harmonies of #073DC9
Complementary color
Monochromatic Colors of #073DC9
Black with #073DC9
Text Example
Text Example
White with #073DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073DC9; }
p { color: rgb(7,61,201); }
H1.HeaderClassName
{
color: #073DC9;
}
.AnyTagClassName
{
color: #073DC9;
}
</style>
background-color css
<style>
a { background-color: #073DC9; }
a { background-color: rgb(7,61,201); }
div.DivClassName
{
background-color: #073DC9;
}
.BgClassName
{
background-color: #073DC9;
}
</style>
border-color css
<style>
span { border-color: #073DC9; }
span { border-color: rgb(7,61,201); }
td.TdClassName
{
border-color: #073DC9;
}
.TagClassName
{
border-color: #073DC9;
}
</style>