Color Hex Logo

#02485a Color Hex

#02485A
(2,72,90)
0 Favorites   0 Comments

Color spaces of #02485a

RGB 27290
HSL0.530.960.18
HSV192°98°35°
CMYK 0.980.200.00   0.65
XYZ4.18795.385810.4917
Yxy5.38580.20870.2684
Hunter Lab23.2073-8.4014-10.5590
CIE-Lab27.8068-12.2229-16.1618

#02485a color RGB value is (2,72,90).

#02485a hex color red value is 2, green value is 72 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #02485a hue: 0.53 , saturation: 0.96 and the lightness value of 02485a is 0.18.

The process color (four color CMYK) of #02485a color hex is 0.98, 0.20, 0.00, 0.65. Web safe color of #02485a is #003366. Color #02485a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001000 01011010
Octal 2 110 132
Decimal 2 72 90
Hex 2 48 5A

RGB Percentages of Color #02485a

%1.22
%43.90
%54.88

CMYK Percentages of Color #02485a

%98
%20
%0
%65

Triadic Colors of #02485a

#02485a #5a0248 #485a02

Analogous Colors of #02485a

#02485a #021c5a #025a40

Monochromatic Colors of #02485a

#02485a

Complementary Color

#02485a #5a1402

#02485a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02485a Color Preview on White Background

Lorem ipsum dolor sit amet.

#02485a Color CSS Codes

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

#02485a Text Font Color

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

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


#02485a Background Color

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

This div background color is #02485a


#02485a Border Color

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

This div border color is #02485a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02485a


Comments

No comments written yet.

Please login to write comment.