#072EC2

Color #072EC2 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #072EC2

Tints of Persian Blue #072EC2

Color information

#072EC2 (or 0x072EC2) is unknown color: approx Persian Blue. HEX triplet: 07, 2E and C2. RGB value is (7,46,194). Sum of RGB (Red+Green+Blue) = 7+46+194=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 194 (76.17% from 255 or 78.54% from 247); Max value from RGB is 194 - color contains mainly: blue. Hex color #072EC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072EC2 is #F8D13D. Grayscale: #323232. Windows color (decimal): -16306494 or 12725767. OLE color: 12725767.

HSL color Cylindrical-coordinate representation of color #072EC2: hue angle of 227.49º 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 #072EC2 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB746194-
CMYK0.960.7600.24
HSL227.49º93.03%39.41%-
HSV(B)227.49º96.39%76.08%-
XYZ10.85.8951.61-
YUV51.21208.5896.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.83%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 194 (76.17% from 255) = 78.54%
R=2.83%
G=18.62%
B=78.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7461940.960.7600.24227.4993.0339.41
Hex72EC2604C018e35d27
Octal75630214011403034313547
Binary1111011101100001011000001001100011000111000111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072EC2; }

 p { color: rgb(7,46,194); }

 H1.HeaderClassName
 {
   color: #072EC2;
 }
 .AnyTagClassName
 {
   color: #072EC2;
 }
</style>
background-color css

<style>
 a { background-color: #072EC2; }

 a { background-color: rgb(7,46,194); }

 div.DivClassName
 {
   background-color: #072EC2;
 }
 .BgClassName
 {
   background-color: #072EC2;
 }
</style>
border-color css

<style>
 span { border-color: #072EC2; }

 span { border-color: rgb(7,46,194); }

 td.TdClassName
 {
   border-color: #072EC2;
 }
 .TagClassName
 {
   border-color: #072EC2;
 }
</style>