Color Hex Logo

#0a349f Color Hex

#0A349F
(10,52,159)
0 Favorites   0 Comments

Color spaces of #0a349f

RGB 1052159
HSL0.620.880.33
HSV223°94°62°
CMYK 0.940.670.00   0.38
XYZ7.61125.023733.3694
Yxy5.02370.16540.1092
Hunter Lab22.413621.3911-72.5815
CIE-Lab26.802231.0216-61.0454

#0a349f color RGB value is (10,52,159).

#0a349f hex color red value is 10, green value is 52 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #0a349f hue: 0.62 , saturation: 0.88 and the lightness value of 0a349f is 0.33.

The process color (four color CMYK) of #0a349f color hex is 0.94, 0.67, 0.00, 0.38. Web safe color of #0a349f is #003399. Color #0a349f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00110100 10011111
Octal 12 64 237
Decimal 10 52 159
Hex A 34 9F

RGB Percentages of Color #0a349f

%4.52
%23.53
%71.95

CMYK Percentages of Color #0a349f

%94
%67
%0
%38

Triadic Colors of #0a349f

#0a349f #9f0a34 #349f0a

Analogous Colors of #0a349f

#0a349f #2a0a9f #0a7f9f

Monochromatic Colors of #0a349f

#0a349f

Complementary Color

#0a349f #9f750a

#0a349f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a349f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a349f Color CSS Codes

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

#0a349f Text Font Color

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

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


#0a349f Background Color

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

This div background color is #0a349f


#0a349f Border Color

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

This div border color is #0a349f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a349f


Comments

No comments written yet.

Please login to write comment.