Color Hex Logo

#013082 Color Hex

#013082
(1,48,130)
0 Favorites   0 Comments

Color spaces of #013082

RGB 148130
HSL0.610.980.26
HSV218°99°51°
CMYK 0.990.630.00   0.49
XYZ5.09873.732121.5707
Yxy3.73210.16770.1228
Hunter Lab19.318613.3032-52.6786
CIE-Lab22.765221.4804-49.7543

#013082 color RGB value is (1,48,130).

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

The process color (four color CMYK) of #013082 color hex is 0.99, 0.63, 0.00, 0.49. Web safe color of #013082 is #003399. Color #013082 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110000 10000010
Octal 1 60 202
Decimal 1 48 130
Hex 1 30 82

RGB Percentages of Color #013082

%0.56
%26.82
%72.63

CMYK Percentages of Color #013082

%99
%63
%0
%49

Triadic Colors of #013082

#013082 #820130 #308201

Analogous Colors of #013082

#013082 #130182 #017182

Monochromatic Colors of #013082

#013082

Complementary Color

#013082 #825301

#013082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013082 Color CSS Codes

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

#013082 Text Font Color

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

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


#013082 Background Color

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

This div background color is #013082


#013082 Border Color

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

This div border color is #013082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013082


Comments

No comments written yet.

Please login to write comment.