#0E09C5

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

Shades of Medium Blue #0E09C5

Tints of Medium Blue #0E09C5

Color information

#0E09C5 (or 0x0E09C5) is unknown color: approx Medium Blue. HEX triplet: 0E, 09 and C5. RGB value is (14,9,197). Sum of RGB (Red+Green+Blue) = 14+9+197=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 197 (77.34% from 255 or 89.55% from 220); Max value from RGB is 197 - color contains mainly: blue. Hex color #0E09C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E09C5 is #F1F63A. Grayscale: #1F1F1F. Windows color (decimal): -15857211 or 12912910. OLE color: 12912910.

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

Color convert

RGB149197-
CMYK0.930.9500.23
HSL241.6º91.26%40.39%-
HSV(B)241.6º95.43%77.25%-
XYZ10.364.3253.11-
YUV31.93221.16115.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.36%
GREEN value IS 9 (3.91% from 255) = 4.09%
BLUE value IS 197 (77.34% from 255) = 89.55%
R=6.36%
G=4.09%
B=89.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491970.930.9500.23241.691.2640.39
HexE9C55D5F017f25b28
Octal161130513513702736213350
Binary111010011100010110111011011111010111111100101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E09C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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