Color Hex Logo

#005276 Color Hex

#005276
(0,82,118)
0 Favorites   0 Comments

Color spaces of #005276

RGB 082118
HSL0.551.000.23
HSV198°100°46°
CMYK 1.000.310.00   0.54
XYZ6.28737.342618.2254
Yxy7.34260.19740.2305
Hunter Lab27.0972-6.0033-20.9100
CIE-Lab32.5745-7.1583-26.4731

#005276 color RGB value is (0,82,118).

#005276 hex color red value is 0, green value is 82 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #005276 hue: 0.55 , saturation: 1.00 and the lightness value of 005276 is 0.23.

The process color (four color CMYK) of #005276 color hex is 1.00, 0.31, 0.00, 0.54. Web safe color of #005276 is #006666. Color #005276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010010 01110110
Octal 0 122 166
Decimal 0 82 118
Hex 0 52 76

RGB Percentages of Color #005276

%0.00
%41.00
%59.00

CMYK Percentages of Color #005276

%100
%31
%0
%54

Triadic Colors of #005276

#005276 #760052 #527600

Analogous Colors of #005276

#005276 #001776 #00765f

Monochromatic Colors of #005276

#005276

Complementary Color

#005276 #762400

#005276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005276 Color CSS Codes

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

#005276 Text Font Color

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

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


#005276 Background Color

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

This div background color is #005276


#005276 Border Color

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

This div border color is #005276


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,82,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005276; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005276;
  -webkit-box-shadow: 1px 1px 3px 2px #005276;
  box-shadow:         1px 1px 3px 2px #005276; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,82,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005276


Comments

No comments written yet.

Please login to write comment.