Color Hex Logo

#004868 Color Hex

#004868
(0,72,104)
0 Favorites   0 Comments

Color spaces of #004868

RGB 072104
HSL0.551.000.20
HSV198°100°41°
CMYK 1.000.310.00   0.59
XYZ4.81615.634213.9304
Yxy5.63420.19750.2311
Hunter Lab23.7365-5.3214-18.1804
CIE-Lab28.4702-6.6602-24.1050

#004868 color RGB value is (0,72,104).

#004868 hex color red value is 0, green value is 72 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #004868 hue: 0.55 , saturation: 1.00 and the lightness value of 004868 is 0.20.

The process color (four color CMYK) of #004868 color hex is 1.00, 0.31, 0.00, 0.59. Web safe color of #004868 is #003366. Color #004868 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001000 01101000
Octal 0 110 150
Decimal 0 72 104
Hex 0 48 68

RGB Percentages of Color #004868

%0.00
%40.91
%59.09

CMYK Percentages of Color #004868

%100
%31
%0
%59

Triadic Colors of #004868

#004868 #680048 #486800

Analogous Colors of #004868

#004868 #001468 #006854

Monochromatic Colors of #004868

#004868

Complementary Color

#004868 #682000

#004868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004868 Color CSS Codes

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

#004868 Text Font Color

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

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


#004868 Background Color

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

This div background color is #004868


#004868 Border Color

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

This div border color is #004868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004868


Comments

No comments written yet.

Please login to write comment.