Color Hex Logo

#015cbe Color Hex

#015CBE
(1,92,190)
0 Favorites   0 Comments

Color spaces of #015cbe

RGB 192190
HSL0.590.990.37
HSV211°99°75°
CMYK 0.990.520.00   0.25
XYZ13.133911.378550.2192
Yxy11.37850.17570.1523
Hunter Lab33.732010.4697-64.6567
CIE-Lab40.210816.2089-57.6103

#015cbe color RGB value is (1,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011100 10111110
Octal 1 134 276
Decimal 1 92 190
Hex 1 5C BE

RGB Percentages of Color #015cbe

%0.35
%32.51
%67.14

CMYK Percentages of Color #015cbe

%99
%52
%0
%25

Triadic Colors of #015cbe

#015cbe #be015c #5cbe01

Analogous Colors of #015cbe

#015cbe #0401be #01bbbe

Monochromatic Colors of #015cbe

#015cbe

Complementary Color

#015cbe #be6301

#015cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#015cbe Color CSS Codes

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

#015cbe Text Font Color

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

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


#015cbe Background Color

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

This div background color is #015cbe


#015cbe Border Color

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

This div border color is #015cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,92,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 #015cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015cbe


Comments

No comments written yet.

Please login to write comment.