Color Hex Logo

#015deb Color Hex

#015DEB
(1,93,235)
0 Favorites   0 Comments

Color spaces of #015deb

RGB 193235
HSL0.600.990.46
HSV216°100°92°
CMYK 1.000.600.00   0.08
XYZ18.922313.833380.2700
Yxy13.83330.16740.1224
Hunter Lab37.193125.7253-101.9241
CIE-Lab43.992933.3644-77.2374

#015deb color RGB value is (1,93,235).

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

The process color (four color CMYK) of #015deb color hex is 1.00, 0.60, 0.00, 0.08. Web safe color of #015deb is #0066ff. Color #015deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011101 11101011
Octal 1 135 353
Decimal 1 93 235
Hex 1 5D EB

RGB Percentages of Color #015deb

%0.30
%28.27
%71.43

CMYK Percentages of Color #015deb

%100
%60
%0
%8

Triadic Colors of #015deb

#015deb #eb015d #5deb01

Analogous Colors of #015deb

#015deb #1a01eb #01d2eb

Monochromatic Colors of #015deb

#015deb

Complementary Color

#015deb #eb8f01

#015deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#015deb Color CSS Codes

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

#015deb Text Font Color

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

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


#015deb Background Color

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

This div background color is #015deb


#015deb Border Color

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

This div border color is #015deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015deb


Comments

No comments written yet.

Please login to write comment.