Shades of Persian Blue #072EC6
Tints of Persian Blue #072EC6
RGB
CMYK
RGB Variations
Color information
#072EC6 (or 0x072EC6) is known color: Persian Blue. HEX triplet: 07, 2E and C6. RGB value is (7,46,198). Sum of RGB (Red+Green+Blue) = 7+46+198=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 198 (77.73% from 255 or 78.88% from 251); Max value from RGB is 198 - color contains mainly: blue. Hex color #072EC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072EC6 is #F8D139. Grayscale: #333333. Windows color (decimal): -16306490 or 12987911. OLE color: 12987911.
HSL color Cylindrical-coordinate representation of color #072EC6: hue angle of 227.75º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072EC6 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 46 | 198 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.22 |
| HSL | 227.75º | 0.93% | 0.4% | - |
| HSV(B) | 227.75º | 0.96% | 0.78% | - |
| XYZ | 11.26 | 6.08 | 54.01 | - |
| YUV | 51.67 | 210.58 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 198 | 0.96 | 0.77 | 0 | 0.22 | 227.75 | 0.93 | 0.4 |
| Hex | 7 | 2E | C6 | 60 | 4D | 0 | 16 | E4 | 5D | 28 |
| Octal | 7 | 56 | 306 | 140 | 115 | 0 | 26 | 344 | 135 | 50 |
| Binary | 111 | 101110 | 11000110 | 1100000 | 1001101 | 0 | 10110 | 11100100 | 1011101 | 101000 |
Color Harmonies of #072EC6
Complementary color
Monochromatic Colors of #072EC6
Black with #072EC6
Text Example
Text Example
White with #072EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072EC6; }
p { color: rgb(7,46,198); }
H1.HeaderClassName
{
color: #072EC6;
}
.AnyTagClassName
{
color: #072EC6;
}
</style>
background-color css
<style>
a { background-color: #072EC6; }
a { background-color: rgb(7,46,198); }
div.DivClassName
{
background-color: #072EC6;
}
.BgClassName
{
background-color: #072EC6;
}
</style>
border-color css
<style>
span { border-color: #072EC6; }
span { border-color: rgb(7,46,198); }
td.TdClassName
{
border-color: #072EC6;
}
.TagClassName
{
border-color: #072EC6;
}
</style>