#072FC2

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

Shades of Persian Blue #072FC2

Tints of Persian Blue #072FC2

Color information

#072FC2 (or 0x072FC2) is unknown color: approx Persian Blue. HEX triplet: 07, 2F and C2. RGB value is (7,47,194). Sum of RGB (Red+Green+Blue) = 7+47+194=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 194 (76.17% from 255 or 78.23% from 248); Max value from RGB is 194 - color contains mainly: blue. Hex color #072FC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072FC2 is #F8D03D. Grayscale: #333333. Windows color (decimal): -16306238 or 12726023. OLE color: 12726023.

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

Color convert

RGB747194-
CMYK0.960.7600.24
HSL227.17º93.03%39.41%-
HSV(B)227.17º96.39%76.08%-
XYZ10.845.9751.62-
YUV51.8208.2596.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.82%
GREEN value IS 47 (18.75% from 255) = 18.95%
BLUE value IS 194 (76.17% from 255) = 78.23%
R=2.82%
G=18.95%
B=78.23%

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
Decimal7471940.960.7600.24227.1793.0339.41
Hex72FC2604C018e35d27
Octal75730214011403034313547
Binary1111011111100001011000001001100011000111000111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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