Color Hex Logo

#0a5abf Color Hex

#0A5ABF
(10,90,191)
0 Favorites   0 Comments

Color spaces of #0a5abf

RGB 1090191
HSL0.590.900.39
HSV213°95°75°
CMYK 0.950.530.00   0.25
XYZ13.185311.138450.7452
Yxy11.13840.17560.1484
Hunter Lab33.374212.1158-66.7879
CIE-Lab39.812618.2620-58.8344

#0a5abf color RGB value is (10,90,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 01011010 10111111
Octal 12 132 277
Decimal 10 90 191
Hex A 5A BF

RGB Percentages of Color #0a5abf

%3.44
%30.93
%65.64

CMYK Percentages of Color #0a5abf

%95
%53
%0
%25

Triadic Colors of #0a5abf

#0a5abf #bf0a5a #5abf0a

Analogous Colors of #0a5abf

#0a5abf #140abf #0ab5bf

Monochromatic Colors of #0a5abf

#0a5abf

Complementary Color

#0a5abf #bf6f0a

#0a5abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a5abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a5abf Color CSS Codes

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

#0a5abf Text Font Color

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

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


#0a5abf Background Color

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

This div background color is #0a5abf


#0a5abf Border Color

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

This div border color is #0a5abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a5abf


Comments

No comments written yet.

Please login to write comment.