Color Hex Logo

#005188 Color Hex

#005188
(0,81,136)
0 Favorites   0 Comments

Color spaces of #005188

RGB 081136
HSL0.571.000.27
HSV204°100°53°
CMYK 1.000.400.00   0.47
XYZ7.38647.662424.3822
Yxy7.66240.18730.1943
Hunter Lab27.6810-0.8109-32.8475
CIE-Lab33.26971.0015-36.5033

#005188 color RGB value is (0,81,136).

#005188 hex color red value is 0, green value is 81 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #005188 hue: 0.57 , saturation: 1.00 and the lightness value of 005188 is 0.27.

The process color (four color CMYK) of #005188 color hex is 1.00, 0.40, 0.00, 0.47. Web safe color of #005188 is #006699. Color #005188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010001 10001000
Octal 0 121 210
Decimal 0 81 136
Hex 0 51 88

RGB Percentages of Color #005188

%0.00
%37.33
%62.67

CMYK Percentages of Color #005188

%100
%40
%0
%47

Triadic Colors of #005188

#005188 #880051 #518800

Analogous Colors of #005188

#005188 #000d88 #00887b

Monochromatic Colors of #005188

#005188

Complementary Color

#005188 #883700

#005188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005188 Color CSS Codes

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

#005188 Text Font Color

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

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


#005188 Background Color

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

This div background color is #005188


#005188 Border Color

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

This div border color is #005188


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,81,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005188; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005188;
  -webkit-box-shadow: 1px 1px 3px 2px #005188;
  box-shadow:         1px 1px 3px 2px #005188; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005188


Comments

No comments written yet.

Please login to write comment.