Shades of Persian Blue #073BCF
Tints of Persian Blue #073BCF
RGB
CMYK
RGB Variations
Color information
#073BCF (or 0x073BCF) is known color: Persian Blue. HEX triplet: 07, 3B and CF. RGB value is (7,59,207). Sum of RGB (Red+Green+Blue) = 7+59+207=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #073BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073BCF is #F8C430. Grayscale: #3B3B3B. Windows color (decimal): -16303153 or 13581063. OLE color: 13581063.
HSL color Cylindrical-coordinate representation of color #073BCF: hue angle of 224.4º 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 #073BCF is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 59 | 207 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.19 |
| HSL | 224.4º | 0.93% | 0.42% | - |
| HSV(B) | 224.4º | 0.97% | 0.81% | - |
| XYZ | 12.91 | 7.68 | 59.83 | - |
| YUV | 60.32 | 210.77 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 207 | 0.97 | 0.71 | 0 | 0.19 | 224.4 | 0.93 | 0.42 |
| Hex | 7 | 3B | CF | 61 | 47 | 0 | 13 | E0 | 5D | 2A |
| Octal | 7 | 73 | 317 | 141 | 107 | 0 | 23 | 340 | 135 | 52 |
| Binary | 111 | 111011 | 11001111 | 1100001 | 1000111 | 0 | 10011 | 11100000 | 1011101 | 101010 |
Color Harmonies of #073BCF
Complementary color
Monochromatic Colors of #073BCF
Black with #073BCF
Text Example
Text Example
White with #073BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073BCF; }
p { color: rgb(7,59,207); }
H1.HeaderClassName
{
color: #073BCF;
}
.AnyTagClassName
{
color: #073BCF;
}
</style>
background-color css
<style>
a { background-color: #073BCF; }
a { background-color: rgb(7,59,207); }
div.DivClassName
{
background-color: #073BCF;
}
.BgClassName
{
background-color: #073BCF;
}
</style>
border-color css
<style>
span { border-color: #073BCF; }
span { border-color: rgb(7,59,207); }
td.TdClassName
{
border-color: #073BCF;
}
.TagClassName
{
border-color: #073BCF;
}
</style>