Color Hex Logo

#004469 Color Hex

#004469
(0,68,105)
0 Favorites   0 Comments

Color spaces of #004469

RGB 068105
HSL0.561.000.21
HSV201°100°41°
CMYK 1.000.350.00   0.59
XYZ4.61695.154214.1161
Yxy5.15420.19330.2158
Hunter Lab22.7029-3.4299-20.9731
CIE-Lab27.1696-3.6414-26.7931

#004469 color RGB value is (0,68,105).

#004469 hex color red value is 0, green value is 68 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #004469 hue: 0.56 , saturation: 1.00 and the lightness value of 004469 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000100 01101001
Octal 0 104 151
Decimal 0 68 105
Hex 0 44 69

RGB Percentages of Color #004469

%0.00
%39.31
%60.69

CMYK Percentages of Color #004469

%100
%35
%0
%59

Triadic Colors of #004469

#004469 #690044 #446900

Analogous Colors of #004469

#004469 #000f69 #00695a

Monochromatic Colors of #004469

#004469

Complementary Color

#004469 #692500

#004469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004469 Color CSS Codes

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

#004469 Text Font Color

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

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


#004469 Background Color

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

This div background color is #004469


#004469 Border Color

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

This div border color is #004469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004469


Comments

No comments written yet.

Please login to write comment.