Shades of Persian Blue #073FEA
Tints of Persian Blue #073FEA
RGB
CMYK
RGB Variations
Color information
#073FEA (or 0x073FEA) is known color: Persian Blue. HEX triplet: 07, 3F and EA. RGB value is (7,63,234). Sum of RGB (Red+Green+Blue) = 7+63+234=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 234 (91.80% from 255 or 76.97% from 304); Max value from RGB is 234 - color contains mainly: blue. Hex color #073FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073FEA is #F8C015. Grayscale: #414141. Windows color (decimal): -16302102 or 15351559. OLE color: 15351559.
HSL color Cylindrical-coordinate representation of color #073FEA: hue angle of 225.2º 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 #073FEA is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 63 | 234 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.08 |
| HSL | 225.2º | 0.94% | 0.47% | - |
| HSV(B) | 225.2º | 0.97% | 0.92% | - |
| XYZ | 16.72 | 9.54 | 78.8 | - |
| YUV | 65.75 | 222.95 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 234 | 0.97 | 0.73 | 0 | 0.08 | 225.2 | 0.94 | 0.47 |
| Hex | 7 | 3F | EA | 61 | 49 | 0 | 8 | E1 | 5E | 2F |
| Octal | 7 | 77 | 352 | 141 | 111 | 0 | 10 | 341 | 136 | 57 |
| Binary | 111 | 111111 | 11101010 | 1100001 | 1001001 | 0 | 1000 | 11100001 | 1011110 | 101111 |
Color Harmonies of #073FEA
Complementary color
Monochromatic Colors of #073FEA
Black with #073FEA
Text Example
Text Example
White with #073FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073FEA; }
p { color: rgb(7,63,234); }
H1.HeaderClassName
{
color: #073FEA;
}
.AnyTagClassName
{
color: #073FEA;
}
</style>
background-color css
<style>
a { background-color: #073FEA; }
a { background-color: rgb(7,63,234); }
div.DivClassName
{
background-color: #073FEA;
}
.BgClassName
{
background-color: #073FEA;
}
</style>
border-color css
<style>
span { border-color: #073FEA; }
span { border-color: rgb(7,63,234); }
td.TdClassName
{
border-color: #073FEA;
}
.TagClassName
{
border-color: #073FEA;
}
</style>