Color Hex Logo

#001f2e Color Hex

#001F2E
(0,31,46)
0 Favorites   0 Comments

Color spaces of #001f2e

RGB 03146
HSL0.551.000.09
HSV200°100°18°
CMYK 1.000.330.00   0.82
XYZ0.98311.17722.7602
Yxy1.17720.19980.2392
Hunter Lab10.8499-2.8135-7.4884
CIE-Lab10.3881-4.8012-13.2554

#001f2e color RGB value is (0,31,46).

#001f2e hex color red value is 0, green value is 31 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #001f2e hue: 0.55 , saturation: 1.00 and the lightness value of 001f2e is 0.09.

The process color (four color CMYK) of #001f2e color hex is 1.00, 0.33, 0.00, 0.82. Web safe color of #001f2e is #003333. Color #001f2e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011111 00101110
Octal 0 37 56
Decimal 0 31 46
Hex 0 1F 2E

RGB Percentages of Color #001f2e

%0.00
%40.26
%59.74

CMYK Percentages of Color #001f2e

%100
%33
%0
%82

Triadic Colors of #001f2e

#001f2e #2e001f #1f2e00

Analogous Colors of #001f2e

#001f2e #00082e #002e26

Monochromatic Colors of #001f2e

#001f2e

Complementary Color

#001f2e #2e0f00

#001f2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001f2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#001f2e Color CSS Codes

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

#001f2e Text Font Color

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

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


#001f2e Background Color

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

This div background color is #001f2e


#001f2e Border Color

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

This div border color is #001f2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,31,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #001f2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #001f2e;
  -webkit-box-shadow: 1px 1px 3px 2px #001f2e;
  box-shadow:         1px 1px 3px 2px #001f2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001f2e


Comments

No comments written yet.

Please login to write comment.