#0E13BE

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

Shades of Medium Blue #0E13BE

Tints of Medium Blue #0E13BE

Color information

#0E13BE (or 0x0E13BE) is unknown color: approx Medium Blue. HEX triplet: 0E, 13 and BE. RGB value is (14,19,190). Sum of RGB (Red+Green+Blue) = 14+19+190=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 190 (74.61% from 255 or 85.20% from 223); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E13BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E13BE is #F1EC41. Grayscale: #242424. Windows color (decimal): -15854658 or 12456718. OLE color: 12456718.

HSL color Cylindrical-coordinate representation of color #0E13BE: hue angle of 238.3º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E13BE is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1419190-
CMYK0.930.9000.25
HSL238.3º86.27%40%-
HSV(B)238.3º92.63%74.51%-
XYZ9.714.2849.03-
YUV37214.34111.6-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.28%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 190 (74.61% from 255) = 85.20%
R=6.28%
G=8.52%
B=85.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14191900.930.9000.25238.386.2740
HexE13BE5D5A019ee5628
Octal162327613513203135612650
Binary1110100111011111010111011011010011001111011101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E13BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,19,190); }

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

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

 a { background-color: rgb(14,19,190); }

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

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

 span { border-color: rgb(14,19,190); }

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