Color Hex Logo

#0a63af Color Hex

#0A63AF
(10,99,175)
0 Favorites   0 Comments

Color spaces of #0a63af

RGB 1099175
HSL0.580.890.36
HSV208°94°69°
CMYK 0.940.430.00   0.31
XYZ12.324912.083442.2402
Yxy12.08340.18490.1813
Hunter Lab34.76122.4568-47.7137
CIE-Lab41.34845.8852-46.9888

#0a63af color RGB value is (10,99,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 01100011 10101111
Octal 12 143 257
Decimal 10 99 175
Hex A 63 AF

RGB Percentages of Color #0a63af

%3.52
%34.86
%61.62

CMYK Percentages of Color #0a63af

%94
%43
%0
%31

Triadic Colors of #0a63af

#0a63af #af0a63 #63af0a

Analogous Colors of #0a63af

#0a63af #0a11af #0aafa9

Monochromatic Colors of #0a63af

#0a63af

Complementary Color

#0a63af #af560a

#0a63af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a63af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a63af Color CSS Codes

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

#0a63af Text Font Color

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

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


#0a63af Background Color

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

This div background color is #0a63af


#0a63af Border Color

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

This div border color is #0a63af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,99,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 #0a63af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a63af


Comments

No comments written yet.

Please login to write comment.