Color Hex Logo

#013095 Color Hex

#013095
(1,48,149)
0 Favorites   0 Comments

Color spaces of #013095

RGB 148149
HSL0.610.990.29
HSV221°99°58°
CMYK 0.990.680.00   0.42
XYZ6.49434.290328.9196
Yxy4.29030.16360.1081
Hunter Lab20.713019.7185-68.2817
CIE-Lab24.608829.3715-58.5452

#013095 color RGB value is (1,48,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110000 10010101
Octal 1 60 225
Decimal 1 48 149
Hex 1 30 95

RGB Percentages of Color #013095

%0.51
%24.24
%75.25

CMYK Percentages of Color #013095

%99
%68
%0
%42

Triadic Colors of #013095

#013095 #950130 #309501

Analogous Colors of #013095

#013095 #1c0195 #017a95

Monochromatic Colors of #013095

#013095

Complementary Color

#013095 #956601

#013095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013095 Color CSS Codes

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

#013095 Text Font Color

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

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


#013095 Background Color

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

This div background color is #013095


#013095 Border Color

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

This div border color is #013095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013095


Comments

No comments written yet.

Please login to write comment.