Color Hex Logo

#0015eb Color Hex

#0015EB
(0,21,235)
0 Favorites   0 Comments

Color spaces of #0015eb

RGB 021235
HSL0.651.000.46
HSV235°100°92°
CMYK 1.000.910.00   0.08
XYZ15.26366.534579.0541
Yxy6.53450.15130.0648
Hunter Lab25.562761.8486-165.4640
CIE-Lab30.722870.3837-99.2000

#0015eb color RGB value is (0,21,235).

#0015eb hex color red value is 0, green value is 21 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0015eb hue: 0.65 , saturation: 1.00 and the lightness value of 0015eb is 0.46.

The process color (four color CMYK) of #0015eb color hex is 1.00, 0.91, 0.00, 0.08. Web safe color of #0015eb is #0000ff. Color #0015eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010101 11101011
Octal 0 25 353
Decimal 0 21 235
Hex 0 15 EB

RGB Percentages of Color #0015eb

%0.00
%8.20
%91.80

CMYK Percentages of Color #0015eb

%100
%91
%0
%8

Triadic Colors of #0015eb

#0015eb #eb0015 #15eb00

Analogous Colors of #0015eb

#0015eb #6000eb #008beb

Monochromatic Colors of #0015eb

#0015eb

Complementary Color

#0015eb #ebd600

#0015eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0015eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0015eb Color CSS Codes

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

#0015eb Text Font Color

<p style="color:#0015eb">Text here</p>

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


#0015eb Background Color

<div style="background-color:#0015eb">
Div content here</div>

This div background color is #0015eb


#0015eb Border Color

<div style="border:3px solid #0015eb">
Div here</div>

This div border color is #0015eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,21,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0015eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0015eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0015eb;
  box-shadow:         1px 1px 3px 2px #0015eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,21,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 #0015eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0015eb


Comments

No comments written yet.

Please login to write comment.