Color Hex Logo

#0b53a5 Color Hex

#0B53A5
(11,83,165)
0 Favorites   0 Comments

Color spaces of #0b53a5

RGB 1183165
HSL0.590.880.35
HSV212°93°65°
CMYK 0.930.500.00   0.35
XYZ10.02288.974336.8013
Yxy8.97430.17960.1608
Hunter Lab29.95717.2960-51.8657
CIE-Lab35.934812.3652-49.7722

#0b53a5 color RGB value is (11,83,165).

#0b53a5 hex color red value is 11, green value is 83 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #0b53a5 hue: 0.59 , saturation: 0.88 and the lightness value of 0b53a5 is 0.35.

The process color (four color CMYK) of #0b53a5 color hex is 0.93, 0.50, 0.00, 0.35. Web safe color of #0b53a5 is #006699. Color #0b53a5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01010011 10100101
Octal 13 123 245
Decimal 11 83 165
Hex B 53 A5

RGB Percentages of Color #0b53a5

%4.25
%32.05
%63.71

CMYK Percentages of Color #0b53a5

%93
%50
%0
%35

Triadic Colors of #0b53a5

#0b53a5 #a50b53 #53a50b

Analogous Colors of #0b53a5

#0b53a5 #100ba5 #0ba0a5

Monochromatic Colors of #0b53a5

#0b53a5

Complementary Color

#0b53a5 #a55d0b

#0b53a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b53a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b53a5 Color CSS Codes

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

#0b53a5 Text Font Color

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

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


#0b53a5 Background Color

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

This div background color is #0b53a5


#0b53a5 Border Color

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

This div border color is #0b53a5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,83,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0b53a5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0b53a5;
  -webkit-box-shadow: 1px 1px 3px 2px #0b53a5;
  box-shadow:         1px 1px 3px 2px #0b53a5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,83,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b53a5


Comments

No comments written yet.

Please login to write comment.