Color Hex Logo

#015cbd Color Hex

#015CBD
(1,92,189)
0 Favorites   0 Comments

Color spaces of #015cbd

RGB 192189
HSL0.590.990.37
HSV211°99°74°
CMYK 0.990.510.00   0.26
XYZ13.025011.334949.6455
Yxy11.33490.17600.1532
Hunter Lab33.667310.1391-63.8613
CIE-Lab40.138915.8023-57.1435

#015cbd color RGB value is (1,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011100 10111101
Octal 1 134 275
Decimal 1 92 189
Hex 1 5C BD

RGB Percentages of Color #015cbd

%0.35
%32.62
%67.02

CMYK Percentages of Color #015cbd

%99
%51
%0
%26

Triadic Colors of #015cbd

#015cbd #bd015c #5cbd01

Analogous Colors of #015cbd

#015cbd #0401bd #01babd

Monochromatic Colors of #015cbd

#015cbd

Complementary Color

#015cbd #bd6201

#015cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#015cbd Color CSS Codes

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

#015cbd Text Font Color

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

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


#015cbd Background Color

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

This div background color is #015cbd


#015cbd Border Color

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

This div border color is #015cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015cbd


Comments

No comments written yet.

Please login to write comment.