Shades of Persian Blue #072FEB
Tints of Persian Blue #072FEB
RGB
CMYK
RGB Variations
Color information
#072FEB (or 0x072FEB) is known color: Persian Blue. HEX triplet: 07, 2F and EB. RGB value is (7,47,235). Sum of RGB (Red+Green+Blue) = 7+47+235=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 235 (92.19% from 255 or 81.31% from 289); Max value from RGB is 235 - color contains mainly: blue. Hex color #072FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072FEB is #F8D014. Grayscale: #373737. Windows color (decimal): -16306197 or 15412999. OLE color: 15412999.
HSL color Cylindrical-coordinate representation of color #072FEB: hue angle of 229.47º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072FEB is Cyan = 0.97, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 47 | 235 | - |
| CMYK | 0.97 | 0.8 | 0 | 0.08 |
| HSL | 229.47º | 0.94% | 0.47% | - |
| HSV(B) | 229.47º | 0.97% | 0.92% | - |
| XYZ | 16.1 | 8.08 | 79.31 | - |
| YUV | 56.47 | 228.75 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 235 | 0.97 | 0.8 | 0 | 0.08 | 229.47 | 0.94 | 0.47 |
| Hex | 7 | 2F | EB | 61 | 50 | 0 | 8 | E5 | 5E | 2F |
| Octal | 7 | 57 | 353 | 141 | 120 | 0 | 10 | 345 | 136 | 57 |
| Binary | 111 | 101111 | 11101011 | 1100001 | 1010000 | 0 | 1000 | 11100101 | 1011110 | 101111 |
Color Harmonies of #072FEB
Complementary color
Monochromatic Colors of #072FEB
Black with #072FEB
Text Example
Text Example
White with #072FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072FEB; }
p { color: rgb(7,47,235); }
H1.HeaderClassName
{
color: #072FEB;
}
.AnyTagClassName
{
color: #072FEB;
}
</style>
background-color css
<style>
a { background-color: #072FEB; }
a { background-color: rgb(7,47,235); }
div.DivClassName
{
background-color: #072FEB;
}
.BgClassName
{
background-color: #072FEB;
}
</style>
border-color css
<style>
span { border-color: #072FEB; }
span { border-color: rgb(7,47,235); }
td.TdClassName
{
border-color: #072FEB;
}
.TagClassName
{
border-color: #072FEB;
}
</style>