Color Hex Logo

#0a24bb Color Hex

#0A24BB
(10,36,187)
0 Favorites   0 Comments

Color spaces of #0a24bb

RGB 1036187
HSL0.640.900.39
HSV231°95°73°
CMYK 0.950.810.00   0.27
XYZ9.72574.914147.4496
Yxy4.91410.15660.0791
Hunter Lab22.167839.5200-111.3914
CIE-Lab26.488650.7238-78.3746

#0a24bb color RGB value is (10,36,187).

#0a24bb hex color red value is 10, green value is 36 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0a24bb hue: 0.64 , saturation: 0.90 and the lightness value of 0a24bb is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 00100100 10111011
Octal 12 44 273
Decimal 10 36 187
Hex A 24 BB

RGB Percentages of Color #0a24bb

%4.29
%15.45
%80.26

CMYK Percentages of Color #0a24bb

%95
%81
%0
%27

Triadic Colors of #0a24bb

#0a24bb #bb0a24 #24bb0a

Analogous Colors of #0a24bb

#0a24bb #480abb #0a7dbb

Monochromatic Colors of #0a24bb

#0a24bb

Complementary Color

#0a24bb #bba10a

#0a24bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a24bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a24bb Color CSS Codes

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

#0a24bb Text Font Color

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

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


#0a24bb Background Color

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

This div background color is #0a24bb


#0a24bb Border Color

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

This div border color is #0a24bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a24bb


Comments

No comments written yet.

Please login to write comment.