Color Hex Logo

#013899 Color Hex

#013899
(1,56,153)
0 Favorites   0 Comments

Color spaces of #013899

RGB 156153
HSL0.610.990.30
HSV218°99°60°
CMYK 0.990.630.00   0.40
XYZ7.17655.134730.7498
Yxy5.13470.16670.1192
Hunter Lab22.659916.8771-64.5955
CIE-Lab27.115125.4891-56.8808

#013899 color RGB value is (1,56,153).

#013899 hex color red value is 1, green value is 56 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #013899 hue: 0.61 , saturation: 0.99 and the lightness value of 013899 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111000 10011001
Octal 1 70 231
Decimal 1 56 153
Hex 1 38 99

RGB Percentages of Color #013899

%0.48
%26.67
%72.86

CMYK Percentages of Color #013899

%99
%63
%0
%40

Triadic Colors of #013899

#013899 #990138 #389901

Analogous Colors of #013899

#013899 #160199 #018499

Monochromatic Colors of #013899

#013899

Complementary Color

#013899 #996201

#013899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013899 Color CSS Codes

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

#013899 Text Font Color

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

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


#013899 Background Color

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

This div background color is #013899


#013899 Border Color

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

This div border color is #013899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013899


Comments

No comments written yet.

Please login to write comment.