Color Hex Logo

#0a5bcb Color Hex

#0A5BCB
(10,91,203)
0 Favorites   0 Comments

Color spaces of #0a5bcb

RGB 1091203
HSL0.600.910.42
HSV215°95°80°
CMYK 0.950.550.00   0.20
XYZ14.645811.858558.0169
Yxy11.85850.17330.1403
Hunter Lab34.436215.6532-75.7845
CIE-Lab40.990322.4097-63.8825

#0a5bcb color RGB value is (10,91,203).

#0a5bcb hex color red value is 10, green value is 91 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0a5bcb hue: 0.60 , saturation: 0.91 and the lightness value of 0a5bcb is 0.42.

The process color (four color CMYK) of #0a5bcb color hex is 0.95, 0.55, 0.00, 0.20. Web safe color of #0a5bcb is #0066cc. Color #0a5bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01011011 11001011
Octal 12 133 313
Decimal 10 91 203
Hex A 5B CB

RGB Percentages of Color #0a5bcb

%3.29
%29.93
%66.78

CMYK Percentages of Color #0a5bcb

%95
%55
%0
%20

Triadic Colors of #0a5bcb

#0a5bcb #cb0a5b #5bcb0a

Analogous Colors of #0a5bcb

#0a5bcb #190acb #0abccb

Monochromatic Colors of #0a5bcb

#0a5bcb

Complementary Color

#0a5bcb #cb7a0a

#0a5bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a5bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a5bcb Color CSS Codes

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

#0a5bcb Text Font Color

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

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


#0a5bcb Background Color

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

This div background color is #0a5bcb


#0a5bcb Border Color

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

This div border color is #0a5bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a5bcb


Comments

No comments written yet.

Please login to write comment.