Shades of Persian Blue #073EDA
Tints of Persian Blue #073EDA
RGB
CMYK
RGB Variations
Color information
#073EDA (or 0x073EDA) is known color: Persian Blue. HEX triplet: 07, 3E and DA. RGB value is (7,62,218). Sum of RGB (Red+Green+Blue) = 7+62+218=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #073EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073EDA is #F8C125. Grayscale: #3E3E3E. Windows color (decimal): -16302374 or 14302727. OLE color: 14302727.
HSL color Cylindrical-coordinate representation of color #073EDA: hue angle of 224.36º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073EDA is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 62 | 218 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.15 |
| HSL | 224.36º | 0.94% | 0.44% | - |
| HSV(B) | 224.36º | 0.97% | 0.85% | - |
| XYZ | 14.47 | 8.55 | 67.22 | - |
| YUV | 63.34 | 215.28 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 218 | 0.97 | 0.72 | 0 | 0.15 | 224.36 | 0.94 | 0.44 |
| Hex | 7 | 3E | DA | 61 | 48 | 0 | F | E0 | 5E | 2C |
| Octal | 7 | 76 | 332 | 141 | 110 | 0 | 17 | 340 | 136 | 54 |
| Binary | 111 | 111110 | 11011010 | 1100001 | 1001000 | 0 | 1111 | 11100000 | 1011110 | 101100 |
Color Harmonies of #073EDA
Complementary color
Monochromatic Colors of #073EDA
Black with #073EDA
Text Example
Text Example
White with #073EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073EDA; }
p { color: rgb(7,62,218); }
H1.HeaderClassName
{
color: #073EDA;
}
.AnyTagClassName
{
color: #073EDA;
}
</style>
background-color css
<style>
a { background-color: #073EDA; }
a { background-color: rgb(7,62,218); }
div.DivClassName
{
background-color: #073EDA;
}
.BgClassName
{
background-color: #073EDA;
}
</style>
border-color css
<style>
span { border-color: #073EDA; }
span { border-color: rgb(7,62,218); }
td.TdClassName
{
border-color: #073EDA;
}
.TagClassName
{
border-color: #073EDA;
}
</style>