Color Hex Logo

#022387 Color Hex

#022387
(2,35,135)
0 Favorites   0 Comments

Color spaces of #022387

RGB 235135
HSL0.630.970.27
HSV225°99°53°
CMYK 0.990.740.00   0.47
XYZ4.99922.964223.2303
Yxy2.96420.16030.0950
Hunter Lab17.216921.7010-67.9468
CIE-Lab19.899932.5960-57.6110

#022387 color RGB value is (2,35,135).

#022387 hex color red value is 2, green value is 35 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #022387 hue: 0.63 , saturation: 0.97 and the lightness value of 022387 is 0.27.

The process color (four color CMYK) of #022387 color hex is 0.99, 0.74, 0.00, 0.47. Web safe color of #022387 is #003399. Color #022387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00100011 10000111
Octal 2 43 207
Decimal 2 35 135
Hex 2 23 87

RGB Percentages of Color #022387

%1.16
%20.35
%78.49

CMYK Percentages of Color #022387

%99
%74
%0
%47

Triadic Colors of #022387

#022387 #870223 #238702

Analogous Colors of #022387

#022387 #230287 #026687

Monochromatic Colors of #022387

#022387

Complementary Color

#022387 #876602

#022387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#022387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#022387 Color CSS Codes

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

#022387 Text Font Color

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

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


#022387 Background Color

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

This div background color is #022387


#022387 Border Color

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

This div border color is #022387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #022387


Comments

No comments written yet.

Please login to write comment.