Color Hex Logo

#002599 Color Hex

#002599
(0,37,153)
0 Favorites   0 Comments

Color spaces of #002599

RGB 037153
HSL0.631.000.30
HSV225°100°60°
CMYK 1.000.760.00   0.40
XYZ6.41133.623030.4984
Yxy3.62300.15820.0894
Hunter Lab19.034226.8145-81.6762
CIE-Lab22.383838.0879-64.6797

#002599 color RGB value is (0,37,153).

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

The process color (four color CMYK) of #002599 color hex is 1.00, 0.76, 0.00, 0.40. Web safe color of #002599 is #003399. Color #002599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100101 10011001
Octal 0 45 231
Decimal 0 37 153
Hex 0 25 99

RGB Percentages of Color #002599

%0.00
%19.47
%80.53

CMYK Percentages of Color #002599

%100
%76
%0
%40

Triadic Colors of #002599

#002599 #990025 #259900

Analogous Colors of #002599

#002599 #280099 #007299

Monochromatic Colors of #002599

#002599

Complementary Color

#002599 #997400

#002599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002599 Color CSS Codes

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

#002599 Text Font Color

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

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


#002599 Background Color

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

This div background color is #002599


#002599 Border Color

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

This div border color is #002599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002599


Comments

No comments written yet.

Please login to write comment.