Color Hex Logo

#015ebb Color Hex

#015EBB
(1,94,187)
0 Favorites   0 Comments

Color spaces of #015ebb

RGB 194187
HSL0.580.990.37
HSV210°99°73°
CMYK 0.990.500.00   0.27
XYZ12.984911.599748.5683
Yxy11.59970.17750.1586
Hunter Lab34.05838.4519-60.7087
CIE-Lab40.572713.6677-55.2741

#015ebb color RGB value is (1,94,187).

#015ebb hex color red value is 1, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #015ebb hue: 0.58 , saturation: 0.99 and the lightness value of 015ebb is 0.37.

The process color (four color CMYK) of #015ebb color hex is 0.99, 0.50, 0.00, 0.27. Web safe color of #015ebb is #0066cc. Color #015ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011110 10111011
Octal 1 136 273
Decimal 1 94 187
Hex 1 5E BB

RGB Percentages of Color #015ebb

%0.35
%33.33
%66.31

CMYK Percentages of Color #015ebb

%99
%50
%0
%27

Triadic Colors of #015ebb

#015ebb #bb015e #5ebb01

Analogous Colors of #015ebb

#015ebb #0101bb #01bbbb

Monochromatic Colors of #015ebb

#015ebb

Complementary Color

#015ebb #bb5e01

#015ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#015ebb Color CSS Codes

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

#015ebb Text Font Color

<p style="color:#015ebb">Text here</p>

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


#015ebb Background Color

<div style="background-color:#015ebb">
Div content here</div>

This div background color is #015ebb


#015ebb Border Color

<div style="border:3px solid #015ebb">
Div here</div>

This div border color is #015ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,94,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #015ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #015ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #015ebb;
  box-shadow:         1px 1px 3px 2px #015ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,94,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015ebb


Comments

No comments written yet.

Please login to write comment.