Color Hex Logo

#000f3e Color Hex

#000F3E
(0,15,62)
0 Favorites   0 Comments

Color spaces of #000f3e

RGB 01562
HSL0.631.000.12
HSV225°100°24°
CMYK 1.000.760.00   0.76
XYZ1.04030.68944.6357
Yxy0.68940.16340.1083
Hunter Lab8.30307.8343-27.2904
CIE-Lab6.227315.2064-31.5135

#000f3e color RGB value is (0,15,62).

#000f3e hex color red value is 0, green value is 15 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #000f3e hue: 0.63 , saturation: 1.00 and the lightness value of 000f3e is 0.12.

The process color (four color CMYK) of #000f3e color hex is 1.00, 0.76, 0.00, 0.76. Web safe color of #000f3e is #000033. Color #000f3e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001111 00111110
Octal 0 17 76
Decimal 0 15 62
Hex 0 F 3E

RGB Percentages of Color #000f3e

%0.00
%19.48
%80.52

CMYK Percentages of Color #000f3e

%100
%76
%0
%76

Triadic Colors of #000f3e

#000f3e #3e000f #0f3e00

Analogous Colors of #000f3e

#000f3e #10003e #002e3e

Monochromatic Colors of #000f3e

#000f3e

Complementary Color

#000f3e #3e2f00

#000f3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000f3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#000f3e Color CSS Codes

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

#000f3e Text Font Color

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

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


#000f3e Background Color

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

This div background color is #000f3e


#000f3e Border Color

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

This div border color is #000f3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,15,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #000f3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #000f3e;
  -webkit-box-shadow: 1px 1px 3px 2px #000f3e;
  box-shadow:         1px 1px 3px 2px #000f3e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000f3e


Comments

No comments written yet.

Please login to write comment.