Color Hex Logo

#004865 Color Hex

#004865
(0,72,101)
0 Favorites   0 Comments

Color spaces of #004865

RGB 072101
HSL0.551.000.20
HSV197°100°40°
CMYK 1.000.290.00   0.60
XYZ4.66635.574313.1419
Yxy5.57430.19960.2384
Hunter Lab23.6100-6.0385-16.4753
CIE-Lab28.3120-7.9170-22.4392

#004865 color RGB value is (0,72,101).

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

The process color (four color CMYK) of #004865 color hex is 1.00, 0.29, 0.00, 0.60. Web safe color of #004865 is #003366. Color #004865 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001000 01100101
Octal 0 110 145
Decimal 0 72 101
Hex 0 48 65

RGB Percentages of Color #004865

%0.00
%41.62
%58.38

CMYK Percentages of Color #004865

%100
%29
%0
%60

Triadic Colors of #004865

#004865 #650048 #486500

Analogous Colors of #004865

#004865 #001665 #006550

Monochromatic Colors of #004865

#004865

Complementary Color

#004865 #651d00

#004865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004865 Color CSS Codes

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

#004865 Text Font Color

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

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


#004865 Background Color

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

This div background color is #004865


#004865 Border Color

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

This div border color is #004865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004865


Comments

No comments written yet.

Please login to write comment.