Color Hex Logo

#01284d Color Hex

#01284D
(1,40,77)
0 Favorites   0 Comments

Color spaces of #01284d

RGB 14077
HSL0.580.970.15
HSV209°99°30°
CMYK 0.990.480.00   0.70
XYZ2.11092.05997.3075
Yxy2.05990.18390.1795
Hunter Lab14.35241.1366-20.1409
CIE-Lab15.79853.4817-26.4517

#01284d color RGB value is (1,40,77).

#01284d hex color red value is 1, green value is 40 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #01284d hue: 0.58 , saturation: 0.97 and the lightness value of 01284d is 0.15.

The process color (four color CMYK) of #01284d color hex is 0.99, 0.48, 0.00, 0.70. Web safe color of #01284d is #003366. Color #01284d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101000 01001101
Octal 1 50 115
Decimal 1 40 77
Hex 1 28 4D

RGB Percentages of Color #01284d

%0.85
%33.90
%65.25

CMYK Percentages of Color #01284d

%99
%48
%0
%70

Triadic Colors of #01284d

#01284d #4d0128 #284d01

Analogous Colors of #01284d

#01284d #01024d #014d4c

Monochromatic Colors of #01284d

#01284d

Complementary Color

#01284d #4d2601

#01284d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01284d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01284d Color CSS Codes

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

#01284d Text Font Color

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

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


#01284d Background Color

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

This div background color is #01284d


#01284d Border Color

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

This div border color is #01284d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,40,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01284d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01284d;
  -webkit-box-shadow: 1px 1px 3px 2px #01284d;
  box-shadow:         1px 1px 3px 2px #01284d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01284d


Comments

No comments written yet.

Please login to write comment.