Color Hex Logo

#01748d Color Hex

#01748D
(1,116,141)
0 Favorites   0 Comments

Color spaces of #01748d

RGB 1116141
HSL0.530.990.28
HSV191°99°55°
CMYK 0.990.180.00   0.45
XYZ11.065614.420327.3995
Yxy14.42030.20920.2727
Hunter Lab37.9741-14.4399-16.1978
CIE-Lab44.8298-18.0517-21.3884

#01748d color RGB value is (1,116,141).

#01748d hex color red value is 1, green value is 116 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #01748d hue: 0.53 , saturation: 0.99 and the lightness value of 01748d is 0.28.

The process color (four color CMYK) of #01748d color hex is 0.99, 0.18, 0.00, 0.45. Web safe color of #01748d is #006699. Color #01748d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110100 10001101
Octal 1 164 215
Decimal 1 116 141
Hex 1 74 8D

RGB Percentages of Color #01748d

%0.39
%44.96
%54.65

CMYK Percentages of Color #01748d

%99
%18
%0
%45

Triadic Colors of #01748d

#01748d #8d0174 #748d01

Analogous Colors of #01748d

#01748d #012e8d #018d60

Monochromatic Colors of #01748d

#01748d

Complementary Color

#01748d #8d1a01

#01748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01748d Color CSS Codes

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

#01748d Text Font Color

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

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


#01748d Background Color

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

This div background color is #01748d


#01748d Border Color

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

This div border color is #01748d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01748d


Comments

No comments written yet.

Please login to write comment.