Color Hex Logo

#024266 Color Hex

#024266
(2,66,102)
0 Favorites   0 Comments

Color spaces of #024266

RGB 266102
HSL0.560.960.20
HSV202°98°40°
CMYK 0.980.350.00   0.60
XYZ4.37154.868613.2797
Yxy4.86860.19410.2162
Hunter Lab22.0649-3.2492-20.2381
CIE-Lab26.3571-3.4303-26.1540

#024266 color RGB value is (2,66,102).

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

The process color (four color CMYK) of #024266 color hex is 0.98, 0.35, 0.00, 0.60. Web safe color of #024266 is #003366. Color #024266 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000010 01100110
Octal 2 102 146
Decimal 2 66 102
Hex 2 42 66

RGB Percentages of Color #024266

%1.18
%38.82
%60.00

CMYK Percentages of Color #024266

%98
%35
%0
%60

Triadic Colors of #024266

#024266 #660242 #426602

Analogous Colors of #024266

#024266 #021066 #026658

Monochromatic Colors of #024266

#024266

Complementary Color

#024266 #662602

#024266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024266 Color CSS Codes

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

#024266 Text Font Color

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

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


#024266 Background Color

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

This div background color is #024266


#024266 Border Color

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

This div border color is #024266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024266


Comments

No comments written yet.

Please login to write comment.