Shades of Persian Blue #072FC4
Tints of Persian Blue #072FC4
RGB
CMYK
RGB Variations
Color information
#072FC4 (or 0x072FC4) is known color: Persian Blue. HEX triplet: 07, 2F and C4. RGB value is (7,47,196). Sum of RGB (Red+Green+Blue) = 7+47+196=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 196 (76.95% from 255 or 78.4% from 250); Max value from RGB is 196 - color contains mainly: blue. Hex color #072FC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072FC4 is #F8D03B. Grayscale: #333333. Windows color (decimal): -16306236 or 12857095. OLE color: 12857095.
HSL color Cylindrical-coordinate representation of color #072FC4: hue angle of 227.3º 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 #072FC4 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 47 | 196 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.23 |
| HSL | 227.3º | 0.93% | 0.4% | - |
| HSV(B) | 227.3º | 0.96% | 0.77% | - |
| XYZ | 11.07 | 6.06 | 52.81 | - |
| YUV | 52.03 | 209.25 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 196 | 0.96 | 0.76 | 0 | 0.23 | 227.3 | 0.93 | 0.4 |
| Hex | 7 | 2F | C4 | 60 | 4C | 0 | 17 | E3 | 5D | 28 |
| Octal | 7 | 57 | 304 | 140 | 114 | 0 | 27 | 343 | 135 | 50 |
| Binary | 111 | 101111 | 11000100 | 1100000 | 1001100 | 0 | 10111 | 11100011 | 1011101 | 101000 |
Color Harmonies of #072FC4
Complementary color
Monochromatic Colors of #072FC4
Black with #072FC4
Text Example
Text Example
White with #072FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072FC4; }
p { color: rgb(7,47,196); }
H1.HeaderClassName
{
color: #072FC4;
}
.AnyTagClassName
{
color: #072FC4;
}
</style>
background-color css
<style>
a { background-color: #072FC4; }
a { background-color: rgb(7,47,196); }
div.DivClassName
{
background-color: #072FC4;
}
.BgClassName
{
background-color: #072FC4;
}
</style>
border-color css
<style>
span { border-color: #072FC4; }
span { border-color: rgb(7,47,196); }
td.TdClassName
{
border-color: #072FC4;
}
.TagClassName
{
border-color: #072FC4;
}
</style>