Color Hex Logo

#0091ea Color Hex

#0091EA
(0,145,234)
1 Favorites   2 Comments

Color spaces of #0091ea

RGB 0145234
HSL0.561.000.46
HSV203°100°92°
CMYK 1.000.380.00   0.08
XYZ24.976726.191381.5809
Yxy26.19130.18810.1973
Hunter Lab51.1774-2.4452-58.6888
CIE-Lab58.21820.3537-53.6893

#0091ea color RGB value is (0,145,234).

#0091ea hex color red value is 0, green value is 145 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0091ea hue: 0.56 , saturation: 1.00 and the lightness value of 0091ea is 0.46.

The process color (four color CMYK) of #0091ea color hex is 1.00, 0.38, 0.00, 0.08. Web safe color of #0091ea is #0099ff. Color #0091ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010001 11101010
Octal 0 221 352
Decimal 0 145 234
Hex 0 91 EA

RGB Percentages of Color #0091ea

%0.00
%38.26
%61.74

CMYK Percentages of Color #0091ea

%100
%38
%0
%8

Triadic Colors of #0091ea

#0091ea #ea0091 #91ea00

Analogous Colors of #0091ea

#0091ea #001cea #00eace

Monochromatic Colors of #0091ea

#0091ea

Complementary Color

#0091ea #ea5900

#0091ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0091ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0091ea Color CSS Codes

.mybgcolor {background-color:#0091ea; } 
.myforecolor {color:#0091ea; }
.mybordercolor {border:3px solid #0091ea; }

#0091ea Text Font Color

<p style="color:#0091ea">Text here</p>

This sample text font color is #0091ea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0091ea Background Color

<div style="background-color:#0091ea">
Div content here</div>

This div background color is #0091ea


#0091ea Border Color

<div style="border:3px solid #0091ea">
Div here</div>

This div border color is #0091ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,145,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0091ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0091ea;
  -webkit-box-shadow: 1px 1px 3px 2px #0091ea;
  box-shadow:         1px 1px 3px 2px #0091ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,145,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0091ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0091ea;
  -webkit-box-shadow: 1px 1px 3px 2px #0091ea;
  box-shadow:         1px 1px 3px 2px #0091ea;">
Div content here</div>

This div box has shadow with color #0091ea


Comments

26 Mar 2021, 15:41 Bit125

I see.

27 Oct 2017, 13:44 g_u_e_s_t

From what I can compare between 0091EA (Material Design Palette) & 099CC (Android HOLO Dark Blue) the former is strikingly close to HOLO ICS Blue, for dark blue text on black background. The reason I am posting this is because I'm making a set of custom icons intended to resemble a legacy color standard.

Please login to write comment.