Color Hex Logo

#002641 Color Hex

#002641
(0,38,65)
0 Favorites   0 Comments

Color spaces of #002641

RGB 03865
HSL0.571.000.13
HSV205°100°25°
CMYK 1.000.420.00   0.75
XYZ1.64721.76795.2554
Yxy1.76790.19000.2039
Hunter Lab13.2962-1.1550-14.1273
CIE-Lab14.2188-0.8619-20.7177

#002641 color RGB value is (0,38,65).

#002641 hex color red value is 0, green value is 38 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #002641 hue: 0.57 , saturation: 1.00 and the lightness value of 002641 is 0.13.

The process color (four color CMYK) of #002641 color hex is 1.00, 0.42, 0.00, 0.75. Web safe color of #002641 is #003333. Color #002641 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100110 01000001
Octal 0 46 101
Decimal 0 38 65
Hex 0 26 41

RGB Percentages of Color #002641

%0.00
%36.89
%63.11

CMYK Percentages of Color #002641

%100
%42
%0
%75

Triadic Colors of #002641

#002641 #410026 #264100

Analogous Colors of #002641

#002641 #000541 #00413c

Monochromatic Colors of #002641

#002641

Complementary Color

#002641 #411b00

#002641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002641 Color CSS Codes

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

#002641 Text Font Color

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

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


#002641 Background Color

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

This div background color is #002641


#002641 Border Color

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

This div border color is #002641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002641


Comments

No comments written yet.

Please login to write comment.