Color Hex Logo

#093cb6 Color Hex

#093CB6
(9,60,182)
0 Favorites   0 Comments

Color spaces of #093cb6

RGB 960182
HSL0.620.910.37
HSV222°95°71°
CMYK 0.950.670.00   0.29
XYZ10.17206.667245.0067
Yxy6.66720.16450.1078
Hunter Lab25.820925.1324-85.2697
CIE-Lab31.036934.6428-67.8845

#093cb6 color RGB value is (9,60,182).

#093cb6 hex color red value is 9, green value is 60 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #093cb6 hue: 0.62 , saturation: 0.91 and the lightness value of 093cb6 is 0.37.

The process color (four color CMYK) of #093cb6 color hex is 0.95, 0.67, 0.00, 0.29. Web safe color of #093cb6 is #0033cc. Color #093cb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111100 10110110
Octal 11 74 266
Decimal 9 60 182
Hex 9 3C B6

RGB Percentages of Color #093cb6

%3.59
%23.90
%72.51

CMYK Percentages of Color #093cb6

%95
%67
%0
%29

Triadic Colors of #093cb6

#093cb6 #b6093c #3cb609

Analogous Colors of #093cb6

#093cb6 #2c09b6 #0993b6

Monochromatic Colors of #093cb6

#093cb6

Complementary Color

#093cb6 #b68309

#093cb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093cb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093cb6 Color CSS Codes

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

#093cb6 Text Font Color

<p style="color:#093cb6">Text here</p>

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


#093cb6 Background Color

<div style="background-color:#093cb6">
Div content here</div>

This div background color is #093cb6


#093cb6 Border Color

<div style="border:3px solid #093cb6">
Div here</div>

This div border color is #093cb6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,60,182, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #093cb6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #093cb6;
  -webkit-box-shadow: 1px 1px 3px 2px #093cb6;
  box-shadow:         1px 1px 3px 2px #093cb6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,60,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093cb6


Comments

No comments written yet.

Please login to write comment.