Color Hex Logo

#00728f Color Hex

#00728F
(0,114,143)
0 Favorites   0 Comments

Color spaces of #00728f

RGB 0114143
HSL0.531.000.28
HSV192°100°56°
CMYK 1.000.200.00   0.44
XYZ10.975214.017828.1138
Yxy14.01780.20670.2640
Hunter Lab37.4404-13.1954-18.3124
CIE-Lab44.2584-16.2558-23.4613

#00728f color RGB value is (0,114,143).

#00728f hex color red value is 0, green value is 114 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #00728f hue: 0.53 , saturation: 1.00 and the lightness value of 00728f is 0.28.

The process color (four color CMYK) of #00728f color hex is 1.00, 0.20, 0.00, 0.44. Web safe color of #00728f is #006699. Color #00728f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110010 10001111
Octal 0 162 217
Decimal 0 114 143
Hex 0 72 8F

RGB Percentages of Color #00728f

%0.00
%44.36
%55.64

CMYK Percentages of Color #00728f

%100
%20
%0
%44

Triadic Colors of #00728f

#00728f #8f0072 #728f00

Analogous Colors of #00728f

#00728f #002a8f #008f65

Monochromatic Colors of #00728f

#00728f

Complementary Color

#00728f #8f1d00

#00728f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00728f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00728f Color CSS Codes

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

#00728f Text Font Color

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

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


#00728f Background Color

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

This div background color is #00728f


#00728f Border Color

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

This div border color is #00728f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,114,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00728f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00728f;
  -webkit-box-shadow: 1px 1px 3px 2px #00728f;
  box-shadow:         1px 1px 3px 2px #00728f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00728f

#00728f Color Palettes


Comments

No comments written yet.

Please login to write comment.