#0E1ABE

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

Shades of Medium Blue #0E1ABE

Tints of Medium Blue #0E1ABE

Color information

#0E1ABE (or 0x0E1ABE) is unknown color: approx Medium Blue. HEX triplet: 0E, 1A and BE. RGB value is (14,26,190). Sum of RGB (Red+Green+Blue) = 14+26+190=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 190 (74.61% from 255 or 82.61% from 230); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E1ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E1ABE is #F1E541. Grayscale: #282828. Windows color (decimal): -15852866 or 12458510. OLE color: 12458510.

HSL color Cylindrical-coordinate representation of color #0E1ABE: hue angle of 235.91º 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 #0E1ABE is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1426190-
CMYK0.930.8600.25
HSL235.91º86.27%40%-
HSV(B)235.91º92.63%74.51%-
XYZ9.844.5549.07-
YUV41.11212.02108.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.09%
GREEN value IS 26 (10.55% from 255) = 11.30%
BLUE value IS 190 (74.61% from 255) = 82.61%
R=6.09%
G=11.30%
B=82.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14261900.930.8600.25235.9186.2740
HexE1ABE5D56019ec5628
Octal163227613512603135412650
Binary1110110101011111010111011010110011001111011001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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