Shades of Persian Blue #073ECF
Tints of Persian Blue #073ECF
RGB
CMYK
RGB Variations
Color information
#073ECF (or 0x073ECF) is known color: Persian Blue. HEX triplet: 07, 3E and CF. RGB value is (7,62,207). Sum of RGB (Red+Green+Blue) = 7+62+207=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #073ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073ECF is #F8C130. Grayscale: #3D3D3D. Windows color (decimal): -16302385 or 13581831. OLE color: 13581831.
HSL color Cylindrical-coordinate representation of color #073ECF: hue angle of 223.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073ECF is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 62 | 207 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.19 |
| HSL | 223.5º | 0.93% | 0.42% | - |
| HSV(B) | 223.5º | 0.97% | 0.81% | - |
| XYZ | 13.07 | 8 | 59.89 | - |
| YUV | 62.09 | 209.78 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 207 | 0.97 | 0.70 | 0 | 0.19 | 223.5 | 0.93 | 0.42 |
| Hex | 7 | 3E | CF | 61 | 46 | 0 | 13 | E0 | 5D | 2A |
| Octal | 7 | 76 | 317 | 141 | 106 | 0 | 23 | 340 | 135 | 52 |
| Binary | 111 | 111110 | 11001111 | 1100001 | 1000110 | 0 | 10011 | 11100000 | 1011101 | 101010 |
Color Harmonies of #073ECF
Complementary color
Monochromatic Colors of #073ECF
Black with #073ECF
Text Example
Text Example
White with #073ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073ECF; }
p { color: rgb(7,62,207); }
H1.HeaderClassName
{
color: #073ECF;
}
.AnyTagClassName
{
color: #073ECF;
}
</style>
background-color css
<style>
a { background-color: #073ECF; }
a { background-color: rgb(7,62,207); }
div.DivClassName
{
background-color: #073ECF;
}
.BgClassName
{
background-color: #073ECF;
}
</style>
border-color css
<style>
span { border-color: #073ECF; }
span { border-color: rgb(7,62,207); }
td.TdClassName
{
border-color: #073ECF;
}
.TagClassName
{
border-color: #073ECF;
}
</style>