Color Hex Logo

#096fdb Color Hex

#096FDB
(9,111,219)
0 Favorites   0 Comments

Color spaces of #096fdb

RGB 9111219
HSL0.590.920.45
HSV211°96°86°
CMYK 0.960.490.00   0.14
XYZ18.583316.541469.2312
Yxy16.54140.17810.1585
Hunter Lab40.671110.3851-72.4548
CIE-Lab47.676915.7310-62.1919

#096fdb color RGB value is (9,111,219).

#096fdb hex color red value is 9, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #096fdb hue: 0.59 , saturation: 0.92 and the lightness value of 096fdb is 0.45.

The process color (four color CMYK) of #096fdb color hex is 0.96, 0.49, 0.00, 0.14. Web safe color of #096fdb is #0066cc. Color #096fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101111 11011011
Octal 11 157 333
Decimal 9 111 219
Hex 9 6F DB

RGB Percentages of Color #096fdb

%2.65
%32.74
%64.60

CMYK Percentages of Color #096fdb

%96
%49
%0
%14

Triadic Colors of #096fdb

#096fdb #db096f #6fdb09

Analogous Colors of #096fdb

#096fdb #0c09db #09d8db

Monochromatic Colors of #096fdb

#096fdb

Complementary Color

#096fdb #db7509

#096fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#096fdb Color CSS Codes

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

#096fdb Text Font Color

<p style="color:#096fdb">Text here</p>

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


#096fdb Background Color

<div style="background-color:#096fdb">
Div content here</div>

This div background color is #096fdb


#096fdb Border Color

<div style="border:3px solid #096fdb">
Div here</div>

This div border color is #096fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,111,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #096fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #096fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #096fdb;
  box-shadow:         1px 1px 3px 2px #096fdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096fdb


Comments

No comments written yet.

Please login to write comment.