Color Hex Logo

#01628b Color Hex

#01628B
(1,98,139)
0 Favorites   0 Comments

Color spaces of #01628b

RGB 198139
HSL0.550.990.27
HSV198°99°55°
CMYK 0.990.290.00   0.45
XYZ9.040410.605925.9968
Yxy10.60590.19810.2324
Hunter Lab32.5667-7.4408-24.5323
CIE-Lab38.9086-8.4379-29.4047

#01628b color RGB value is (1,98,139).

#01628b hex color red value is 1, green value is 98 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #01628b hue: 0.55 , saturation: 0.99 and the lightness value of 01628b is 0.27.

The process color (four color CMYK) of #01628b color hex is 0.99, 0.29, 0.00, 0.45. Web safe color of #01628b is #006699. Color #01628b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100010 10001011
Octal 1 142 213
Decimal 1 98 139
Hex 1 62 8B

RGB Percentages of Color #01628b

%0.42
%41.18
%58.40

CMYK Percentages of Color #01628b

%99
%29
%0
%45

Triadic Colors of #01628b

#01628b #8b0162 #628b01

Analogous Colors of #01628b

#01628b #011d8b #018b6f

Monochromatic Colors of #01628b

#01628b

Complementary Color

#01628b #8b2a01

#01628b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01628b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01628b Color CSS Codes

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

#01628b Text Font Color

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

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


#01628b Background Color

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

This div background color is #01628b


#01628b Border Color

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

This div border color is #01628b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,98,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01628b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01628b;
  -webkit-box-shadow: 1px 1px 3px 2px #01628b;
  box-shadow:         1px 1px 3px 2px #01628b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01628b


Comments

No comments written yet.

Please login to write comment.