Shades of Persian Blue #072CC5
Tints of Persian Blue #072CC5
RGB
CMYK
RGB Variations
Color information
#072CC5 (or 0x072CC5) is known color: Persian Blue. HEX triplet: 07, 2C and C5. RGB value is (7,44,197). Sum of RGB (Red+Green+Blue) = 7+44+197=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 197 (77.34% from 255 or 79.44% from 248); Max value from RGB is 197 - color contains mainly: blue. Hex color #072CC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072CC5 is #F8D33A. Grayscale: #313131. Windows color (decimal): -16307003 or 12921863. OLE color: 12921863.
HSL color Cylindrical-coordinate representation of color #072CC5: hue angle of 228.32º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072CC5 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 44 | 197 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.23 |
| HSL | 228.32º | 0.93% | 0.4% | - |
| HSV(B) | 228.32º | 0.96% | 0.77% | - |
| XYZ | 11.07 | 5.88 | 53.37 | - |
| YUV | 50.38 | 210.74 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 197 | 0.96 | 0.78 | 0 | 0.23 | 228.32 | 0.93 | 0.4 |
| Hex | 7 | 2C | C5 | 60 | 4E | 0 | 17 | E4 | 5D | 28 |
| Octal | 7 | 54 | 305 | 140 | 116 | 0 | 27 | 344 | 135 | 50 |
| Binary | 111 | 101100 | 11000101 | 1100000 | 1001110 | 0 | 10111 | 11100100 | 1011101 | 101000 |
Color Harmonies of #072CC5
Complementary color
Monochromatic Colors of #072CC5
Black with #072CC5
Text Example
Text Example
White with #072CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072CC5; }
p { color: rgb(7,44,197); }
H1.HeaderClassName
{
color: #072CC5;
}
.AnyTagClassName
{
color: #072CC5;
}
</style>
background-color css
<style>
a { background-color: #072CC5; }
a { background-color: rgb(7,44,197); }
div.DivClassName
{
background-color: #072CC5;
}
.BgClassName
{
background-color: #072CC5;
}
</style>
border-color css
<style>
span { border-color: #072CC5; }
span { border-color: rgb(7,44,197); }
td.TdClassName
{
border-color: #072CC5;
}
.TagClassName
{
border-color: #072CC5;
}
</style>