Shades of Persian Blue #072EC9
Tints of Persian Blue #072EC9
RGB
CMYK
RGB Variations
Color information
#072EC9 (or 0x072EC9) is known color: Persian Blue. HEX triplet: 07, 2E and C9. RGB value is (7,46,201). Sum of RGB (Red+Green+Blue) = 7+46+201=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 201 (78.91% from 255 or 79.13% from 254); Max value from RGB is 201 - color contains mainly: blue. Hex color #072EC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072EC9 is #F8D136. Grayscale: #333333. Windows color (decimal): -16306487 or 13184519. OLE color: 13184519.
HSL color Cylindrical-coordinate representation of color #072EC9: hue angle of 227.94º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072EC9 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 46 | 201 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.21 |
| HSL | 227.94º | 0.93% | 0.41% | - |
| HSV(B) | 227.94º | 0.97% | 0.79% | - |
| XYZ | 11.61 | 6.22 | 55.85 | - |
| YUV | 52.01 | 212.08 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 201 | 0.97 | 0.77 | 0 | 0.21 | 227.94 | 0.93 | 0.41 |
| Hex | 7 | 2E | C9 | 61 | 4D | 0 | 15 | E4 | 5D | 29 |
| Octal | 7 | 56 | 311 | 141 | 115 | 0 | 25 | 344 | 135 | 51 |
| Binary | 111 | 101110 | 11001001 | 1100001 | 1001101 | 0 | 10101 | 11100100 | 1011101 | 101001 |
Color Harmonies of #072EC9
Complementary color
Monochromatic Colors of #072EC9
Black with #072EC9
Text Example
Text Example
White with #072EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072EC9; }
p { color: rgb(7,46,201); }
H1.HeaderClassName
{
color: #072EC9;
}
.AnyTagClassName
{
color: #072EC9;
}
</style>
background-color css
<style>
a { background-color: #072EC9; }
a { background-color: rgb(7,46,201); }
div.DivClassName
{
background-color: #072EC9;
}
.BgClassName
{
background-color: #072EC9;
}
</style>
border-color css
<style>
span { border-color: #072EC9; }
span { border-color: rgb(7,46,201); }
td.TdClassName
{
border-color: #072EC9;
}
.TagClassName
{
border-color: #072EC9;
}
</style>