#0E1AD2

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

Shades of Medium Blue #0E1AD2

Tints of Medium Blue #0E1AD2

Color information

#0E1AD2 (or 0x0E1AD2) is unknown color: approx Medium Blue. HEX triplet: 0E, 1A and D2. RGB value is (14,26,210). Sum of RGB (Red+Green+Blue) = 14+26+210=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 210 (82.42% from 255 or 84% from 250); Max value from RGB is 210 - color contains mainly: blue. Hex color #0E1AD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E1AD2 is #F1E52D. Grayscale: #2A2A2A. Windows color (decimal): -15852846 or 13769230. OLE color: 13769230.

HSL color Cylindrical-coordinate representation of color #0E1AD2: hue angle of 236.33º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E1AD2 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1426210-
CMYK0.930.8800.18
HSL236.33º87.5%43.92%-
HSV(B)236.33º93.33%82.35%-
XYZ12.185.4961.39-
YUV43.39222.02107.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.6%
GREEN value IS 26 (10.55% from 255) = 10.4%
BLUE value IS 210 (82.42% from 255) = 84%
R=5.6%
G=10.4%
B=84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal14262100.930.8800.18236.3387.543.92
HexE1AD25D58012ec582c
Octal163232213513002235413054
Binary1110110101101001010111011011000010010111011001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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