Color Hex Logo

#165dbb Color Hex

#165DBB
(22,93,187)
0 Favorites   0 Comments

Color spaces of #165dbb

RGB 2293187
HSL0.590.790.41
HSV214°88°73°
CMYK 0.880.500.00   0.27
XYZ13.214911.587148.5537
Yxy11.58710.18010.1580
Hunter Lab34.03989.7273-60.7421
CIE-Lab40.552215.2676-55.2941

#165dbb color RGB value is (22,93,187).

#165dbb hex color red value is 22, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #165dbb hue: 0.59 , saturation: 0.79 and the lightness value of 165dbb is 0.41.

The process color (four color CMYK) of #165dbb color hex is 0.88, 0.50, 0.00, 0.27. Web safe color of #165dbb is #0066cc. Color #165dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01011101 10111011
Octal 26 135 273
Decimal 22 93 187
Hex 16 5D BB

RGB Percentages of Color #165dbb

%7.28
%30.79
%61.92

CMYK Percentages of Color #165dbb

%88
%50
%0
%27

Triadic Colors of #165dbb

#165dbb #bb165d #5dbb16

Analogous Colors of #165dbb

#165dbb #2216bb #16b0bb

Monochromatic Colors of #165dbb

#165dbb

Complementary Color

#165dbb #bb7416

#165dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#165dbb Color CSS Codes

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

#165dbb Text Font Color

<p style="color:#165dbb">Text here</p>

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


#165dbb Background Color

<div style="background-color:#165dbb">
Div content here</div>

This div background color is #165dbb


#165dbb Border Color

<div style="border:3px solid #165dbb">
Div here</div>

This div border color is #165dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,93,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #165dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #165dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #165dbb;
  box-shadow:         1px 1px 3px 2px #165dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(22,93,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165dbb


Comments

No comments written yet.

Please login to write comment.