Color Hex Logo

#016fca Color Hex

#016FCA
(1,111,202)
0 Favorites   0 Comments

Color spaces of #016fca

RGB 1111202
HSL0.580.990.40
HSV207°100°79°
CMYK 1.000.450.00   0.21
XYZ16.357615.639658.0337
Yxy15.63960.18170.1737
Hunter Lab39.54694.6249-59.3231
CIE-Lab46.49818.7306-54.4021

#016fca color RGB value is (1,111,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101111 11001010
Octal 1 157 312
Decimal 1 111 202
Hex 1 6F CA

RGB Percentages of Color #016fca

%0.32
%35.35
%64.33

CMYK Percentages of Color #016fca

%100
%45
%0
%21

Triadic Colors of #016fca

#016fca #ca016f #6fca01

Analogous Colors of #016fca

#016fca #010bca #01cac1

Monochromatic Colors of #016fca

#016fca

Complementary Color

#016fca #ca5c01

#016fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#016fca Color CSS Codes

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

#016fca Text Font Color

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

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


#016fca Background Color

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

This div background color is #016fca


#016fca Border Color

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

This div border color is #016fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016fca


Comments

No comments written yet.

Please login to write comment.