Shades of Persian Blue #073BC3
Tints of Persian Blue #073BC3
RGB
CMYK
RGB Variations
Color information
#073BC3 (or 0x073BC3) is known color: Persian Blue. HEX triplet: 07, 3B and C3. RGB value is (7,59,195). Sum of RGB (Red+Green+Blue) = 7+59+195=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 195 (76.56% from 255 or 74.71% from 261); Max value from RGB is 195 - color contains mainly: blue. Hex color #073BC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073BC3 is #F8C43C. Grayscale: #3A3A3A. Windows color (decimal): -16303165 or 12794631. OLE color: 12794631.
HSL color Cylindrical-coordinate representation of color #073BC3: hue angle of 223.4º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073BC3 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 59 | 195 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.24 |
| HSL | 223.4º | 0.93% | 0.4% | - |
| HSV(B) | 223.4º | 0.96% | 0.76% | - |
| XYZ | 11.5 | 7.11 | 52.4 | - |
| YUV | 58.96 | 204.77 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 195 | 0.96 | 0.70 | 0 | 0.24 | 223.4 | 0.93 | 0.4 |
| Hex | 7 | 3B | C3 | 60 | 46 | 0 | 18 | DF | 5D | 28 |
| Octal | 7 | 73 | 303 | 140 | 106 | 0 | 30 | 337 | 135 | 50 |
| Binary | 111 | 111011 | 11000011 | 1100000 | 1000110 | 0 | 11000 | 11011111 | 1011101 | 101000 |
Color Harmonies of #073BC3
Complementary color
Monochromatic Colors of #073BC3
Black with #073BC3
Text Example
Text Example
White with #073BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073BC3; }
p { color: rgb(7,59,195); }
H1.HeaderClassName
{
color: #073BC3;
}
.AnyTagClassName
{
color: #073BC3;
}
</style>
background-color css
<style>
a { background-color: #073BC3; }
a { background-color: rgb(7,59,195); }
div.DivClassName
{
background-color: #073BC3;
}
.BgClassName
{
background-color: #073BC3;
}
</style>
border-color css
<style>
span { border-color: #073BC3; }
span { border-color: rgb(7,59,195); }
td.TdClassName
{
border-color: #073BC3;
}
.TagClassName
{
border-color: #073BC3;
}
</style>