Shades of Persian Blue #072EE6
Tints of Persian Blue #072EE6
RGB
CMYK
RGB Variations
Color information
#072EE6 (or 0x072EE6) is known color: Persian Blue. HEX triplet: 07, 2E and E6. RGB value is (7,46,230). Sum of RGB (Red+Green+Blue) = 7+46+230=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 230 (90.23% from 255 or 81.27% from 283); Max value from RGB is 230 - color contains mainly: blue. Hex color #072EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072EE6 is #F8D119. Grayscale: #363636. Windows color (decimal): -16306458 or 15085063. OLE color: 15085063.
HSL color Cylindrical-coordinate representation of color #072EE6: hue angle of 229.51º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072EE6 is Cyan = 0.97, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 46 | 230 | - |
| CMYK | 0.97 | 0.8 | 0 | 0.10 |
| HSL | 229.51º | 0.94% | 0.46% | - |
| HSV(B) | 229.51º | 0.97% | 0.9% | - |
| XYZ | 15.35 | 7.71 | 75.54 | - |
| YUV | 55.32 | 226.58 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 230 | 0.97 | 0.8 | 0 | 0.10 | 229.51 | 0.94 | 0.46 |
| Hex | 7 | 2E | E6 | 61 | 50 | 0 | A | E6 | 5E | 2E |
| Octal | 7 | 56 | 346 | 141 | 120 | 0 | 12 | 346 | 136 | 56 |
| Binary | 111 | 101110 | 11100110 | 1100001 | 1010000 | 0 | 1010 | 11100110 | 1011110 | 101110 |
Color Harmonies of #072EE6
Complementary color
Monochromatic Colors of #072EE6
Black with #072EE6
Text Example
Text Example
White with #072EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072EE6; }
p { color: rgb(7,46,230); }
H1.HeaderClassName
{
color: #072EE6;
}
.AnyTagClassName
{
color: #072EE6;
}
</style>
background-color css
<style>
a { background-color: #072EE6; }
a { background-color: rgb(7,46,230); }
div.DivClassName
{
background-color: #072EE6;
}
.BgClassName
{
background-color: #072EE6;
}
</style>
border-color css
<style>
span { border-color: #072EE6; }
span { border-color: rgb(7,46,230); }
td.TdClassName
{
border-color: #072EE6;
}
.TagClassName
{
border-color: #072EE6;
}
</style>