Color Hex Logo

#015cbc Color Hex

#015CBC
(1,92,188)
0 Favorites   0 Comments

Color spaces of #015cbc

RGB 192188
HSL0.590.990.37
HSV211°99°74°
CMYK 0.990.510.00   0.26
XYZ12.916811.291649.0757
Yxy11.29160.17630.1541
Hunter Lab33.60309.8092-63.0684
CIE-Lab40.067315.3950-56.6757

#015cbc color RGB value is (1,92,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011100 10111100
Octal 1 134 274
Decimal 1 92 188
Hex 1 5C BC

RGB Percentages of Color #015cbc

%0.36
%32.74
%66.90

CMYK Percentages of Color #015cbc

%99
%51
%0
%26

Triadic Colors of #015cbc

#015cbc #bc015c #5cbc01

Analogous Colors of #015cbc

#015cbc #0301bc #01babc

Monochromatic Colors of #015cbc

#015cbc

Complementary Color

#015cbc #bc6101

#015cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#015cbc Color CSS Codes

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

#015cbc Text Font Color

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

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


#015cbc Background Color

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

This div background color is #015cbc


#015cbc Border Color

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

This div border color is #015cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015cbc


Comments

No comments written yet.

Please login to write comment.