Shades of Persian Blue #072AC5
Tints of Persian Blue #072AC5
RGB
CMYK
RGB Variations
Color information
#072AC5 (or 0x072AC5) is known color: Persian Blue. HEX triplet: 07, 2A and C5. RGB value is (7,42,197). Sum of RGB (Red+Green+Blue) = 7+42+197=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 197 (77.34% from 255 or 80.08% from 246); Max value from RGB is 197 - color contains mainly: blue. Hex color #072AC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072AC5 is #F8D53A. Grayscale: #303030. Windows color (decimal): -16307515 or 12921351. OLE color: 12921351.
HSL color Cylindrical-coordinate representation of color #072AC5: hue angle of 228.95º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072AC5 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 42 | 197 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.23 |
| HSL | 228.95º | 0.93% | 0.4% | - |
| HSV(B) | 228.95º | 0.96% | 0.77% | - |
| XYZ | 10.99 | 5.73 | 53.35 | - |
| YUV | 49.21 | 211.4 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 197 | 0.96 | 0.79 | 0 | 0.23 | 228.95 | 0.93 | 0.4 |
| Hex | 7 | 2A | C5 | 60 | 4F | 0 | 17 | E5 | 5D | 28 |
| Octal | 7 | 52 | 305 | 140 | 117 | 0 | 27 | 345 | 135 | 50 |
| Binary | 111 | 101010 | 11000101 | 1100000 | 1001111 | 0 | 10111 | 11100101 | 1011101 | 101000 |
Color Harmonies of #072AC5
Complementary color
Monochromatic Colors of #072AC5
Black with #072AC5
Text Example
Text Example
White with #072AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072AC5; }
p { color: rgb(7,42,197); }
H1.HeaderClassName
{
color: #072AC5;
}
.AnyTagClassName
{
color: #072AC5;
}
</style>
background-color css
<style>
a { background-color: #072AC5; }
a { background-color: rgb(7,42,197); }
div.DivClassName
{
background-color: #072AC5;
}
.BgClassName
{
background-color: #072AC5;
}
</style>
border-color css
<style>
span { border-color: #072AC5; }
span { border-color: rgb(7,42,197); }
td.TdClassName
{
border-color: #072AC5;
}
.TagClassName
{
border-color: #072AC5;
}
</style>