Color Hex Logo

#014588 Color Hex

#014588
(1,69,136)
0 Favorites   0 Comments

Color spaces of #014588

RGB 169136
HSL0.580.990.27
HSV210°99°53°
CMYK 0.990.490.00   0.47
XYZ6.58466.040324.1114
Yxy6.04030.17920.1644
Hunter Lab24.57704.8134-40.9628
CIE-Lab29.51399.1720-42.5274

#014588 color RGB value is (1,69,136).

#014588 hex color red value is 1, green value is 69 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #014588 hue: 0.58 , saturation: 0.99 and the lightness value of 014588 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000101 10001000
Octal 1 105 210
Decimal 1 69 136
Hex 1 45 88

RGB Percentages of Color #014588

%0.49
%33.50
%66.02

CMYK Percentages of Color #014588

%99
%49
%0
%47

Triadic Colors of #014588

#014588 #880145 #458801

Analogous Colors of #014588

#014588 #010288 #018888

Monochromatic Colors of #014588

#014588

Complementary Color

#014588 #884401

#014588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014588 Color CSS Codes

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

#014588 Text Font Color

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

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


#014588 Background Color

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

This div background color is #014588


#014588 Border Color

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

This div border color is #014588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014588


Comments

No comments written yet.

Please login to write comment.