Color Hex Logo

#004688 Color Hex

#004688
(0,70,136)
0 Favorites   0 Comments

Color spaces of #004688

RGB 070136
HSL0.581.000.27
HSV209°100°53°
CMYK 1.000.490.00   0.47
XYZ6.63416.157924.1315
Yxy6.15790.17970.1668
Hunter Lab24.81514.2939-40.2861
CIE-Lab29.80748.4203-42.0550

#004688 color RGB value is (0,70,136).

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

The process color (four color CMYK) of #004688 color hex is 1.00, 0.49, 0.00, 0.47. Web safe color of #004688 is #003399. Color #004688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000110 10001000
Octal 0 106 210
Decimal 0 70 136
Hex 0 46 88

RGB Percentages of Color #004688

%0.00
%33.98
%66.02

CMYK Percentages of Color #004688

%100
%49
%0
%47

Triadic Colors of #004688

#004688 #880046 #468800

Analogous Colors of #004688

#004688 #000288 #008886

Monochromatic Colors of #004688

#004688

Complementary Color

#004688 #884200

#004688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004688 Color CSS Codes

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

#004688 Text Font Color

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

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


#004688 Background Color

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

This div background color is #004688


#004688 Border Color

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

This div border color is #004688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004688


Comments

No comments written yet.

Please login to write comment.