Color Hex Logo

#013485 Color Hex

#013485
(1,52,133)
0 Favorites   0 Comments

Color spaces of #013485

RGB 152133
HSL0.600.990.26
HSV217°99°52°
CMYK 0.990.610.00   0.48
XYZ5.47414.155922.7039
Yxy4.15590.16930.1285
Hunter Lab20.386012.2557-51.7610
CIE-Lab24.180319.8999-49.3215

#013485 color RGB value is (1,52,133).

#013485 hex color red value is 1, green value is 52 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #013485 hue: 0.60 , saturation: 0.99 and the lightness value of 013485 is 0.26.

The process color (four color CMYK) of #013485 color hex is 0.99, 0.61, 0.00, 0.48. Web safe color of #013485 is #003399. Color #013485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110100 10000101
Octal 1 64 205
Decimal 1 52 133
Hex 1 34 85

RGB Percentages of Color #013485

%0.54
%27.96
%71.51

CMYK Percentages of Color #013485

%99
%61
%0
%48

Triadic Colors of #013485

#013485 #850134 #348501

Analogous Colors of #013485

#013485 #100185 #017685

Monochromatic Colors of #013485

#013485

Complementary Color

#013485 #855201

#013485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013485 Color CSS Codes

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

#013485 Text Font Color

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

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


#013485 Background Color

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

This div background color is #013485


#013485 Border Color

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

This div border color is #013485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013485


Comments

No comments written yet.

Please login to write comment.