Shades of Persian Blue #072EDA
Tints of Persian Blue #072EDA
RGB
CMYK
RGB Variations
Color information
#072EDA (or 0x072EDA) is known color: Persian Blue. HEX triplet: 07, 2E and DA. RGB value is (7,46,218). Sum of RGB (Red+Green+Blue) = 7+46+218=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 218 (85.55% from 255 or 80.44% from 271); Max value from RGB is 218 - color contains mainly: blue. Hex color #072EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072EDA is #F8D125. Grayscale: #353535. Windows color (decimal): -16306470 or 14298631. OLE color: 14298631.
HSL color Cylindrical-coordinate representation of color #072EDA: hue angle of 228.91º 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 #072EDA is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 46 | 218 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.15 |
| HSL | 228.91º | 0.94% | 0.44% | - |
| HSV(B) | 228.91º | 0.97% | 0.85% | - |
| XYZ | 13.72 | 7.06 | 66.97 | - |
| YUV | 53.95 | 220.58 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 218 | 0.97 | 0.79 | 0 | 0.15 | 228.91 | 0.94 | 0.44 |
| Hex | 7 | 2E | DA | 61 | 4F | 0 | F | E5 | 5E | 2C |
| Octal | 7 | 56 | 332 | 141 | 117 | 0 | 17 | 345 | 136 | 54 |
| Binary | 111 | 101110 | 11011010 | 1100001 | 1001111 | 0 | 1111 | 11100101 | 1011110 | 101100 |
Color Harmonies of #072EDA
Complementary color
Monochromatic Colors of #072EDA
Black with #072EDA
Text Example
Text Example
White with #072EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072EDA; }
p { color: rgb(7,46,218); }
H1.HeaderClassName
{
color: #072EDA;
}
.AnyTagClassName
{
color: #072EDA;
}
</style>
background-color css
<style>
a { background-color: #072EDA; }
a { background-color: rgb(7,46,218); }
div.DivClassName
{
background-color: #072EDA;
}
.BgClassName
{
background-color: #072EDA;
}
</style>
border-color css
<style>
span { border-color: #072EDA; }
span { border-color: rgb(7,46,218); }
td.TdClassName
{
border-color: #072EDA;
}
.TagClassName
{
border-color: #072EDA;
}
</style>