Shades of Persian Blue #072DC8
Tints of Persian Blue #072DC8
RGB
CMYK
RGB Variations
Color information
#072DC8 (or 0x072DC8) is known color: Persian Blue. HEX triplet: 07, 2D and C8. RGB value is (7,45,200). Sum of RGB (Red+Green+Blue) = 7+45+200=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 200 (78.52% from 255 or 79.37% from 252); Max value from RGB is 200 - color contains mainly: blue. Hex color #072DC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DC8 is #F8D237. Grayscale: #323232. Windows color (decimal): -16306744 or 13118727. OLE color: 13118727.
HSL color Cylindrical-coordinate representation of color #072DC8: hue angle of 228.19º 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 #072DC8 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 45 | 200 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.22 |
| HSL | 228.19º | 0.93% | 0.41% | - |
| HSV(B) | 228.19º | 0.97% | 0.78% | - |
| XYZ | 11.45 | 6.09 | 55.22 | - |
| YUV | 51.31 | 211.91 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 200 | 0.96 | 0.78 | 0 | 0.22 | 228.19 | 0.93 | 0.41 |
| Hex | 7 | 2D | C8 | 60 | 4E | 0 | 16 | E4 | 5D | 29 |
| Octal | 7 | 55 | 310 | 140 | 116 | 0 | 26 | 344 | 135 | 51 |
| Binary | 111 | 101101 | 11001000 | 1100000 | 1001110 | 0 | 10110 | 11100100 | 1011101 | 101001 |
Color Harmonies of #072DC8
Complementary color
Monochromatic Colors of #072DC8
Black with #072DC8
Text Example
Text Example
White with #072DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DC8; }
p { color: rgb(7,45,200); }
H1.HeaderClassName
{
color: #072DC8;
}
.AnyTagClassName
{
color: #072DC8;
}
</style>
background-color css
<style>
a { background-color: #072DC8; }
a { background-color: rgb(7,45,200); }
div.DivClassName
{
background-color: #072DC8;
}
.BgClassName
{
background-color: #072DC8;
}
</style>
border-color css
<style>
span { border-color: #072DC8; }
span { border-color: rgb(7,45,200); }
td.TdClassName
{
border-color: #072DC8;
}
.TagClassName
{
border-color: #072DC8;
}
</style>