Shades of Persian Blue #073BC1
Tints of Persian Blue #073BC1
RGB
CMYK
RGB Variations
Color information
#073BC1 (or 0x073BC1) is known color: Persian Blue. HEX triplet: 07, 3B and C1. RGB value is (7,59,193). Sum of RGB (Red+Green+Blue) = 7+59+193=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 193 (75.78% from 255 or 74.52% from 259); Max value from RGB is 193 - color contains mainly: blue. Hex color #073BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073BC1 is #F8C43E. Grayscale: #3A3A3A. Windows color (decimal): -16303167 or 12663559. OLE color: 12663559.
HSL color Cylindrical-coordinate representation of color #073BC1: hue angle of 223.23º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073BC1 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 59 | 193 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.24 |
| HSL | 223.23º | 0.93% | 0.39% | - |
| HSV(B) | 223.23º | 0.96% | 0.76% | - |
| XYZ | 11.28 | 7.02 | 51.21 | - |
| YUV | 58.73 | 203.77 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 193 | 0.96 | 0.69 | 0 | 0.24 | 223.23 | 0.93 | 0.39 |
| Hex | 7 | 3B | C1 | 60 | 45 | 0 | 18 | DF | 5D | 27 |
| Octal | 7 | 73 | 301 | 140 | 105 | 0 | 30 | 337 | 135 | 47 |
| Binary | 111 | 111011 | 11000001 | 1100000 | 1000101 | 0 | 11000 | 11011111 | 1011101 | 100111 |
Color Harmonies of #073BC1
Complementary color
Monochromatic Colors of #073BC1
Black with #073BC1
Text Example
Text Example
White with #073BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073BC1; }
p { color: rgb(7,59,193); }
H1.HeaderClassName
{
color: #073BC1;
}
.AnyTagClassName
{
color: #073BC1;
}
</style>
background-color css
<style>
a { background-color: #073BC1; }
a { background-color: rgb(7,59,193); }
div.DivClassName
{
background-color: #073BC1;
}
.BgClassName
{
background-color: #073BC1;
}
</style>
border-color css
<style>
span { border-color: #073BC1; }
span { border-color: rgb(7,59,193); }
td.TdClassName
{
border-color: #073BC1;
}
.TagClassName
{
border-color: #073BC1;
}
</style>