Color Hex Logo

#0a357e Color Hex

#0A357E
(10,53,126)
0 Favorites   0 Comments

Color spaces of #0a357e

RGB 1053126
HSL0.600.850.27
HSV218°92°49°
CMYK 0.920.580.00   0.51
XYZ5.16424.117120.2612
Yxy4.11710.17480.1394
Hunter Lab20.29069.9217-45.0005
CIE-Lab24.054916.7258-45.1221

#0a357e color RGB value is (10,53,126).

#0a357e hex color red value is 10, green value is 53 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #0a357e hue: 0.60 , saturation: 0.85 and the lightness value of 0a357e is 0.27.

The process color (four color CMYK) of #0a357e color hex is 0.92, 0.58, 0.00, 0.51. Web safe color of #0a357e is #003366. Color #0a357e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00110101 01111110
Octal 12 65 176
Decimal 10 53 126
Hex A 35 7E

RGB Percentages of Color #0a357e

%5.29
%28.04
%66.67

CMYK Percentages of Color #0a357e

%92
%58
%0
%51

Triadic Colors of #0a357e

#0a357e #7e0a35 #357e0a

Analogous Colors of #0a357e

#0a357e #190a7e #0a6f7e

Monochromatic Colors of #0a357e

#0a357e

Complementary Color

#0a357e #7e530a

#0a357e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a357e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a357e Color CSS Codes

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

#0a357e Text Font Color

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

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


#0a357e Background Color

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

This div background color is #0a357e


#0a357e Border Color

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

This div border color is #0a357e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a357e


Comments

No comments written yet.

Please login to write comment.