Color Hex Logo

#02187e Color Hex

#02187E
(2,24,126)
0 Favorites   0 Comments

Color spaces of #02187e

RGB 224126
HSL0.640.970.25
HSV229°98°49°
CMYK 0.980.810.00   0.51
XYZ4.11762.172519.9410
Yxy2.17250.15700.0828
Hunter Lab14.739424.0718-69.8961
CIE-Lab16.367736.0899-57.7712

#02187e color RGB value is (2,24,126).

#02187e hex color red value is 2, green value is 24 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #02187e hue: 0.64 , saturation: 0.97 and the lightness value of 02187e is 0.25.

The process color (four color CMYK) of #02187e color hex is 0.98, 0.81, 0.00, 0.51. Web safe color of #02187e is #000066. Color #02187e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00011000 01111110
Octal 2 30 176
Decimal 2 24 126
Hex 2 18 7E

RGB Percentages of Color #02187e

%1.32
%15.79
%82.89

CMYK Percentages of Color #02187e

%98
%81
%0
%51

Triadic Colors of #02187e

#02187e #7e0218 #187e02

Analogous Colors of #02187e

#02187e #2a027e #02567e

Monochromatic Colors of #02187e

#02187e

Complementary Color

#02187e #7e6802

#02187e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02187e Color Preview on White Background

Lorem ipsum dolor sit amet.

#02187e Color CSS Codes

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

#02187e Text Font Color

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

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


#02187e Background Color

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

This div background color is #02187e


#02187e Border Color

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

This div border color is #02187e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,24,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02187e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02187e;
  -webkit-box-shadow: 1px 1px 3px 2px #02187e;
  box-shadow:         1px 1px 3px 2px #02187e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02187e


Comments

No comments written yet.

Please login to write comment.