Color Hex Logo

#00536c Color Hex

#00536C
(0,83,108)
0 Favorites   0 Comments

Color spaces of #00536c

RGB 083108
HSL0.541.000.21
HSV194°100°42°
CMYK 1.000.230.00   0.58
XYZ5.80007.269215.2848
Yxy7.26920.20460.2564
Hunter Lab26.9615-8.7833-14.7393
CIE-Lab32.4121-11.8237-20.4743

#00536c color RGB value is (0,83,108).

#00536c hex color red value is 0, green value is 83 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #00536c hue: 0.54 , saturation: 1.00 and the lightness value of 00536c is 0.21.

The process color (four color CMYK) of #00536c color hex is 1.00, 0.23, 0.00, 0.58. Web safe color of #00536c is #006666. Color #00536c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010011 01101100
Octal 0 123 154
Decimal 0 83 108
Hex 0 53 6C

RGB Percentages of Color #00536c

%0.00
%43.46
%56.54

CMYK Percentages of Color #00536c

%100
%23
%0
%58

Triadic Colors of #00536c

#00536c #6c0053 #536c00

Analogous Colors of #00536c

#00536c #001d6c #006c4f

Monochromatic Colors of #00536c

#00536c

Complementary Color

#00536c #6c1900

#00536c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00536c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00536c Color CSS Codes

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

#00536c Text Font Color

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

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


#00536c Background Color

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

This div background color is #00536c


#00536c Border Color

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

This div border color is #00536c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00536c


Comments

No comments written yet.

Please login to write comment.