Color Hex Logo

#0142be Color Hex

#0142BE
(1,66,190)
0 Favorites   0 Comments

Color spaces of #0142be

RGB 166190
HSL0.610.990.37
HSV219°99°75°
CMYK 0.990.650.00   0.25
XYZ11.25507.620649.5929
Yxy7.62060.16440.1113
Hunter Lab27.605424.4667-87.1901
CIE-Lab33.179933.5483-69.0874

#0142be color RGB value is (1,66,190).

#0142be hex color red value is 1, green value is 66 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0142be hue: 0.61 , saturation: 0.99 and the lightness value of 0142be is 0.37.

The process color (four color CMYK) of #0142be color hex is 0.99, 0.65, 0.00, 0.25. Web safe color of #0142be is #0033cc. Color #0142be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000010 10111110
Octal 1 102 276
Decimal 1 66 190
Hex 1 42 BE

RGB Percentages of Color #0142be

%0.39
%25.68
%73.93

CMYK Percentages of Color #0142be

%99
%65
%0
%25

Triadic Colors of #0142be

#0142be #be0142 #42be01

Analogous Colors of #0142be

#0142be #1e01be #01a1be

Monochromatic Colors of #0142be

#0142be

Complementary Color

#0142be #be7d01

#0142be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0142be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0142be Color CSS Codes

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

#0142be Text Font Color

<p style="color:#0142be">Text here</p>

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


#0142be Background Color

<div style="background-color:#0142be">
Div content here</div>

This div background color is #0142be


#0142be Border Color

<div style="border:3px solid #0142be">
Div here</div>

This div border color is #0142be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,66,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0142be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0142be;
  -webkit-box-shadow: 1px 1px 3px 2px #0142be;
  box-shadow:         1px 1px 3px 2px #0142be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0142be


Comments

No comments written yet.

Please login to write comment.