Color Hex Logo

#016275 Color Hex

#016275
(1,98,117)
0 Favorites   0 Comments

Color spaces of #016275

RGB 198117
HSL0.530.980.23
HSV190°99°46°
CMYK 0.990.160.00   0.54
XYZ7.591110.026218.3648
Yxy10.02620.21100.2786
Hunter Lab31.6642-12.6191-12.2225
CIE-Lab37.8894-16.9581-17.5897

#016275 color RGB value is (1,98,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100010 01110101
Octal 1 142 165
Decimal 1 98 117
Hex 1 62 75

RGB Percentages of Color #016275

%0.46
%45.37
%54.17

CMYK Percentages of Color #016275

%99
%16
%0
%54

Triadic Colors of #016275

#016275 #750162 #627501

Analogous Colors of #016275

#016275 #012875 #01754e

Monochromatic Colors of #016275

#016275

Complementary Color

#016275 #751401

#016275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016275 Color CSS Codes

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

#016275 Text Font Color

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

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


#016275 Background Color

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

This div background color is #016275


#016275 Border Color

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

This div border color is #016275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016275


Comments

No comments written yet.

Please login to write comment.