Color Hex Logo

#024466 Color Hex

#024466
(2,68,102)
0 Favorites   0 Comments

Color spaces of #024466

RGB 268102
HSL0.560.960.20
HSV200°98°40°
CMYK 0.980.330.00   0.60
XYZ4.49045.106513.3193
Yxy5.10650.19590.2228
Hunter Lab22.5976-4.0757-19.1280
CIE-Lab27.0361-4.7472-25.0819

#024466 color RGB value is (2,68,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000100 01100110
Octal 2 104 146
Decimal 2 68 102
Hex 2 44 66

RGB Percentages of Color #024466

%1.16
%39.53
%59.30

CMYK Percentages of Color #024466

%98
%33
%0
%60

Triadic Colors of #024466

#024466 #660244 #446602

Analogous Colors of #024466

#024466 #021266 #026656

Monochromatic Colors of #024466

#024466

Complementary Color

#024466 #662402

#024466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024466 Color CSS Codes

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

#024466 Text Font Color

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

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


#024466 Background Color

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

This div background color is #024466


#024466 Border Color

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

This div border color is #024466


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,68,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 #024466">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024466


Comments

No comments written yet.

Please login to write comment.