Color Hex Logo

#0168af Color Hex

#0168AF
(1,104,175)
0 Favorites   0 Comments

Color spaces of #0168af

RGB 1104175
HSL0.570.990.35
HSV204°99°69°
CMYK 0.990.410.00   0.31
XYZ12.700713.002242.3977
Yxy13.00220.18650.1909
Hunter Lab36.0586-0.2305-44.4723
CIE-Lab42.76662.3188-44.7247

#0168af color RGB value is (1,104,175).

#0168af hex color red value is 1, green value is 104 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0168af hue: 0.57 , saturation: 0.99 and the lightness value of 0168af is 0.35.

The process color (four color CMYK) of #0168af color hex is 0.99, 0.41, 0.00, 0.31. Web safe color of #0168af is #006699. Color #0168af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101000 10101111
Octal 1 150 257
Decimal 1 104 175
Hex 1 68 AF

RGB Percentages of Color #0168af

%0.36
%37.14
%62.50

CMYK Percentages of Color #0168af

%99
%41
%0
%31

Triadic Colors of #0168af

#0168af #af0168 #68af01

Analogous Colors of #0168af

#0168af #0111af #01af9f

Monochromatic Colors of #0168af

#0168af

Complementary Color

#0168af #af4801

#0168af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0168af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0168af Color CSS Codes

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

#0168af Text Font Color

<p style="color:#0168af">Text here</p>

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


#0168af Background Color

<div style="background-color:#0168af">
Div content here</div>

This div background color is #0168af


#0168af Border Color

<div style="border:3px solid #0168af">
Div here</div>

This div border color is #0168af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,104,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0168af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0168af;
  -webkit-box-shadow: 1px 1px 3px 2px #0168af;
  box-shadow:         1px 1px 3px 2px #0168af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0168af


Comments

No comments written yet.

Please login to write comment.