Color Hex Logo

#016acb Color Hex

#016ACB
(1,106,203)
0 Favorites   0 Comments

Color spaces of #016acb

RGB 1106203
HSL0.580.990.40
HSV209°100°80°
CMYK 1.000.480.00   0.20
XYZ15.946014.626358.4826
Yxy14.62630.17910.1642
Hunter Lab38.24437.4981-63.8942
CIE-Lab45.118012.3264-57.1985

#016acb color RGB value is (1,106,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101010 11001011
Octal 1 152 313
Decimal 1 106 203
Hex 1 6A CB

RGB Percentages of Color #016acb

%0.32
%34.19
%65.48

CMYK Percentages of Color #016acb

%100
%48
%0
%20

Triadic Colors of #016acb

#016acb #cb016a #6acb01

Analogous Colors of #016acb

#016acb #0105cb #01cbc7

Monochromatic Colors of #016acb

#016acb

Complementary Color

#016acb #cb6201

#016acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#016acb Color CSS Codes

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

#016acb Text Font Color

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

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


#016acb Background Color

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

This div background color is #016acb


#016acb Border Color

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

This div border color is #016acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016acb


Comments

No comments written yet.

Please login to write comment.