Shades of Persian Blue #072CCD
Tints of Persian Blue #072CCD
RGB
CMYK
RGB Variations
Color information
#072CCD (or 0x072CCD) is known color: Persian Blue. HEX triplet: 07, 2C and CD. RGB value is (7,44,205). Sum of RGB (Red+Green+Blue) = 7+44+205=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #072CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072CCD is #F8D332. Grayscale: #323232. Windows color (decimal): -16306995 or 13446151. OLE color: 13446151.
HSL color Cylindrical-coordinate representation of color #072CCD: hue angle of 228.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072CCD is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 44 | 205 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.20 |
| HSL | 228.79º | 0.93% | 0.42% | - |
| HSV(B) | 228.79º | 0.97% | 0.8% | - |
| XYZ | 12.01 | 6.25 | 58.33 | - |
| YUV | 51.29 | 214.74 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 205 | 0.97 | 0.79 | 0 | 0.20 | 228.79 | 0.93 | 0.42 |
| Hex | 7 | 2C | CD | 61 | 4F | 0 | 14 | E5 | 5D | 2A |
| Octal | 7 | 54 | 315 | 141 | 117 | 0 | 24 | 345 | 135 | 52 |
| Binary | 111 | 101100 | 11001101 | 1100001 | 1001111 | 0 | 10100 | 11100101 | 1011101 | 101010 |
Color Harmonies of #072CCD
Complementary color
Monochromatic Colors of #072CCD
Black with #072CCD
Text Example
Text Example
White with #072CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072CCD; }
p { color: rgb(7,44,205); }
H1.HeaderClassName
{
color: #072CCD;
}
.AnyTagClassName
{
color: #072CCD;
}
</style>
background-color css
<style>
a { background-color: #072CCD; }
a { background-color: rgb(7,44,205); }
div.DivClassName
{
background-color: #072CCD;
}
.BgClassName
{
background-color: #072CCD;
}
</style>
border-color css
<style>
span { border-color: #072CCD; }
span { border-color: rgb(7,44,205); }
td.TdClassName
{
border-color: #072CCD;
}
.TagClassName
{
border-color: #072CCD;
}
</style>