Color Hex Logo

#015bcc Color Hex

#015BCC
(1,91,204)
0 Favorites   0 Comments

Color spaces of #015bcc

RGB 191204
HSL0.590.990.40
HSV213°100°80°
CMYK 1.000.550.00   0.20
XYZ14.652711.848358.6414
Yxy11.84830.17210.1392
Hunter Lab34.421415.7476-76.9135
CIE-Lab40.974022.5222-64.4904

#015bcc color RGB value is (1,91,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011011 11001100
Octal 1 133 314
Decimal 1 91 204
Hex 1 5B CC

RGB Percentages of Color #015bcc

%0.34
%30.74
%68.92

CMYK Percentages of Color #015bcc

%100
%55
%0
%20

Triadic Colors of #015bcc

#015bcc #cc015b #5bcc01

Analogous Colors of #015bcc

#015bcc #0c01cc #01c1cc

Monochromatic Colors of #015bcc

#015bcc

Complementary Color

#015bcc #cc7201

#015bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#015bcc Color CSS Codes

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

#015bcc Text Font Color

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

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


#015bcc Background Color

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

This div background color is #015bcc


#015bcc Border Color

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

This div border color is #015bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015bcc


Comments

No comments written yet.

Please login to write comment.