Color Hex Logo

#024865 Color Hex

#024865
(2,72,101)
0 Favorites   0 Comments

Color spaces of #024865

RGB 272101
HSL0.550.960.20
HSV198°98°40°
CMYK 0.980.290.00   0.60
XYZ4.69145.587213.1431
Yxy5.58720.20030.2385
Hunter Lab23.6373-5.9375-16.4211
CIE-Lab28.3462-7.7366-22.3833

#024865 color RGB value is (2,72,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001000 01100101
Octal 2 110 145
Decimal 2 72 101
Hex 2 48 65

RGB Percentages of Color #024865

%1.14
%41.14
%57.71

CMYK Percentages of Color #024865

%98
%29
%0
%60

Triadic Colors of #024865

#024865 #650248 #486502

Analogous Colors of #024865

#024865 #021765 #026551

Monochromatic Colors of #024865

#024865

Complementary Color

#024865 #651f02

#024865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024865 Color CSS Codes

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

#024865 Text Font Color

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

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


#024865 Background Color

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

This div background color is #024865


#024865 Border Color

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

This div border color is #024865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024865


Comments

No comments written yet.

Please login to write comment.