Color Hex Logo

#0139cb Color Hex

#0139CB
(1,57,203)
0 Favorites   0 Comments

Color spaces of #0139cb

RGB 157203
HSL0.620.990.40
HSV223°100°80°
CMYK 1.000.720.00   0.20
XYZ12.25517.244557.2523
Yxy7.24450.15970.0944
Hunter Lab26.915634.1715-107.2751
CIE-Lab32.357244.1617-78.0519

#0139cb color RGB value is (1,57,203).

#0139cb hex color red value is 1, green value is 57 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0139cb hue: 0.62 , saturation: 0.99 and the lightness value of 0139cb is 0.40.

The process color (four color CMYK) of #0139cb color hex is 1.00, 0.72, 0.00, 0.20. Web safe color of #0139cb is #0033cc. Color #0139cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111001 11001011
Octal 1 71 313
Decimal 1 57 203
Hex 1 39 CB

RGB Percentages of Color #0139cb

%0.38
%21.84
%77.78

CMYK Percentages of Color #0139cb

%100
%72
%0
%20

Triadic Colors of #0139cb

#0139cb #cb0139 #39cb01

Analogous Colors of #0139cb

#0139cb #2e01cb #019ecb

Monochromatic Colors of #0139cb

#0139cb

Complementary Color

#0139cb #cb9301

#0139cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0139cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0139cb Color CSS Codes

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

#0139cb Text Font Color

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

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


#0139cb Background Color

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

This div background color is #0139cb


#0139cb Border Color

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

This div border color is #0139cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,57,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0139cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0139cb;
  -webkit-box-shadow: 1px 1px 3px 2px #0139cb;
  box-shadow:         1px 1px 3px 2px #0139cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,57,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0139cb


Comments

No comments written yet.

Please login to write comment.