Color Hex Logo

#005373 Color Hex

#005373
(0,83,115)
0 Favorites   0 Comments

Color spaces of #005373

RGB 083115
HSL0.551.000.23
HSV197°100°45°
CMYK 1.000.280.00   0.55
XYZ6.18787.424317.3266
Yxy7.42430.20000.2400
Hunter Lab27.2476-7.1467-18.6289
CIE-Lab32.7540-9.0044-24.3211

#005373 color RGB value is (0,83,115).

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

The process color (four color CMYK) of #005373 color hex is 1.00, 0.28, 0.00, 0.55. Web safe color of #005373 is #006666. Color #005373 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010011 01110011
Octal 0 123 163
Decimal 0 83 115
Hex 0 53 73

RGB Percentages of Color #005373

%0.00
%41.92
%58.08

CMYK Percentages of Color #005373

%100
%28
%0
%55

Triadic Colors of #005373

#005373 #730053 #537300

Analogous Colors of #005373

#005373 #001a73 #007359

Monochromatic Colors of #005373

#005373

Complementary Color

#005373 #732000

#005373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005373 Color CSS Codes

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

#005373 Text Font Color

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

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


#005373 Background Color

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

This div background color is #005373


#005373 Border Color

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

This div border color is #005373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005373


Comments

No comments written yet.

Please login to write comment.