Color Hex Logo

#01698a Color Hex

#01698A
(1,105,138)
0 Favorites   0 Comments

Color spaces of #01698a

RGB 1105138
HSL0.540.990.27
HSV194°99°54°
CMYK 0.990.240.00   0.46
XYZ9.651511.944625.8416
Yxy11.94460.20350.2518
Hunter Lab34.5610-10.6337-20.1391
CIE-Lab41.1279-12.9729-25.3309

#01698a color RGB value is (1,105,138).

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

The process color (four color CMYK) of #01698a color hex is 0.99, 0.24, 0.00, 0.46. Web safe color of #01698a is #006699. Color #01698a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101001 10001010
Octal 1 151 212
Decimal 1 105 138
Hex 1 69 8A

RGB Percentages of Color #01698a

%0.41
%43.03
%56.56

CMYK Percentages of Color #01698a

%99
%24
%0
%46

Triadic Colors of #01698a

#01698a #8a0169 #698a01

Analogous Colors of #01698a

#01698a #01258a #018a67

Monochromatic Colors of #01698a

#01698a

Complementary Color

#01698a #8a2201

#01698a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01698a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01698a Color CSS Codes

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

#01698a Text Font Color

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

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


#01698a Background Color

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

This div background color is #01698a


#01698a Border Color

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

This div border color is #01698a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,105,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 #01698a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01698a


Comments

No comments written yet.

Please login to write comment.