Color Hex Logo

#00446d Color Hex

#00446D
(0,68,109)
0 Favorites   0 Comments

Color spaces of #00446d

RGB 068109
HSL0.561.000.21
HSV203°100°43°
CMYK 1.000.380.00   0.57
XYZ4.82745.238415.2247
Yxy5.23840.19090.2071
Hunter Lab22.8876-2.4043-23.4182
CIE-Lab27.4034-1.9177-28.9734

#00446d color RGB value is (0,68,109).

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

The process color (four color CMYK) of #00446d color hex is 1.00, 0.38, 0.00, 0.57. Web safe color of #00446d is #003366. Color #00446d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000100 01101101
Octal 0 104 155
Decimal 0 68 109
Hex 0 44 6D

RGB Percentages of Color #00446d

%0.00
%38.42
%61.58

CMYK Percentages of Color #00446d

%100
%38
%0
%57

Triadic Colors of #00446d

#00446d #6d0044 #446d00

Analogous Colors of #00446d

#00446d #000e6d #006d60

Monochromatic Colors of #00446d

#00446d

Complementary Color

#00446d #6d2900

#00446d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00446d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00446d Color CSS Codes

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

#00446d Text Font Color

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

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


#00446d Background Color

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

This div background color is #00446d


#00446d Border Color

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

This div border color is #00446d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00446d


Comments

No comments written yet.

Please login to write comment.