Color Hex Logo

#00648a Color Hex

#00648A
(0,100,138)
0 Favorites   0 Comments

Color spaces of #00648a

RGB 0100138
HSL0.551.000.27
HSV197°100°54°
CMYK 1.000.280.00   0.46
XYZ9.144610.949325.6762
Yxy10.94930.19980.2392
Hunter Lab33.0897-8.5772-22.8437
CIE-Lab39.4949-10.0916-27.8816

#00648a color RGB value is (0,100,138).

#00648a hex color red value is 0, green value is 100 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #00648a hue: 0.55 , saturation: 1.00 and the lightness value of 00648a is 0.27.

The process color (four color CMYK) of #00648a color hex is 1.00, 0.28, 0.00, 0.46. Web safe color of #00648a is #006699. Color #00648a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100100 10001010
Octal 0 144 212
Decimal 0 100 138
Hex 0 64 8A

RGB Percentages of Color #00648a

%0.00
%42.02
%57.98

CMYK Percentages of Color #00648a

%100
%28
%0
%46

Triadic Colors of #00648a

#00648a #8a0064 #648a00

Analogous Colors of #00648a

#00648a #001f8a #008a6b

Monochromatic Colors of #00648a

#00648a

Complementary Color

#00648a #8a2600

#00648a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00648a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00648a Color CSS Codes

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

#00648a Text Font Color

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

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


#00648a Background Color

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

This div background color is #00648a


#00648a Border Color

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

This div border color is #00648a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,100,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00648a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00648a;
  -webkit-box-shadow: 1px 1px 3px 2px #00648a;
  box-shadow:         1px 1px 3px 2px #00648a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00648a


Comments

No comments written yet.

Please login to write comment.