Color Hex Logo

#001ebe Color Hex

#001EBE
(0,30,190)
0 Favorites   0 Comments

Color spaces of #001ebe

RGB 030190
HSL0.641.000.37
HSV231°100°75°
CMYK 1.000.840.00   0.25
XYZ9.75854.646349.0977
Yxy4.64630.15370.0732
Hunter Lab21.555343.0887-119.9596
CIE-Lab25.702354.3756-81.4659

#001ebe color RGB value is (0,30,190).

#001ebe hex color red value is 0, green value is 30 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #001ebe hue: 0.64 , saturation: 1.00 and the lightness value of 001ebe is 0.37.

The process color (four color CMYK) of #001ebe color hex is 1.00, 0.84, 0.00, 0.25. Web safe color of #001ebe is #0033cc. Color #001ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011110 10111110
Octal 0 36 276
Decimal 0 30 190
Hex 0 1E BE

RGB Percentages of Color #001ebe

%0.00
%13.64
%86.36

CMYK Percentages of Color #001ebe

%100
%84
%0
%25

Triadic Colors of #001ebe

#001ebe #be001e #1ebe00

Analogous Colors of #001ebe

#001ebe #4100be #007dbe

Monochromatic Colors of #001ebe

#001ebe

Complementary Color

#001ebe #bea000

#001ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#001ebe Color CSS Codes

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

#001ebe Text Font Color

<p style="color:#001ebe">Text here</p>

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


#001ebe Background Color

<div style="background-color:#001ebe">
Div content here</div>

This div background color is #001ebe


#001ebe Border Color

<div style="border:3px solid #001ebe">
Div here</div>

This div border color is #001ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,30,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #001ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #001ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #001ebe;
  box-shadow:         1px 1px 3px 2px #001ebe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001ebe


Comments

No comments written yet.

Please login to write comment.