Color Hex Logo

#002955 Color Hex

#002955
(0,41,85)
1 Favorites   0 Comments

Color spaces of #002955

RGB 04185
HSL0.591.000.17
HSV211°100°33°
CMYK 1.000.520.00   0.67
XYZ2.43262.24188.8988
Yxy2.24180.17920.1652
Hunter Lab14.97262.7987-24.7574
CIE-Lab16.70826.3654-30.4000

#002955 color RGB value is (0,41,85).

#002955 hex color red value is 0, green value is 41 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #002955 hue: 0.59 , saturation: 1.00 and the lightness value of 002955 is 0.17.

The process color (four color CMYK) of #002955 color hex is 1.00, 0.52, 0.00, 0.67. Web safe color of #002955 is #003366. Color #002955 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101001 01010101
Octal 0 51 125
Decimal 0 41 85
Hex 0 29 55

RGB Percentages of Color #002955

%0.00
%32.54
%67.46

CMYK Percentages of Color #002955

%100
%52
%0
%67

Triadic Colors of #002955

#002955 #550029 #295500

Analogous Colors of #002955

#002955 #010055 #005455

Monochromatic Colors of #002955

#002955

Complementary Color

#002955 #552c00

#002955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002955 Color CSS Codes

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

#002955 Text Font Color

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

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


#002955 Background Color

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

This div background color is #002955


#002955 Border Color

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

This div border color is #002955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002955


Comments

No comments written yet.

Please login to write comment.