Shades of Persian Blue #072AC8
Tints of Persian Blue #072AC8
RGB
CMYK
RGB Variations
Color information
#072AC8 (or 0x072AC8) is known color: Persian Blue. HEX triplet: 07, 2A and C8. RGB value is (7,42,200). Sum of RGB (Red+Green+Blue) = 7+42+200=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 200 (78.52% from 255 or 80.32% from 249); Max value from RGB is 200 - color contains mainly: blue. Hex color #072AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072AC8 is #F8D537. Grayscale: #303030. Windows color (decimal): -16307512 or 13117959. OLE color: 13117959.
HSL color Cylindrical-coordinate representation of color #072AC8: hue angle of 229.12º 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 #072AC8 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 42 | 200 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.22 |
| HSL | 229.12º | 0.93% | 0.41% | - |
| HSV(B) | 229.12º | 0.97% | 0.78% | - |
| XYZ | 11.34 | 5.87 | 55.18 | - |
| YUV | 49.55 | 212.9 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 200 | 0.96 | 0.79 | 0 | 0.22 | 229.12 | 0.93 | 0.41 |
| Hex | 7 | 2A | C8 | 60 | 4F | 0 | 16 | E5 | 5D | 29 |
| Octal | 7 | 52 | 310 | 140 | 117 | 0 | 26 | 345 | 135 | 51 |
| Binary | 111 | 101010 | 11001000 | 1100000 | 1001111 | 0 | 10110 | 11100101 | 1011101 | 101001 |
Color Harmonies of #072AC8
Complementary color
Monochromatic Colors of #072AC8
Black with #072AC8
Text Example
Text Example
White with #072AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072AC8; }
p { color: rgb(7,42,200); }
H1.HeaderClassName
{
color: #072AC8;
}
.AnyTagClassName
{
color: #072AC8;
}
</style>
background-color css
<style>
a { background-color: #072AC8; }
a { background-color: rgb(7,42,200); }
div.DivClassName
{
background-color: #072AC8;
}
.BgClassName
{
background-color: #072AC8;
}
</style>
border-color css
<style>
span { border-color: #072AC8; }
span { border-color: rgb(7,42,200); }
td.TdClassName
{
border-color: #072AC8;
}
.TagClassName
{
border-color: #072AC8;
}
</style>