Color Hex Logo

#024866 Color Hex

#024866
(2,72,102)
0 Favorites   0 Comments

Color spaces of #024866

RGB 272102
HSL0.550.960.20
HSV198°98°40°
CMYK 0.980.290.00   0.60
XYZ4.74075.606913.4028
Yxy5.60690.19960.2361
Hunter Lab23.6789-5.7010-16.9843
CIE-Lab28.3982-7.3207-22.9404

#024866 color RGB value is (2,72,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001000 01100110
Octal 2 110 146
Decimal 2 72 102
Hex 2 48 66

RGB Percentages of Color #024866

%1.14
%40.91
%57.95

CMYK Percentages of Color #024866

%98
%29
%0
%60

Triadic Colors of #024866

#024866 #660248 #486602

Analogous Colors of #024866

#024866 #021666 #026652

Monochromatic Colors of #024866

#024866

Complementary Color

#024866 #662002

#024866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024866 Color CSS Codes

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

#024866 Text Font Color

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

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


#024866 Background Color

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

This div background color is #024866


#024866 Border Color

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

This div border color is #024866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024866


Comments

No comments written yet.

Please login to write comment.