Color Hex Logo

#013044 Color Hex

#013044
(1,48,68)
0 Favorites   0 Comments

Color spaces of #013044

RGB 14868
HSL0.550.970.14
HSV198°99°27°
CMYK 0.990.290.00   0.73
XYZ2.11292.53775.8473
Yxy2.53770.20130.2417
Hunter Lab15.9302-4.2024-10.6118
CIE-Lab18.0883-6.3435-16.6834

#013044 color RGB value is (1,48,68).

#013044 hex color red value is 1, green value is 48 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #013044 hue: 0.55 , saturation: 0.97 and the lightness value of 013044 is 0.14.

The process color (four color CMYK) of #013044 color hex is 0.99, 0.29, 0.00, 0.73. Web safe color of #013044 is #003333. Color #013044 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110000 01000100
Octal 1 60 104
Decimal 1 48 68
Hex 1 30 44

RGB Percentages of Color #013044

%0.85
%41.03
%58.12

CMYK Percentages of Color #013044

%99
%29
%0
%73

Triadic Colors of #013044

#013044 #440130 #304401

Analogous Colors of #013044

#013044 #010f44 #014436

Monochromatic Colors of #013044

#013044

Complementary Color

#013044 #441501

#013044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013044 Color CSS Codes

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

#013044 Text Font Color

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

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


#013044 Background Color

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

This div background color is #013044


#013044 Border Color

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

This div border color is #013044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013044


Comments

No comments written yet.

Please login to write comment.