Shades of Persian Blue #072BC1
Tints of Persian Blue #072BC1
RGB
CMYK
RGB Variations
Color information
#072BC1 (or 0x072BC1) is known color: Persian Blue. HEX triplet: 07, 2B and C1. RGB value is (7,43,193). Sum of RGB (Red+Green+Blue) = 7+43+193=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 193 (75.78% from 255 or 79.42% from 243); Max value from RGB is 193 - color contains mainly: blue. Hex color #072BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BC1 is #F8D43E. Grayscale: #303030. Windows color (decimal): -16307263 or 12659463. OLE color: 12659463.
HSL color Cylindrical-coordinate representation of color #072BC1: hue angle of 228.39º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072BC1 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 43 | 193 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.24 |
| HSL | 228.39º | 0.93% | 0.39% | - |
| HSV(B) | 228.39º | 0.96% | 0.76% | - |
| XYZ | 10.58 | 5.62 | 50.98 | - |
| YUV | 49.34 | 209.07 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 193 | 0.96 | 0.78 | 0 | 0.24 | 228.39 | 0.93 | 0.39 |
| Hex | 7 | 2B | C1 | 60 | 4E | 0 | 18 | E4 | 5D | 27 |
| Octal | 7 | 53 | 301 | 140 | 116 | 0 | 30 | 344 | 135 | 47 |
| Binary | 111 | 101011 | 11000001 | 1100000 | 1001110 | 0 | 11000 | 11100100 | 1011101 | 100111 |
Color Harmonies of #072BC1
Complementary color
Monochromatic Colors of #072BC1
Black with #072BC1
Text Example
Text Example
White with #072BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072BC1; }
p { color: rgb(7,43,193); }
H1.HeaderClassName
{
color: #072BC1;
}
.AnyTagClassName
{
color: #072BC1;
}
</style>
background-color css
<style>
a { background-color: #072BC1; }
a { background-color: rgb(7,43,193); }
div.DivClassName
{
background-color: #072BC1;
}
.BgClassName
{
background-color: #072BC1;
}
</style>
border-color css
<style>
span { border-color: #072BC1; }
span { border-color: rgb(7,43,193); }
td.TdClassName
{
border-color: #072BC1;
}
.TagClassName
{
border-color: #072BC1;
}
</style>