Shades of Persian Blue #073BEA
Tints of Persian Blue #073BEA
RGB
CMYK
RGB Variations
Color information
#073BEA (or 0x073BEA) is known color: Persian Blue. HEX triplet: 07, 3B and EA. RGB value is (7,59,234). Sum of RGB (Red+Green+Blue) = 7+59+234=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #073BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073BEA is #F8C415. Grayscale: #3E3E3E. Windows color (decimal): -16303126 or 15350535. OLE color: 15350535.
HSL color Cylindrical-coordinate representation of color #073BEA: hue angle of 226.26º 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 #073BEA is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 59 | 234 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.08 |
| HSL | 226.26º | 0.94% | 0.47% | - |
| HSV(B) | 226.26º | 0.97% | 0.92% | - |
| XYZ | 16.5 | 9.11 | 78.73 | - |
| YUV | 63.4 | 224.27 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 234 | 0.97 | 0.75 | 0 | 0.08 | 226.26 | 0.94 | 0.47 |
| Hex | 7 | 3B | EA | 61 | 4B | 0 | 8 | E2 | 5E | 2F |
| Octal | 7 | 73 | 352 | 141 | 113 | 0 | 10 | 342 | 136 | 57 |
| Binary | 111 | 111011 | 11101010 | 1100001 | 1001011 | 0 | 1000 | 11100010 | 1011110 | 101111 |
Color Harmonies of #073BEA
Complementary color
Monochromatic Colors of #073BEA
Black with #073BEA
Text Example
Text Example
White with #073BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073BEA; }
p { color: rgb(7,59,234); }
H1.HeaderClassName
{
color: #073BEA;
}
.AnyTagClassName
{
color: #073BEA;
}
</style>
background-color css
<style>
a { background-color: #073BEA; }
a { background-color: rgb(7,59,234); }
div.DivClassName
{
background-color: #073BEA;
}
.BgClassName
{
background-color: #073BEA;
}
</style>
border-color css
<style>
span { border-color: #073BEA; }
span { border-color: rgb(7,59,234); }
td.TdClassName
{
border-color: #073BEA;
}
.TagClassName
{
border-color: #073BEA;
}
</style>