Color Hex Logo

#001369 Color Hex

#001369
(0,19,105)
0 Favorites   0 Comments

Color spaces of #001369

RGB 019105
HSL0.641.000.21
HSV229°100°41°
CMYK 1.000.820.00   0.59
XYZ2.78271.485713.5047
Yxy1.48570.15660.0836
Hunter Lab12.188919.4204-57.1580
CIE-Lab12.516931.1861-50.5735

#001369 color RGB value is (0,19,105).

#001369 hex color red value is 0, green value is 19 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #001369 hue: 0.64 , saturation: 1.00 and the lightness value of 001369 is 0.21.

The process color (four color CMYK) of #001369 color hex is 1.00, 0.82, 0.00, 0.59. Web safe color of #001369 is #000066. Color #001369 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010011 01101001
Octal 0 23 151
Decimal 0 19 105
Hex 0 13 69

RGB Percentages of Color #001369

%0.00
%15.32
%84.68

CMYK Percentages of Color #001369

%100
%82
%0
%59

Triadic Colors of #001369

#001369 #690013 #136900

Analogous Colors of #001369

#001369 #210069 #004869

Monochromatic Colors of #001369

#001369

Complementary Color

#001369 #695600

#001369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001369 Color CSS Codes

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

#001369 Text Font Color

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

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


#001369 Background Color

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

This div background color is #001369


#001369 Border Color

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

This div border color is #001369


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,19,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #001369; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #001369;
  -webkit-box-shadow: 1px 1px 3px 2px #001369;
  box-shadow:         1px 1px 3px 2px #001369; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,19,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001369


Comments

No comments written yet.

Please login to write comment.