Color Hex Logo

#024168 Color Hex

#024168
(2,65,104)
0 Favorites   0 Comments

Color spaces of #024168

RGB 265104
HSL0.560.960.21
HSV203°98°41°
CMYK 0.980.380.00   0.59
XYZ4.41404.793013.7892
Yxy4.79300.19190.2084
Hunter Lab21.8929-2.3239-22.0186
CIE-Lab26.1367-1.9017-27.7866

#024168 color RGB value is (2,65,104).

#024168 hex color red value is 2, green value is 65 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #024168 hue: 0.56 , saturation: 0.96 and the lightness value of 024168 is 0.21.

The process color (four color CMYK) of #024168 color hex is 0.98, 0.38, 0.00, 0.59. Web safe color of #024168 is #003366. Color #024168 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000001 01101000
Octal 2 101 150
Decimal 2 65 104
Hex 2 41 68

RGB Percentages of Color #024168

%1.17
%38.01
%60.82

CMYK Percentages of Color #024168

%98
%38
%0
%59

Triadic Colors of #024168

#024168 #680241 #416802

Analogous Colors of #024168

#024168 #020e68 #02685c

Monochromatic Colors of #024168

#024168

Complementary Color

#024168 #682902

#024168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024168 Color CSS Codes

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

#024168 Text Font Color

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

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


#024168 Background Color

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

This div background color is #024168


#024168 Border Color

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

This div border color is #024168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024168


Comments

No comments written yet.

Please login to write comment.