Color Hex Logo

#002877 Color Hex

#002877
(0,40,119)
1 Favorites   0 Comments

Color spaces of #002877

RGB 040119
HSL0.611.000.23
HSV220°100°47°
CMYK 1.000.660.00   0.53
XYZ4.08862.849517.7873
Yxy2.84950.16540.1152
Hunter Lab16.880513.6935-50.6588
CIE-Lab19.430822.4735-48.2443

#002877 color RGB value is (0,40,119).

#002877 hex color red value is 0, green value is 40 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #002877 hue: 0.61 , saturation: 1.00 and the lightness value of 002877 is 0.23.

The process color (four color CMYK) of #002877 color hex is 1.00, 0.66, 0.00, 0.53. Web safe color of #002877 is #003366. Color #002877 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101000 01110111
Octal 0 50 167
Decimal 0 40 119
Hex 0 28 77

RGB Percentages of Color #002877

%0.00
%25.16
%74.84

CMYK Percentages of Color #002877

%100
%66
%0
%53

Triadic Colors of #002877

#002877 #770028 #287700

Analogous Colors of #002877

#002877 #130077 #006477

Monochromatic Colors of #002877

#002877

Complementary Color

#002877 #774f00

#002877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002877 Color CSS Codes

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

#002877 Text Font Color

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

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


#002877 Background Color

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

This div background color is #002877


#002877 Border Color

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

This div border color is #002877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002877


Comments

No comments written yet.

Please login to write comment.