Color Hex Logo

#00638e Color Hex

#00638E
(0,99,142)
0 Favorites   0 Comments

Color spaces of #00638e

RGB 099142
HSL0.551.000.28
HSV198°100°56°
CMYK 1.000.300.00   0.44
XYZ9.344310.876727.1981
Yxy10.87670.19710.2294
Hunter Lab32.9798-7.1397-25.8099
CIE-Lab39.3720-7.9060-30.4881

#00638e color RGB value is (0,99,142).

#00638e hex color red value is 0, green value is 99 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #00638e hue: 0.55 , saturation: 1.00 and the lightness value of 00638e is 0.28.

The process color (four color CMYK) of #00638e color hex is 1.00, 0.30, 0.00, 0.44. Web safe color of #00638e is #006699. Color #00638e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100011 10001110
Octal 0 143 216
Decimal 0 99 142
Hex 0 63 8E

RGB Percentages of Color #00638e

%0.00
%41.08
%58.92

CMYK Percentages of Color #00638e

%100
%30
%0
%44

Triadic Colors of #00638e

#00638e #8e0063 #638e00

Analogous Colors of #00638e

#00638e #001c8e #008e72

Monochromatic Colors of #00638e

#00638e

Complementary Color

#00638e #8e2b00

#00638e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00638e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00638e Color CSS Codes

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

#00638e Text Font Color

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

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


#00638e Background Color

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

This div background color is #00638e


#00638e Border Color

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

This div border color is #00638e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,99,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00638e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00638e;
  -webkit-box-shadow: 1px 1px 3px 2px #00638e;
  box-shadow:         1px 1px 3px 2px #00638e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00638e


Comments

No comments written yet.

Please login to write comment.