Color Hex Logo

#0a4899 Color Hex

#0A4899
(10,72,153)
0 Favorites   0 Comments

Color spaces of #0a4899

RGB 1072153
HSL0.590.880.32
HSV214°93°60°
CMYK 0.930.530.00   0.40
XYZ8.19236.999231.0562
Yxy6.99920.17710.1513
Hunter Lab26.45608.9759-51.0802
CIE-Lab31.805114.8080-49.2290

#0a4899 color RGB value is (10,72,153).

#0a4899 hex color red value is 10, green value is 72 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #0a4899 hue: 0.59 , saturation: 0.88 and the lightness value of 0a4899 is 0.32.

The process color (four color CMYK) of #0a4899 color hex is 0.93, 0.53, 0.00, 0.40. Web safe color of #0a4899 is #003399. Color #0a4899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01001000 10011001
Octal 12 110 231
Decimal 10 72 153
Hex A 48 99

RGB Percentages of Color #0a4899

%4.26
%30.64
%65.11

CMYK Percentages of Color #0a4899

%93
%53
%0
%40

Triadic Colors of #0a4899

#0a4899 #990a48 #48990a

Analogous Colors of #0a4899

#0a4899 #140a99 #0a9099

Monochromatic Colors of #0a4899

#0a4899

Complementary Color

#0a4899 #995b0a

#0a4899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a4899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a4899 Color CSS Codes

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

#0a4899 Text Font Color

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

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


#0a4899 Background Color

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

This div background color is #0a4899


#0a4899 Border Color

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

This div border color is #0a4899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a4899


Comments

No comments written yet.

Please login to write comment.