#0727E5

Color #0727E5 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0727E5

Tints of Medium Blue #0727E5

Color information

#0727E5 (or 0x0727E5) is unknown color: approx Medium Blue. HEX triplet: 07, 27 and E5. RGB value is (7,39,229). Sum of RGB (Red+Green+Blue) = 7+39+229=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 229 (89.84% from 255 or 83.27% from 275); Max value from RGB is 229 - color contains mainly: blue. Hex color #0727E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0727E5 is #F8D81A. Grayscale: #323232. Windows color (decimal): -16308251 or 15017735. OLE color: 15017735.

HSL color Cylindrical-coordinate representation of color #0727E5: hue angle of 231.35º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0727E5 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB739229-
CMYK0.970.8300.10
HSL231.35º94.07%46.27%-
HSV(B)231.35º96.94%89.8%-
XYZ14.967.1574.72-
YUV51.09228.496.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.55%
GREEN value IS 39 (15.62% from 255) = 14.18%
BLUE value IS 229 (89.84% from 255) = 83.27%
R=2.55%
G=14.18%
B=83.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal7392290.970.8300.10231.3594.0746.27
Hex727E561530Ae75e2e
Octal74734514112301234713656
Binary111100111111001011100001101001101010111001111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0727E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0727E5; }

 p { color: rgb(7,39,229); }

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

<style>
 a { background-color: #0727E5; }

 a { background-color: rgb(7,39,229); }

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

<style>
 span { border-color: #0727E5; }

 span { border-color: rgb(7,39,229); }

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