Shades of Persian Blue #072BE5
Tints of Persian Blue #072BE5
RGB
CMYK
RGB Variations
Color information
#072BE5 (or 0x072BE5) is known color: Persian Blue. HEX triplet: 07, 2B and E5. RGB value is (7,43,229). Sum of RGB (Red+Green+Blue) = 7+43+229=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 229 (89.84% from 255 or 82.08% from 279); Max value from RGB is 229 - color contains mainly: blue. Hex color #072BE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BE5 is #F8D41A. Grayscale: #343434. Windows color (decimal): -16307227 or 15018759. OLE color: 15018759.
HSL color Cylindrical-coordinate representation of color #072BE5: hue angle of 230.27º 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 #072BE5 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 43 | 229 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.10 |
| HSL | 230.27º | 0.94% | 0.46% | - |
| HSV(B) | 230.27º | 0.97% | 0.9% | - |
| XYZ | 15.09 | 7.43 | 74.77 | - |
| YUV | 53.44 | 227.07 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 229 | 0.97 | 0.81 | 0 | 0.10 | 230.27 | 0.94 | 0.46 |
| Hex | 7 | 2B | E5 | 61 | 51 | 0 | A | E6 | 5E | 2E |
| Octal | 7 | 53 | 345 | 141 | 121 | 0 | 12 | 346 | 136 | 56 |
| Binary | 111 | 101011 | 11100101 | 1100001 | 1010001 | 0 | 1010 | 11100110 | 1011110 | 101110 |
Color Harmonies of #072BE5
Complementary color
Monochromatic Colors of #072BE5
Black with #072BE5
Text Example
Text Example
White with #072BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072BE5; }
p { color: rgb(7,43,229); }
H1.HeaderClassName
{
color: #072BE5;
}
.AnyTagClassName
{
color: #072BE5;
}
</style>
background-color css
<style>
a { background-color: #072BE5; }
a { background-color: rgb(7,43,229); }
div.DivClassName
{
background-color: #072BE5;
}
.BgClassName
{
background-color: #072BE5;
}
</style>
border-color css
<style>
span { border-color: #072BE5; }
span { border-color: rgb(7,43,229); }
td.TdClassName
{
border-color: #072BE5;
}
.TagClassName
{
border-color: #072BE5;
}
</style>