Color Hex Logo

#002586 Color Hex

#002586
(0,37,134)
0 Favorites   0 Comments

Color spaces of #002586

RGB 037134
HSL0.621.000.26
HSV223°100°53°
CMYK 1.000.720.00   0.47
XYZ4.96463.044422.8802
Yxy3.04440.16070.0986
Hunter Lab17.448220.2549-65.5345
CIE-Lab20.220830.7797-56.4543

#002586 color RGB value is (0,37,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100101 10000110
Octal 0 45 206
Decimal 0 37 134
Hex 0 25 86

RGB Percentages of Color #002586

%0.00
%21.64
%78.36

CMYK Percentages of Color #002586

%100
%72
%0
%47

Triadic Colors of #002586

#002586 #860025 #258600

Analogous Colors of #002586

#002586 #1e0086 #006886

Monochromatic Colors of #002586

#002586

Complementary Color

#002586 #866100

#002586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002586 Color CSS Codes

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

#002586 Text Font Color

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

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


#002586 Background Color

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

This div background color is #002586


#002586 Border Color

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

This div border color is #002586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002586


Comments

No comments written yet.

Please login to write comment.