Color Hex Logo

#00137f Color Hex

#00137F
(0,19,127)
0 Favorites   0 Comments

Color spaces of #00137f

RGB 019127
HSL0.641.000.25
HSV231°100°50°
CMYK 1.000.850.00   0.50
XYZ4.06361.998120.2502
Yxy1.99810.15440.0759
Hunter Lab14.135426.5776-75.0432
CIE-Lab15.477339.1568-59.8904

#00137f color RGB value is (0,19,127).

#00137f hex color red value is 0, green value is 19 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #00137f hue: 0.64 , saturation: 1.00 and the lightness value of 00137f is 0.25.

The process color (four color CMYK) of #00137f color hex is 1.00, 0.85, 0.00, 0.50. Web safe color of #00137f is #000066. Color #00137f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010011 01111111
Octal 0 23 177
Decimal 0 19 127
Hex 0 13 7F

RGB Percentages of Color #00137f

%0.00
%13.01
%86.99

CMYK Percentages of Color #00137f

%100
%85
%0
%50

Triadic Colors of #00137f

#00137f #7f0013 #137f00

Analogous Colors of #00137f

#00137f #2d007f #00527f

Monochromatic Colors of #00137f

#00137f

Complementary Color

#00137f #7f6c00

#00137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00137f Color CSS Codes

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

#00137f Text Font Color

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

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


#00137f Background Color

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

This div background color is #00137f


#00137f Border Color

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

This div border color is #00137f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,19,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00137f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00137f;
  -webkit-box-shadow: 1px 1px 3px 2px #00137f;
  box-shadow:         1px 1px 3px 2px #00137f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00137f


Comments

No comments written yet.

Please login to write comment.