Color Hex Logo

#016274 Color Hex

#016274
(1,98,116)
0 Favorites   0 Comments

Color spaces of #016274

RGB 198116
HSL0.530.980.23
HSV189°99°45°
CMYK 0.990.160.00   0.55
XYZ7.532610.002818.0567
Yxy10.00280.21160.2810
Hunter Lab31.6272-12.8345-11.7110
CIE-Lab37.8475-17.3318-17.0406

#016274 color RGB value is (1,98,116).

#016274 hex color red value is 1, green value is 98 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #016274 hue: 0.53 , saturation: 0.98 and the lightness value of 016274 is 0.23.

The process color (four color CMYK) of #016274 color hex is 0.99, 0.16, 0.00, 0.55. Web safe color of #016274 is #006666. Color #016274 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100010 01110100
Octal 1 142 164
Decimal 1 98 116
Hex 1 62 74

RGB Percentages of Color #016274

%0.47
%45.58
%53.95

CMYK Percentages of Color #016274

%99
%16
%0
%55

Triadic Colors of #016274

#016274 #740162 #627401

Analogous Colors of #016274

#016274 #012974 #01744d

Monochromatic Colors of #016274

#016274

Complementary Color

#016274 #741301

#016274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016274 Color CSS Codes

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

#016274 Text Font Color

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

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


#016274 Background Color

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

This div background color is #016274


#016274 Border Color

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

This div border color is #016274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016274


Comments

No comments written yet.

Please login to write comment.