Color Hex Logo

#00139f Color Hex

#00139F
(0,19,159)
0 Favorites   0 Comments

Color spaces of #00139f

RGB 019159
HSL0.651.000.31
HSV233°100°62°
CMYK 1.000.880.00   0.38
XYZ6.49092.968933.0318
Yxy2.96890.15280.0699
Hunter Lab17.230537.0894-101.6008
CIE-Lab19.918949.5510-72.4568

#00139f color RGB value is (0,19,159).

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

The process color (four color CMYK) of #00139f color hex is 1.00, 0.88, 0.00, 0.38. Web safe color of #00139f is #000099. Color #00139f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010011 10011111
Octal 0 23 237
Decimal 0 19 159
Hex 0 13 9F

RGB Percentages of Color #00139f

%0.00
%10.67
%89.33

CMYK Percentages of Color #00139f

%100
%88
%0
%38

Triadic Colors of #00139f

#00139f #9f0013 #139f00

Analogous Colors of #00139f

#00139f #3c009f #00639f

Monochromatic Colors of #00139f

#00139f

Complementary Color

#00139f #9f8c00

#00139f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00139f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00139f Color CSS Codes

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

#00139f Text Font Color

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

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


#00139f Background Color

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

This div background color is #00139f


#00139f Border Color

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

This div border color is #00139f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00139f


Comments

No comments written yet.

Please login to write comment.