Color Hex Logo

#0a61af Color Hex

#0A61AF
(10,97,175)
0 Favorites   0 Comments

Color spaces of #0a61af

RGB 1097175
HSL0.580.890.36
HSV208°94°69°
CMYK 0.940.450.00   0.31
XYZ12.137711.709142.1778
Yxy11.70910.18380.1773
Hunter Lab34.21863.4334-49.1279
CIE-Lab40.75007.1765-47.9486

#0a61af color RGB value is (10,97,175).

#0a61af hex color red value is 10, green value is 97 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0a61af hue: 0.58 , saturation: 0.89 and the lightness value of 0a61af is 0.36.

The process color (four color CMYK) of #0a61af color hex is 0.94, 0.45, 0.00, 0.31. Web safe color of #0a61af is #006699. Color #0a61af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01100001 10101111
Octal 12 141 257
Decimal 10 97 175
Hex A 61 AF

RGB Percentages of Color #0a61af

%3.55
%34.40
%62.06

CMYK Percentages of Color #0a61af

%94
%45
%0
%31

Triadic Colors of #0a61af

#0a61af #af0a61 #61af0a

Analogous Colors of #0a61af

#0a61af #0a0faf #0aafab

Monochromatic Colors of #0a61af

#0a61af

Complementary Color

#0a61af #af580a

#0a61af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a61af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a61af Color CSS Codes

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

#0a61af Text Font Color

<p style="color:#0a61af">Text here</p>

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


#0a61af Background Color

<div style="background-color:#0a61af">
Div content here</div>

This div background color is #0a61af


#0a61af Border Color

<div style="border:3px solid #0a61af">
Div here</div>

This div border color is #0a61af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,97,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a61af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a61af;
  -webkit-box-shadow: 1px 1px 3px 2px #0a61af;
  box-shadow:         1px 1px 3px 2px #0a61af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,97,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a61af


Comments

No comments written yet.

Please login to write comment.