Color Hex Logo

#00658a Color Hex

#00658A
(0,101,138)
0 Favorites   0 Comments

Color spaces of #00658a

RGB 0101138
HSL0.541.000.27
HSV196°100°54°
CMYK 1.000.270.00   0.46
XYZ9.241111.142325.7084
Yxy11.14230.20050.2417
Hunter Lab33.3801-8.9984-22.2974
CIE-Lab39.8191-10.6858-27.3743

#00658a color RGB value is (0,101,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100101 10001010
Octal 0 145 212
Decimal 0 101 138
Hex 0 65 8A

RGB Percentages of Color #00658a

%0.00
%42.26
%57.74

CMYK Percentages of Color #00658a

%100
%27
%0
%46

Triadic Colors of #00658a

#00658a #8a0065 #658a00

Analogous Colors of #00658a

#00658a #00208a #008a6a

Monochromatic Colors of #00658a

#00658a

Complementary Color

#00658a #8a2500

#00658a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00658a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00658a Color CSS Codes

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

#00658a Text Font Color

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

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


#00658a Background Color

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

This div background color is #00658a


#00658a Border Color

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

This div border color is #00658a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,101,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 #00658a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00658a


Comments

No comments written yet.

Please login to write comment.