Color Hex Logo

#013197 Color Hex

#013197
(1,49,151)
0 Favorites   0 Comments

Color spaces of #013197

RGB 149151
HSL0.610.990.30
HSV221°99°59°
CMYK 0.990.680.00   0.41
XYZ6.69674.437429.7817
Yxy4.43740.16370.1085
Hunter Lab21.065119.8819-69.0781
CIE-Lab25.067729.4953-59.0190

#013197 color RGB value is (1,49,151).

#013197 hex color red value is 1, green value is 49 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #013197 hue: 0.61 , saturation: 0.99 and the lightness value of 013197 is 0.30.

The process color (four color CMYK) of #013197 color hex is 0.99, 0.68, 0.00, 0.41. Web safe color of #013197 is #003399. Color #013197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110001 10010111
Octal 1 61 227
Decimal 1 49 151
Hex 1 31 97

RGB Percentages of Color #013197

%0.50
%24.38
%75.12

CMYK Percentages of Color #013197

%99
%68
%0
%41

Triadic Colors of #013197

#013197 #970131 #319701

Analogous Colors of #013197

#013197 #1c0197 #017c97

Monochromatic Colors of #013197

#013197

Complementary Color

#013197 #976701

#013197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013197 Color CSS Codes

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

#013197 Text Font Color

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

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


#013197 Background Color

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

This div background color is #013197


#013197 Border Color

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

This div border color is #013197


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,49,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #013197; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #013197;
  -webkit-box-shadow: 1px 1px 3px 2px #013197;
  box-shadow:         1px 1px 3px 2px #013197; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013197


Comments

No comments written yet.

Please login to write comment.