#0E0DC5

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

Shades of Medium Blue #0E0DC5

Tints of Medium Blue #0E0DC5

Color information

#0E0DC5 (or 0x0E0DC5) is unknown color: approx Medium Blue. HEX triplet: 0E, 0D and C5. RGB value is (14,13,197). Sum of RGB (Red+Green+Blue) = 14+13+197=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 197 (77.34% from 255 or 87.95% from 224); Max value from RGB is 197 - color contains mainly: blue. Hex color #0E0DC5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0DC5 is #F1F23A. Grayscale: #212121. Windows color (decimal): -15856187 or 12913934. OLE color: 12913934.

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

Color convert

RGB1413197-
CMYK0.930.9300.23
HSL240.33º87.62%41.18%-
HSV(B)240.33º93.4%77.25%-
XYZ10.44.4153.13-
YUV34.28219.83113.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.25%
GREEN value IS 13 (5.47% from 255) = 5.80%
BLUE value IS 197 (77.34% from 255) = 87.95%
R=6.25%
G=5.80%
B=87.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal14131970.930.9300.23240.3387.6241.18
HexEDC55D5D017f05829
Octal161530513513502736013051
Binary111011011100010110111011011101010111111100001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,13,197); }

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

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

 a { background-color: rgb(14,13,197); }

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

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

 span { border-color: rgb(14,13,197); }

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