Color Hex Logo

#016399 Color Hex

#016399
(1,99,153)
0 Favorites   0 Comments

Color spaces of #016399

RGB 199153
HSL0.560.990.30
HSV201°99°60°
CMYK 0.990.350.00   0.40
XYZ10.224111.230031.7657
Yxy11.23000.19210.2110
Hunter Lab33.5112-4.1851-32.7439
CIE-Lab39.9652-3.4363-36.1549

#016399 color RGB value is (1,99,153).

#016399 hex color red value is 1, green value is 99 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #016399 hue: 0.56 , saturation: 0.99 and the lightness value of 016399 is 0.30.

The process color (four color CMYK) of #016399 color hex is 0.99, 0.35, 0.00, 0.40. Web safe color of #016399 is #006699. Color #016399 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100011 10011001
Octal 1 143 231
Decimal 1 99 153
Hex 1 63 99

RGB Percentages of Color #016399

%0.40
%39.13
%60.47

CMYK Percentages of Color #016399

%99
%35
%0
%40

Triadic Colors of #016399

#016399 #990163 #639901

Analogous Colors of #016399

#016399 #011799 #019983

Monochromatic Colors of #016399

#016399

Complementary Color

#016399 #993701

#016399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016399 Color CSS Codes

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

#016399 Text Font Color

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

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


#016399 Background Color

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

This div background color is #016399


#016399 Border Color

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

This div border color is #016399


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,99,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #016399; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #016399;
  -webkit-box-shadow: 1px 1px 3px 2px #016399;
  box-shadow:         1px 1px 3px 2px #016399; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016399


Comments

No comments written yet.

Please login to write comment.