Color Hex Logo

#004148 Color Hex

#004148
(0,65,72)
0 Favorites   0 Comments

Color spaces of #004148

RGB 06572
HSL0.521.000.14
HSV186°100°28°
CMYK 1.000.100.00   0.72
XYZ3.06004.24856.7896
Yxy4.24850.21710.3014
Hunter Lab20.6119-9.5711-5.1019
CIE-Lab24.4765-15.4065-9.5223

#004148 color RGB value is (0,65,72).

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

The process color (four color CMYK) of #004148 color hex is 1.00, 0.10, 0.00, 0.72. Web safe color of #004148 is #003333. Color #004148 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000001 01001000
Octal 0 101 110
Decimal 0 65 72
Hex 0 41 48

RGB Percentages of Color #004148

%0.00
%47.45
%52.55

CMYK Percentages of Color #004148

%100
%10
%0
%72

Triadic Colors of #004148

#004148 #480041 #414800

Analogous Colors of #004148

#004148 #001d48 #00482b

Monochromatic Colors of #004148

#004148

Complementary Color

#004148 #480700

#004148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004148 Color CSS Codes

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

#004148 Text Font Color

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

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


#004148 Background Color

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

This div background color is #004148


#004148 Border Color

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

This div border color is #004148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004148


Comments

No comments written yet.

Please login to write comment.