Color Hex Logo

#016fbc Color Hex

#016FBC
(1,111,188)
0 Favorites   0 Comments

Color spaces of #016fbc

RGB 1111188
HSL0.570.990.37
HSV205°99°74°
CMYK 0.990.410.00   0.26
XYZ14.774115.006249.6948
Yxy15.00620.18590.1888
Hunter Lab38.73780.2863-48.9436
CIE-Lab45.64273.1369-47.7052

#016fbc color RGB value is (1,111,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101111 10111100
Octal 1 157 274
Decimal 1 111 188
Hex 1 6F BC

RGB Percentages of Color #016fbc

%0.33
%37.00
%62.67

CMYK Percentages of Color #016fbc

%99
%41
%0
%26

Triadic Colors of #016fbc

#016fbc #bc016f #6fbc01

Analogous Colors of #016fbc

#016fbc #0111bc #01bcac

Monochromatic Colors of #016fbc

#016fbc

Complementary Color

#016fbc #bc4e01

#016fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#016fbc Color CSS Codes

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

#016fbc Text Font Color

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

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


#016fbc Background Color

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

This div background color is #016fbc


#016fbc Border Color

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

This div border color is #016fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016fbc


Comments

No comments written yet.

Please login to write comment.