Color Hex Logo

#00618a Color Hex

#00618A
(0,97,138)
0 Favorites   0 Comments

Color spaces of #00618a

RGB 097138
HSL0.551.000.27
HSV198°100°54°
CMYK 1.000.300.00   0.46
XYZ8.862110.384425.5821
Yxy10.38440.19770.2316
Hunter Lab32.2248-7.3045-24.5107
CIE-Lab38.5237-8.2891-29.4051

#00618a color RGB value is (0,97,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100001 10001010
Octal 0 141 212
Decimal 0 97 138
Hex 0 61 8A

RGB Percentages of Color #00618a

%0.00
%41.28
%58.72

CMYK Percentages of Color #00618a

%100
%30
%0
%46

Triadic Colors of #00618a

#00618a #8a0061 #618a00

Analogous Colors of #00618a

#00618a #001c8a #008a6e

Monochromatic Colors of #00618a

#00618a

Complementary Color

#00618a #8a2900

#00618a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00618a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00618a Color CSS Codes

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

#00618a Text Font Color

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

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


#00618a Background Color

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

This div background color is #00618a


#00618a Border Color

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

This div border color is #00618a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00618a

#00618a Color Palettes


Comments

No comments written yet.

Please login to write comment.