Color Hex Logo

#001463 Color Hex

#001463
(0,20,99)
0 Favorites   0 Comments

Color spaces of #001463

RGB 02099
HSL0.631.000.19
HSV228°100°39°
CMYK 1.000.800.00   0.61
XYZ2.50231.401211.9429
Yxy1.40120.15790.0884
Hunter Lab11.837217.0184-51.5332
CIE-Lab11.965628.2016-47.5204

#001463 color RGB value is (0,20,99).

#001463 hex color red value is 0, green value is 20 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #001463 hue: 0.63 , saturation: 1.00 and the lightness value of 001463 is 0.19.

The process color (four color CMYK) of #001463 color hex is 1.00, 0.80, 0.00, 0.61. Web safe color of #001463 is #000066. Color #001463 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010100 01100011
Octal 0 24 143
Decimal 0 20 99
Hex 0 14 63

RGB Percentages of Color #001463

%0.00
%16.81
%83.19

CMYK Percentages of Color #001463

%100
%80
%0
%61

Triadic Colors of #001463

#001463 #630014 #146300

Analogous Colors of #001463

#001463 #1e0063 #004663

Monochromatic Colors of #001463

#001463

Complementary Color

#001463 #634f00

#001463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001463 Color CSS Codes

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

#001463 Text Font Color

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

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


#001463 Background Color

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

This div background color is #001463


#001463 Border Color

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

This div border color is #001463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001463


Comments

No comments written yet.

Please login to write comment.