Shades of Persian Blue #073CEB
Tints of Persian Blue #073CEB
RGB
CMYK
RGB Variations
Color information
#073CEB (or 0x073CEB) is known color: Persian Blue. HEX triplet: 07, 3C and EB. RGB value is (7,60,235). Sum of RGB (Red+Green+Blue) = 7+60+235=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 235 (92.19% from 255 or 77.81% from 302); Max value from RGB is 235 - color contains mainly: blue. Hex color #073CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073CEB is #F8C314. Grayscale: #3F3F3F. Windows color (decimal): -16302869 or 15416327. OLE color: 15416327.
HSL color Cylindrical-coordinate representation of color #073CEB: hue angle of 226.05º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073CEB is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 60 | 235 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.08 |
| HSL | 226.05º | 0.94% | 0.47% | - |
| HSV(B) | 226.05º | 0.97% | 0.92% | - |
| XYZ | 16.7 | 9.28 | 79.51 | - |
| YUV | 64.1 | 224.44 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 235 | 0.97 | 0.74 | 0 | 0.08 | 226.05 | 0.94 | 0.47 |
| Hex | 7 | 3C | EB | 61 | 4A | 0 | 8 | E2 | 5E | 2F |
| Octal | 7 | 74 | 353 | 141 | 112 | 0 | 10 | 342 | 136 | 57 |
| Binary | 111 | 111100 | 11101011 | 1100001 | 1001010 | 0 | 1000 | 11100010 | 1011110 | 101111 |
Color Harmonies of #073CEB
Complementary color
Monochromatic Colors of #073CEB
Black with #073CEB
Text Example
Text Example
White with #073CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073CEB; }
p { color: rgb(7,60,235); }
H1.HeaderClassName
{
color: #073CEB;
}
.AnyTagClassName
{
color: #073CEB;
}
</style>
background-color css
<style>
a { background-color: #073CEB; }
a { background-color: rgb(7,60,235); }
div.DivClassName
{
background-color: #073CEB;
}
.BgClassName
{
background-color: #073CEB;
}
</style>
border-color css
<style>
span { border-color: #073CEB; }
span { border-color: rgb(7,60,235); }
td.TdClassName
{
border-color: #073CEB;
}
.TagClassName
{
border-color: #073CEB;
}
</style>