Shades of Persian Blue #072FC1
Tints of Persian Blue #072FC1
RGB
CMYK
RGB Variations
Color information
#072FC1 (or 0x072FC1) is known color: Persian Blue. HEX triplet: 07, 2F and C1. RGB value is (7,47,193). Sum of RGB (Red+Green+Blue) = 7+47+193=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 193 (75.78% from 255 or 78.14% from 247); Max value from RGB is 193 - color contains mainly: blue. Hex color #072FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072FC1 is #F8D03E. Grayscale: #333333. Windows color (decimal): -16306239 or 12660487. OLE color: 12660487.
HSL color Cylindrical-coordinate representation of color #072FC1: hue angle of 227.1º 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 #072FC1 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 47 | 193 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.24 |
| HSL | 227.1º | 0.93% | 0.39% | - |
| HSV(B) | 227.1º | 0.96% | 0.76% | - |
| XYZ | 10.73 | 5.93 | 51.03 | - |
| YUV | 51.68 | 207.75 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 193 | 0.96 | 0.76 | 0 | 0.24 | 227.1 | 0.93 | 0.39 |
| Hex | 7 | 2F | C1 | 60 | 4C | 0 | 18 | E3 | 5D | 27 |
| Octal | 7 | 57 | 301 | 140 | 114 | 0 | 30 | 343 | 135 | 47 |
| Binary | 111 | 101111 | 11000001 | 1100000 | 1001100 | 0 | 11000 | 11100011 | 1011101 | 100111 |
Color Harmonies of #072FC1
Complementary color
Monochromatic Colors of #072FC1
Black with #072FC1
Text Example
Text Example
White with #072FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072FC1; }
p { color: rgb(7,47,193); }
H1.HeaderClassName
{
color: #072FC1;
}
.AnyTagClassName
{
color: #072FC1;
}
</style>
background-color css
<style>
a { background-color: #072FC1; }
a { background-color: rgb(7,47,193); }
div.DivClassName
{
background-color: #072FC1;
}
.BgClassName
{
background-color: #072FC1;
}
</style>
border-color css
<style>
span { border-color: #072FC1; }
span { border-color: rgb(7,47,193); }
td.TdClassName
{
border-color: #072FC1;
}
.TagClassName
{
border-color: #072FC1;
}
</style>