Color Hex Logo

#016bcb Color Hex

#016BCB
(1,107,203)
0 Favorites   0 Comments

Color spaces of #016bcb

RGB 1107203
HSL0.580.990.40
HSV209°100°80°
CMYK 1.000.470.00   0.20
XYZ16.049714.833658.5172
Yxy14.83360.17950.1659
Hunter Lab38.51446.9842-63.1227
CIE-Lab45.405411.6841-56.7350

#016bcb color RGB value is (1,107,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101011 11001011
Octal 1 153 313
Decimal 1 107 203
Hex 1 6B CB

RGB Percentages of Color #016bcb

%0.32
%34.41
%65.27

CMYK Percentages of Color #016bcb

%100
%47
%0
%20

Triadic Colors of #016bcb

#016bcb #cb016b #6bcb01

Analogous Colors of #016bcb

#016bcb #0106cb #01cbc6

Monochromatic Colors of #016bcb

#016bcb

Complementary Color

#016bcb #cb6101

#016bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#016bcb Color CSS Codes

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

#016bcb Text Font Color

<p style="color:#016bcb">Text here</p>

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


#016bcb Background Color

<div style="background-color:#016bcb">
Div content here</div>

This div background color is #016bcb


#016bcb Border Color

<div style="border:3px solid #016bcb">
Div here</div>

This div border color is #016bcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,107,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 #016bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016bcb


Comments

No comments written yet.

Please login to write comment.