Color Hex Logo

#002583 Color Hex

#002583
(0,37,131)
0 Favorites   0 Comments

Color spaces of #002583

RGB 037131
HSL0.621.000.26
HSV223°100°51°
CMYK 1.000.720.00   0.49
XYZ4.75832.961821.7936
Yxy2.96180.16120.1004
Hunter Lab17.209919.2356-63.0345
CIE-Lab19.890329.5790-55.1114

#002583 color RGB value is (0,37,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100101 10000011
Octal 0 45 203
Decimal 0 37 131
Hex 0 25 83

RGB Percentages of Color #002583

%0.00
%22.02
%77.98

CMYK Percentages of Color #002583

%100
%72
%0
%49

Triadic Colors of #002583

#002583 #830025 #258300

Analogous Colors of #002583

#002583 #1d0083 #006783

Monochromatic Colors of #002583

#002583

Complementary Color

#002583 #835e00

#002583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002583 Color CSS Codes

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

#002583 Text Font Color

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

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


#002583 Background Color

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

This div background color is #002583


#002583 Border Color

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

This div border color is #002583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002583


Comments

No comments written yet.

Please login to write comment.