Color Hex Logo

#0137b2 Color Hex

#0137B2
(1,55,178)
0 Favorites   0 Comments

Color spaces of #0137b2

RGB 155178
HSL0.620.990.35
HSV222°99°70°
CMYK 0.990.690.00   0.30
XYZ9.41465.953242.7724
Yxy5.95320.16190.1024
Hunter Lab24.399226.1769-86.8575
CIE-Lab29.294136.1107-68.3821

#0137b2 color RGB value is (1,55,178).

#0137b2 hex color red value is 1, green value is 55 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #0137b2 hue: 0.62 , saturation: 0.99 and the lightness value of 0137b2 is 0.35.

The process color (four color CMYK) of #0137b2 color hex is 0.99, 0.69, 0.00, 0.30. Web safe color of #0137b2 is #003399. Color #0137b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110111 10110010
Octal 1 67 262
Decimal 1 55 178
Hex 1 37 B2

RGB Percentages of Color #0137b2

%0.43
%23.50
%76.07

CMYK Percentages of Color #0137b2

%99
%69
%0
%30

Triadic Colors of #0137b2

#0137b2 #b20137 #37b201

Analogous Colors of #0137b2

#0137b2 #2301b2 #0190b2

Monochromatic Colors of #0137b2

#0137b2

Complementary Color

#0137b2 #b27c01

#0137b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0137b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0137b2 Color CSS Codes

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

#0137b2 Text Font Color

<p style="color:#0137b2">Text here</p>

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


#0137b2 Background Color

<div style="background-color:#0137b2">
Div content here</div>

This div background color is #0137b2


#0137b2 Border Color

<div style="border:3px solid #0137b2">
Div here</div>

This div border color is #0137b2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,55,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0137b2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0137b2;
  -webkit-box-shadow: 1px 1px 3px 2px #0137b2;
  box-shadow:         1px 1px 3px 2px #0137b2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0137b2


Comments

No comments written yet.

Please login to write comment.