Color Hex Logo

#01829d Color Hex

#01829D
(1,130,157)
0 Favorites   0 Comments

Color spaces of #01829d

RGB 1130157
HSL0.530.990.31
HSV190°99°62°
CMYK 0.990.170.00   0.38
XYZ14.081018.406034.7089
Yxy18.40600.20960.2739
Hunter Lab42.9022-16.4931-17.9355
CIE-Lab49.9849-19.8510-22.8559

#01829d color RGB value is (1,130,157).

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

The process color (four color CMYK) of #01829d color hex is 0.99, 0.17, 0.00, 0.38. Web safe color of #01829d is #009999. Color #01829d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000010 10011101
Octal 1 202 235
Decimal 1 130 157
Hex 1 82 9D

RGB Percentages of Color #01829d

%0.35
%45.14
%54.51

CMYK Percentages of Color #01829d

%99
%17
%0
%38

Triadic Colors of #01829d

#01829d #9d0182 #829d01

Analogous Colors of #01829d

#01829d #01349d #019d6a

Monochromatic Colors of #01829d

#01829d

Complementary Color

#01829d #9d1c01

#01829d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01829d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01829d Color CSS Codes

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

#01829d Text Font Color

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

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


#01829d Background Color

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

This div background color is #01829d


#01829d Border Color

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

This div border color is #01829d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01829d


Comments

No comments written yet.

Please login to write comment.