Shades of Persian Blue #072BE3
Tints of Persian Blue #072BE3
RGB
CMYK
RGB Variations
Color information
#072BE3 (or 0x072BE3) is known color: Persian Blue. HEX triplet: 07, 2B and E3. RGB value is (7,43,227). Sum of RGB (Red+Green+Blue) = 7+43+227=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 227 (89.06% from 255 or 81.95% from 277); Max value from RGB is 227 - color contains mainly: blue. Hex color #072BE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BE3 is #F8D41C. Grayscale: #343434. Windows color (decimal): -16307229 or 14887687. OLE color: 14887687.
HSL color Cylindrical-coordinate representation of color #072BE3: hue angle of 230.18º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072BE3 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 43 | 227 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.11 |
| HSL | 230.18º | 0.94% | 0.46% | - |
| HSV(B) | 230.18º | 0.97% | 0.89% | - |
| XYZ | 14.82 | 7.32 | 73.3 | - |
| YUV | 53.21 | 226.07 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 227 | 0.97 | 0.81 | 0 | 0.11 | 230.18 | 0.94 | 0.46 |
| Hex | 7 | 2B | E3 | 61 | 51 | 0 | B | E6 | 5E | 2E |
| Octal | 7 | 53 | 343 | 141 | 121 | 0 | 13 | 346 | 136 | 56 |
| Binary | 111 | 101011 | 11100011 | 1100001 | 1010001 | 0 | 1011 | 11100110 | 1011110 | 101110 |
Color Harmonies of #072BE3
Complementary color
Monochromatic Colors of #072BE3
Black with #072BE3
Text Example
Text Example
White with #072BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072BE3; }
p { color: rgb(7,43,227); }
H1.HeaderClassName
{
color: #072BE3;
}
.AnyTagClassName
{
color: #072BE3;
}
</style>
background-color css
<style>
a { background-color: #072BE3; }
a { background-color: rgb(7,43,227); }
div.DivClassName
{
background-color: #072BE3;
}
.BgClassName
{
background-color: #072BE3;
}
</style>
border-color css
<style>
span { border-color: #072BE3; }
span { border-color: rgb(7,43,227); }
td.TdClassName
{
border-color: #072BE3;
}
.TagClassName
{
border-color: #072BE3;
}
</style>