Color Hex Logo

#01828a Color Hex

#01828A
(1,130,138)
0 Favorites   0 Comments

Color spaces of #01828a

RGB 1130138
HSL0.510.990.27
HSV184°99°54°
CMYK 0.990.060.00   0.46
XYZ12.582617.806726.8186
Yxy17.80670.21990.3113
Hunter Lab42.1980-20.6213-8.1427
CIE-Lab49.2608-26.4685-12.8499

#01828a color RGB value is (1,130,138).

#01828a hex color red value is 1, green value is 130 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #01828a hue: 0.51 , saturation: 0.99 and the lightness value of 01828a is 0.27.

The process color (four color CMYK) of #01828a color hex is 0.99, 0.06, 0.00, 0.46. Web safe color of #01828a is #009999. Color #01828a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000010 10001010
Octal 1 202 212
Decimal 1 130 138
Hex 1 82 8A

RGB Percentages of Color #01828a

%0.37
%48.33
%51.30

CMYK Percentages of Color #01828a

%99
%6
%0
%46

Triadic Colors of #01828a

#01828a #8a0182 #828a01

Analogous Colors of #01828a

#01828a #013e8a #018a4d

Monochromatic Colors of #01828a

#01828a

Complementary Color

#01828a #8a0901

#01828a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01828a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01828a Color CSS Codes

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

#01828a Text Font Color

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

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


#01828a Background Color

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

This div background color is #01828a


#01828a Border Color

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

This div border color is #01828a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01828a


Comments

No comments written yet.

Please login to write comment.