Shades of Persian Blue #072ECB
Tints of Persian Blue #072ECB
RGB
CMYK
RGB Variations
Color information
#072ECB (or 0x072ECB) is known color: Persian Blue. HEX triplet: 07, 2E and CB. RGB value is (7,46,203). Sum of RGB (Red+Green+Blue) = 7+46+203=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 203 (79.69% from 255 or 79.30% from 256); Max value from RGB is 203 - color contains mainly: blue. Hex color #072ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072ECB is #F8D134. Grayscale: #333333. Windows color (decimal): -16306485 or 13315591. OLE color: 13315591.
HSL color Cylindrical-coordinate representation of color #072ECB: hue angle of 228.06º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072ECB is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 46 | 203 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.20 |
| HSL | 228.06º | 0.93% | 0.41% | - |
| HSV(B) | 228.06º | 0.97% | 0.8% | - |
| XYZ | 11.84 | 6.31 | 57.09 | - |
| YUV | 52.24 | 213.08 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 203 | 0.97 | 0.77 | 0 | 0.20 | 228.06 | 0.93 | 0.41 |
| Hex | 7 | 2E | CB | 61 | 4D | 0 | 14 | E4 | 5D | 29 |
| Octal | 7 | 56 | 313 | 141 | 115 | 0 | 24 | 344 | 135 | 51 |
| Binary | 111 | 101110 | 11001011 | 1100001 | 1001101 | 0 | 10100 | 11100100 | 1011101 | 101001 |
Color Harmonies of #072ECB
Complementary color
Monochromatic Colors of #072ECB
Black with #072ECB
Text Example
Text Example
White with #072ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072ECB; }
p { color: rgb(7,46,203); }
H1.HeaderClassName
{
color: #072ECB;
}
.AnyTagClassName
{
color: #072ECB;
}
</style>
background-color css
<style>
a { background-color: #072ECB; }
a { background-color: rgb(7,46,203); }
div.DivClassName
{
background-color: #072ECB;
}
.BgClassName
{
background-color: #072ECB;
}
</style>
border-color css
<style>
span { border-color: #072ECB; }
span { border-color: rgb(7,46,203); }
td.TdClassName
{
border-color: #072ECB;
}
.TagClassName
{
border-color: #072ECB;
}
</style>