#0E1AE2

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

Shades of Medium Blue #0E1AE2

Tints of Medium Blue #0E1AE2

Color information

#0E1AE2 (or 0x0E1AE2) is unknown color: approx Medium Blue. HEX triplet: 0E, 1A and E2. RGB value is (14,26,226). Sum of RGB (Red+Green+Blue) = 14+26+226=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 226 (88.67% from 255 or 84.96% from 266); Max value from RGB is 226 - color contains mainly: blue. Hex color #0E1AE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E1AE2 is #F1E51D. Grayscale: #2C2C2C. Windows color (decimal): -15852830 or 14817806. OLE color: 14817806.

HSL color Cylindrical-coordinate representation of color #0E1AE2: hue angle of 236.6º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E1AE2 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1426226-
CMYK0.940.8800.11
HSL236.6º88.33%47.06%-
HSV(B)236.6º93.81%88.63%-
XYZ14.286.3272.42-
YUV45.21230.02105.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.26%
GREEN value IS 26 (10.55% from 255) = 9.77%
BLUE value IS 226 (88.67% from 255) = 84.96%
R=5.26%
G=9.77%
B=84.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal14262260.940.8800.11236.688.3347.06
HexE1AE25E580Bed582f
Octal163234213613001335513057
Binary111011010111000101011110101100001011111011011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,26,226); }

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

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

 a { background-color: rgb(14,26,226); }

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

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

 span { border-color: rgb(14,26,226); }

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