Color Hex Logo

#0b5493 Color Hex

#0B5493
(11,84,147)
0 Favorites   0 Comments

Color spaces of #0b5493

RGB 1184147
HSL0.580.860.31
HSV208°93°58°
CMYK 0.930.430.00   0.42
XYZ8.57488.518428.7960
Yxy8.51840.18690.1856
Hunter Lab29.18631.3665-38.0667
CIE-Lab35.04004.2497-40.3770

#0b5493 color RGB value is (11,84,147).

#0b5493 hex color red value is 11, green value is 84 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #0b5493 hue: 0.58 , saturation: 0.86 and the lightness value of 0b5493 is 0.31.

The process color (four color CMYK) of #0b5493 color hex is 0.93, 0.43, 0.00, 0.42. Web safe color of #0b5493 is #006699. Color #0b5493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01010100 10010011
Octal 13 124 223
Decimal 11 84 147
Hex B 54 93

RGB Percentages of Color #0b5493

%4.55
%34.71
%60.74

CMYK Percentages of Color #0b5493

%93
%43
%0
%42

Triadic Colors of #0b5493

#0b5493 #930b54 #54930b

Analogous Colors of #0b5493

#0b5493 #0b1093 #0b938e

Monochromatic Colors of #0b5493

#0b5493

Complementary Color

#0b5493 #934a0b

#0b5493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b5493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b5493 Color CSS Codes

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

#0b5493 Text Font Color

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

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


#0b5493 Background Color

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

This div background color is #0b5493


#0b5493 Border Color

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

This div border color is #0b5493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b5493


Comments

No comments written yet.

Please login to write comment.