Color Hex Logo

#002287 Color Hex

#002287
(0,34,135)
0 Favorites   0 Comments

Color spaces of #002287

RGB 034135
HSL0.621.000.26
HSV225°100°53°
CMYK 1.000.750.00   0.47
XYZ4.94522.893323.2195
Yxy2.89330.15920.0932
Hunter Lab17.009722.1280-69.0284
CIE-Lab19.611433.1628-58.0899

#002287 color RGB value is (0,34,135).

#002287 hex color red value is 0, green value is 34 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #002287 hue: 0.62 , saturation: 1.00 and the lightness value of 002287 is 0.26.

The process color (four color CMYK) of #002287 color hex is 1.00, 0.75, 0.00, 0.47. Web safe color of #002287 is #003399. Color #002287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100010 10000111
Octal 0 42 207
Decimal 0 34 135
Hex 0 22 87

RGB Percentages of Color #002287

%0.00
%20.12
%79.88

CMYK Percentages of Color #002287

%100
%75
%0
%47

Triadic Colors of #002287

#002287 #870022 #228700

Analogous Colors of #002287

#002287 #220087 #006687

Monochromatic Colors of #002287

#002287

Complementary Color

#002287 #876500

#002287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002287 Color CSS Codes

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

#002287 Text Font Color

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

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


#002287 Background Color

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

This div background color is #002287


#002287 Border Color

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

This div border color is #002287


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,34,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 #002287">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002287


Comments

No comments written yet.

Please login to write comment.