#0A27E5

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

Shades of Medium Blue #0A27E5

Tints of Medium Blue #0A27E5

Color information

#0A27E5 (or 0x0A27E5) is unknown color: approx Medium Blue. HEX triplet: 0A, 27 and E5. RGB value is (10,39,229). Sum of RGB (Red+Green+Blue) = 10+39+229=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 229 (89.84% from 255 or 82.37% from 278); Max value from RGB is 229 - color contains mainly: blue. Hex color #0A27E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A27E5 is #F5D81A. Grayscale: #333333. Windows color (decimal): -16111643 or 15017738. OLE color: 15017738.

HSL color Cylindrical-coordinate representation of color #0A27E5: hue angle of 232.05º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A27E5 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1039229-
CMYK0.960.8300.10
HSL232.05º91.63%46.86%-
HSV(B)232.05º95.63%89.8%-
XYZ14.997.1774.72-
YUV51.99227.8998.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.60%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 229 (89.84% from 255) = 82.37%
R=3.60%
G=14.03%
B=82.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal10392290.960.8300.10232.0591.6346.86
HexA27E560530Ae85c2f
Octal124734514012301235013457
Binary1010100111111001011100000101001101010111010001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A27E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A27E5; }

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

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

<style>
 a { background-color: #0A27E5; }

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

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

<style>
 span { border-color: #0A27E5; }

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

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