Shades of Persian Blue #072AD0
Tints of Persian Blue #072AD0
RGB
CMYK
RGB Variations
Color information
#072AD0 (or 0x072AD0) is known color: Persian Blue. HEX triplet: 07, 2A and D0. RGB value is (7,42,208). Sum of RGB (Red+Green+Blue) = 7+42+208=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 208 (81.64% from 255 or 80.93% from 257); Max value from RGB is 208 - color contains mainly: blue. Hex color #072AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072AD0 is #F8D52F. Grayscale: #313131. Windows color (decimal): -16307504 or 13642247. OLE color: 13642247.
HSL color Cylindrical-coordinate representation of color #072AD0: hue angle of 229.55º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072AD0 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 42 | 208 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.18 |
| HSL | 229.55º | 0.93% | 0.42% | - |
| HSV(B) | 229.55º | 0.97% | 0.82% | - |
| XYZ | 12.3 | 6.26 | 60.23 | - |
| YUV | 50.46 | 216.9 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 208 | 0.97 | 0.80 | 0 | 0.18 | 229.55 | 0.93 | 0.42 |
| Hex | 7 | 2A | D0 | 61 | 50 | 0 | 12 | E6 | 5D | 2A |
| Octal | 7 | 52 | 320 | 141 | 120 | 0 | 22 | 346 | 135 | 52 |
| Binary | 111 | 101010 | 11010000 | 1100001 | 1010000 | 0 | 10010 | 11100110 | 1011101 | 101010 |
Color Harmonies of #072AD0
Complementary color
Monochromatic Colors of #072AD0
Black with #072AD0
Text Example
Text Example
White with #072AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072AD0; }
p { color: rgb(7,42,208); }
H1.HeaderClassName
{
color: #072AD0;
}
.AnyTagClassName
{
color: #072AD0;
}
</style>
background-color css
<style>
a { background-color: #072AD0; }
a { background-color: rgb(7,42,208); }
div.DivClassName
{
background-color: #072AD0;
}
.BgClassName
{
background-color: #072AD0;
}
</style>
border-color css
<style>
span { border-color: #072AD0; }
span { border-color: rgb(7,42,208); }
td.TdClassName
{
border-color: #072AD0;
}
.TagClassName
{
border-color: #072AD0;
}
</style>