Color Hex Logo

#02486d Color Hex

#02486D
(2,72,109)
0 Favorites   0 Comments

Color spaces of #02486d

RGB 272109
HSL0.560.960.22
HSV201°98°43°
CMYK 0.980.340.00   0.57
XYZ5.10275.751815.3093
Yxy5.75180.19500.2198
Hunter Lab23.9829-3.9917-21.0593
CIE-Lab28.7774-4.3850-26.7963

#02486d color RGB value is (2,72,109).

#02486d hex color red value is 2, green value is 72 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #02486d hue: 0.56 , saturation: 0.96 and the lightness value of 02486d is 0.22.

The process color (four color CMYK) of #02486d color hex is 0.98, 0.34, 0.00, 0.57. Web safe color of #02486d is #003366. Color #02486d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001000 01101101
Octal 2 110 155
Decimal 2 72 109
Hex 2 48 6D

RGB Percentages of Color #02486d

%1.09
%39.34
%59.56

CMYK Percentages of Color #02486d

%98
%34
%0
%57

Triadic Colors of #02486d

#02486d #6d0248 #486d02

Analogous Colors of #02486d

#02486d #02126d #026d5d

Monochromatic Colors of #02486d

#02486d

Complementary Color

#02486d #6d2702

#02486d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02486d Color Preview on White Background

Lorem ipsum dolor sit amet.

#02486d Color CSS Codes

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

#02486d Text Font Color

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

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


#02486d Background Color

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

This div background color is #02486d


#02486d Border Color

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

This div border color is #02486d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02486d


Comments

No comments written yet.

Please login to write comment.