Shades of Persian Blue #073FEC
Tints of Persian Blue #073FEC
RGB
CMYK
RGB Variations
Color information
#073FEC (or 0x073FEC) is known color: Persian Blue. HEX triplet: 07, 3F and EC. RGB value is (7,63,236). Sum of RGB (Red+Green+Blue) = 7+63+236=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 236 (92.58% from 255 or 77.12% from 306); Max value from RGB is 236 - color contains mainly: blue. Hex color #073FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073FEC is #F8C013. Grayscale: #414141. Windows color (decimal): -16302100 or 15482631. OLE color: 15482631.
HSL color Cylindrical-coordinate representation of color #073FEC: hue angle of 225.33º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073FEC is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 63 | 236 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.07 |
| HSL | 225.33º | 0.94% | 0.48% | - |
| HSV(B) | 225.33º | 0.97% | 0.93% | - |
| XYZ | 17.01 | 9.66 | 80.32 | - |
| YUV | 65.98 | 223.95 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 236 | 0.97 | 0.73 | 0 | 0.07 | 225.33 | 0.94 | 0.48 |
| Hex | 7 | 3F | EC | 61 | 49 | 0 | 7 | E1 | 5E | 30 |
| Octal | 7 | 77 | 354 | 141 | 111 | 0 | 7 | 341 | 136 | 60 |
| Binary | 111 | 111111 | 11101100 | 1100001 | 1001001 | 0 | 111 | 11100001 | 1011110 | 110000 |
Color Harmonies of #073FEC
Complementary color
Monochromatic Colors of #073FEC
Black with #073FEC
Text Example
Text Example
White with #073FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073FEC; }
p { color: rgb(7,63,236); }
H1.HeaderClassName
{
color: #073FEC;
}
.AnyTagClassName
{
color: #073FEC;
}
</style>
background-color css
<style>
a { background-color: #073FEC; }
a { background-color: rgb(7,63,236); }
div.DivClassName
{
background-color: #073FEC;
}
.BgClassName
{
background-color: #073FEC;
}
</style>
border-color css
<style>
span { border-color: #073FEC; }
span { border-color: rgb(7,63,236); }
td.TdClassName
{
border-color: #073FEC;
}
.TagClassName
{
border-color: #073FEC;
}
</style>