Shades of Persian Blue #072FC8
Tints of Persian Blue #072FC8
RGB
CMYK
RGB Variations
Color information
#072FC8 (or 0x072FC8) is known color: Persian Blue. HEX triplet: 07, 2F and C8. RGB value is (7,47,200). Sum of RGB (Red+Green+Blue) = 7+47+200=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 200 (78.52% from 255 or 78.74% from 254); Max value from RGB is 200 - color contains mainly: blue. Hex color #072FC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072FC8 is #F8D037. Grayscale: #333333. Windows color (decimal): -16306232 or 13119239. OLE color: 13119239.
HSL color Cylindrical-coordinate representation of color #072FC8: hue angle of 227.56º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072FC8 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 47 | 200 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.22 |
| HSL | 227.56º | 0.93% | 0.41% | - |
| HSV(B) | 227.56º | 0.97% | 0.78% | - |
| XYZ | 11.53 | 6.25 | 55.24 | - |
| YUV | 52.48 | 211.25 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 200 | 0.96 | 0.76 | 0 | 0.22 | 227.56 | 0.93 | 0.41 |
| Hex | 7 | 2F | C8 | 60 | 4C | 0 | 16 | E4 | 5D | 29 |
| Octal | 7 | 57 | 310 | 140 | 114 | 0 | 26 | 344 | 135 | 51 |
| Binary | 111 | 101111 | 11001000 | 1100000 | 1001100 | 0 | 10110 | 11100100 | 1011101 | 101001 |
Color Harmonies of #072FC8
Complementary color
Monochromatic Colors of #072FC8
Black with #072FC8
Text Example
Text Example
White with #072FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072FC8; }
p { color: rgb(7,47,200); }
H1.HeaderClassName
{
color: #072FC8;
}
.AnyTagClassName
{
color: #072FC8;
}
</style>
background-color css
<style>
a { background-color: #072FC8; }
a { background-color: rgb(7,47,200); }
div.DivClassName
{
background-color: #072FC8;
}
.BgClassName
{
background-color: #072FC8;
}
</style>
border-color css
<style>
span { border-color: #072FC8; }
span { border-color: rgb(7,47,200); }
td.TdClassName
{
border-color: #072FC8;
}
.TagClassName
{
border-color: #072FC8;
}
</style>