Color Hex Logo

#013051 Color Hex

#013051
(1,48,81)
0 Favorites   0 Comments

Color spaces of #013051

RGB 14881
HSL0.570.980.16
HSV205°99°32°
CMYK 0.990.410.00   0.68
XYZ2.55472.71448.1739
Yxy2.71440.19000.2019
Hunter Lab16.4754-1.1536-17.8825
CIE-Lab18.8618-0.4919-24.2632

#013051 color RGB value is (1,48,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110000 01010001
Octal 1 60 121
Decimal 1 48 81
Hex 1 30 51

RGB Percentages of Color #013051

%0.77
%36.92
%62.31

CMYK Percentages of Color #013051

%99
%41
%0
%68

Triadic Colors of #013051

#013051 #510130 #305101

Analogous Colors of #013051

#013051 #010851 #01514a

Monochromatic Colors of #013051

#013051

Complementary Color

#013051 #512201

#013051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013051 Color CSS Codes

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

#013051 Text Font Color

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

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


#013051 Background Color

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

This div background color is #013051


#013051 Border Color

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

This div border color is #013051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013051

#013051 Color Palettes


Comments

No comments written yet.

Please login to write comment.