Color Hex Logo

#1095cb Color Hex

#1095CB
(16,149,203)
0 Favorites   0 Comments

Color spaces of #1095cb

RGB 16149203
HSL0.550.850.43
HSV197°92°80°
CMYK 0.920.270.00   0.20
XYZ21.740625.916860.3565
Yxy25.91680.20130.2399
Hunter Lab50.9085-12.8612-34.6575
CIE-Lab57.9580-13.0007-36.7788

#1095cb color RGB value is (16,149,203).

#1095cb hex color red value is 16, green value is 149 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1095cb hue: 0.55 , saturation: 0.85 and the lightness value of 1095cb is 0.43.

The process color (four color CMYK) of #1095cb color hex is 0.92, 0.27, 0.00, 0.20. Web safe color of #1095cb is #0099cc. Color #1095cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10010101 11001011
Octal 20 225 313
Decimal 16 149 203
Hex 10 95 CB

RGB Percentages of Color #1095cb

%4.35
%40.49
%55.16

CMYK Percentages of Color #1095cb

%92
%27
%0
%20

Triadic Colors of #1095cb

#1095cb #cb1095 #95cb10

Analogous Colors of #1095cb

#1095cb #1038cb #10cba4

Monochromatic Colors of #1095cb

#1095cb

Complementary Color

#1095cb #cb4610

#1095cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1095cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1095cb Color CSS Codes

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

#1095cb Text Font Color

<p style="color:#1095cb">Text here</p>

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


#1095cb Background Color

<div style="background-color:#1095cb">
Div content here</div>

This div background color is #1095cb


#1095cb Border Color

<div style="border:3px solid #1095cb">
Div here</div>

This div border color is #1095cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,149,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1095cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1095cb;
  -webkit-box-shadow: 1px 1px 3px 2px #1095cb;
  box-shadow:         1px 1px 3px 2px #1095cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,149,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1095cb


Comments

No comments written yet.

Please login to write comment.