Color Hex Logo

#002180 Color Hex

#002180
(0,33,128)
0 Favorites   0 Comments

Color spaces of #002180

RGB 033128
HSL0.621.000.25
HSV225°100°50°
CMYK 1.000.740.00   0.50
XYZ4.44012.646220.6988
Yxy2.64620.15980.0952
Hunter Lab16.267120.2539-64.0554
CIE-Lab18.567331.0786-55.3996

#002180 color RGB value is (0,33,128).

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

The process color (four color CMYK) of #002180 color hex is 1.00, 0.74, 0.00, 0.50. Web safe color of #002180 is #003399. Color #002180 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100001 10000000
Octal 0 41 200
Decimal 0 33 128
Hex 0 21 80

RGB Percentages of Color #002180

%0.00
%20.50
%79.50

CMYK Percentages of Color #002180

%100
%74
%0
%50

Triadic Colors of #002180

#002180 #800021 #218000

Analogous Colors of #002180

#002180 #1f0080 #006180

Monochromatic Colors of #002180

#002180

Complementary Color

#002180 #805f00

#002180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002180 Color CSS Codes

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

#002180 Text Font Color

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

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


#002180 Background Color

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

This div background color is #002180


#002180 Border Color

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

This div border color is #002180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002180


Comments

No comments written yet.

Please login to write comment.