Color Hex Logo

#015dcb Color Hex

#015DCB
(1,93,203)
0 Favorites   0 Comments

Color spaces of #015dcb

RGB 193203
HSL0.590.990.40
HSV213°100°80°
CMYK 1.000.540.00   0.20
XYZ14.706412.147058.0694
Yxy12.14700.17320.1430
Hunter Lab34.852514.3280-74.3890
CIE-Lab41.448820.8027-63.1410

#015dcb color RGB value is (1,93,203).

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

The process color (four color CMYK) of #015dcb color hex is 1.00, 0.54, 0.00, 0.20. Web safe color of #015dcb is #0066cc. Color #015dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011101 11001011
Octal 1 135 313
Decimal 1 93 203
Hex 1 5D CB

RGB Percentages of Color #015dcb

%0.34
%31.31
%68.35

CMYK Percentages of Color #015dcb

%100
%54
%0
%20

Triadic Colors of #015dcb

#015dcb #cb015d #5dcb01

Analogous Colors of #015dcb

#015dcb #0a01cb #01c2cb

Monochromatic Colors of #015dcb

#015dcb

Complementary Color

#015dcb #cb6f01

#015dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#015dcb Color CSS Codes

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

#015dcb Text Font Color

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

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


#015dcb Background Color

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

This div background color is #015dcb


#015dcb Border Color

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

This div border color is #015dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015dcb


Comments

No comments written yet.

Please login to write comment.