Color Hex Logo

#0e188b Color Hex

#0E188B
(14,24,139)
0 Favorites   0 Comments

Color spaces of #0e188b

RGB 1424139
HSL0.650.820.30
HSV235°90°55°
CMYK 0.900.830.00   0.45
XYZ5.16792.610724.6576
Yxy2.61070.15930.0805
Hunter Lab16.157728.8159-79.1699
CIE-Lab18.412041.0935-62.5754

#0e188b color RGB value is (14,24,139).

#0e188b hex color red value is 14, green value is 24 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #0e188b hue: 0.65 , saturation: 0.82 and the lightness value of 0e188b is 0.30.

The process color (four color CMYK) of #0e188b color hex is 0.90, 0.83, 0.00, 0.45. Web safe color of #0e188b is #000099. Color #0e188b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00011000 10001011
Octal 16 30 213
Decimal 14 24 139
Hex E 18 8B

RGB Percentages of Color #0e188b

%7.91
%13.56
%78.53

CMYK Percentages of Color #0e188b

%90
%83
%0
%45

Triadic Colors of #0e188b

#0e188b #8b0e18 #188b0e

Analogous Colors of #0e188b

#0e188b #430e8b #0e568b

Monochromatic Colors of #0e188b

#0e188b

Complementary Color

#0e188b #8b810e

#0e188b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e188b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e188b Color CSS Codes

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

#0e188b Text Font Color

<p style="color:#0e188b">Text here</p>

This sample text font color is #0e188b
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.


#0e188b Background Color

<div style="background-color:#0e188b">
Div content here</div>

This div background color is #0e188b


#0e188b Border Color

<div style="border:3px solid #0e188b">
Div here</div>

This div border color is #0e188b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,24,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0e188b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0e188b;
  -webkit-box-shadow: 1px 1px 3px 2px #0e188b;
  box-shadow:         1px 1px 3px 2px #0e188b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,24,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e188b


Comments

No comments written yet.

Please login to write comment.