Color Hex Logo

#04134f Color Hex

#04134F
(4,19,79)
0 Favorites   0 Comments

Color spaces of #04134f

RGB 41979
HSL0.630.900.16
HSV228°95°31°
CMYK 0.950.760.00   0.69
XYZ1.69421.05617.5117
Yxy1.05610.16510.1029
Hunter Lab10.276711.4431-36.1442
CIE-Lab9.450320.9111-38.1470

#04134f color RGB value is (4,19,79).

#04134f hex color red value is 4, green value is 19 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #04134f hue: 0.63 , saturation: 0.90 and the lightness value of 04134f is 0.16.

The process color (four color CMYK) of #04134f color hex is 0.95, 0.76, 0.00, 0.69. Web safe color of #04134f is #000066. Color #04134f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010011 01001111
Octal 4 23 117
Decimal 4 19 79
Hex 4 13 4F

RGB Percentages of Color #04134f

%3.92
%18.63
%77.45

CMYK Percentages of Color #04134f

%95
%76
%0
%69

Triadic Colors of #04134f

#04134f #4f0413 #134f04

Analogous Colors of #04134f

#04134f #1a044f #04394f

Monochromatic Colors of #04134f

#04134f

Complementary Color

#04134f #4f4004

#04134f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04134f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04134f Color CSS Codes

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

#04134f Text Font Color

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

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


#04134f Background Color

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

This div background color is #04134f


#04134f Border Color

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

This div border color is #04134f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,19,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04134f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04134f;
  -webkit-box-shadow: 1px 1px 3px 2px #04134f;
  box-shadow:         1px 1px 3px 2px #04134f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04134f


Comments

No comments written yet.

Please login to write comment.