Color Hex Logo

#0a37ba Color Hex

#0A37BA
(10,55,186)
0 Favorites   0 Comments

Color spaces of #0a37ba

RGB 1055186
HSL0.620.900.38
HSV225°95°73°
CMYK 0.950.700.00   0.27
XYZ10.35436.342147.1328
Yxy6.34210.16220.0994
Hunter Lab25.183529.3198-93.3371
CIE-Lab30.259739.4030-71.5346

#0a37ba color RGB value is (10,55,186).

#0a37ba hex color red value is 10, green value is 55 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0a37ba hue: 0.62 , saturation: 0.90 and the lightness value of 0a37ba is 0.38.

The process color (four color CMYK) of #0a37ba color hex is 0.95, 0.70, 0.00, 0.27. Web safe color of #0a37ba is #0033cc. Color #0a37ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00110111 10111010
Octal 12 67 272
Decimal 10 55 186
Hex A 37 BA

RGB Percentages of Color #0a37ba

%3.98
%21.91
%74.10

CMYK Percentages of Color #0a37ba

%95
%70
%0
%27

Triadic Colors of #0a37ba

#0a37ba #ba0a37 #37ba0a

Analogous Colors of #0a37ba

#0a37ba #350aba #0a8fba

Monochromatic Colors of #0a37ba

#0a37ba

Complementary Color

#0a37ba #ba8d0a

#0a37ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a37ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a37ba Color CSS Codes

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

#0a37ba Text Font Color

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

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


#0a37ba Background Color

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

This div background color is #0a37ba


#0a37ba Border Color

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

This div border color is #0a37ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a37ba


Comments

No comments written yet.

Please login to write comment.