Color Hex Logo

#095adb Color Hex

#095ADB
(9,90,219)
0 Favorites   0 Comments

Color spaces of #095adb

RGB 990219
HSL0.600.920.45
HSV217°96°86°
CMYK 0.960.590.00   0.14
XYZ16.555012.484968.5551
Yxy12.48490.16960.1279
Hunter Lab35.334021.7980-90.3009
CIE-Lab41.976629.3338-71.4583

#095adb color RGB value is (9,90,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011010 11011011
Octal 11 132 333
Decimal 9 90 219
Hex 9 5A DB

RGB Percentages of Color #095adb

%2.83
%28.30
%68.87

CMYK Percentages of Color #095adb

%96
%59
%0
%14

Triadic Colors of #095adb

#095adb #db095a #5adb09

Analogous Colors of #095adb

#095adb #2109db #09c3db

Monochromatic Colors of #095adb

#095adb

Complementary Color

#095adb #db8a09

#095adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#095adb Color CSS Codes

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

#095adb Text Font Color

<p style="color:#095adb">Text here</p>

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


#095adb Background Color

<div style="background-color:#095adb">
Div content here</div>

This div background color is #095adb


#095adb Border Color

<div style="border:3px solid #095adb">
Div here</div>

This div border color is #095adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,90,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 #095adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095adb


Comments

No comments written yet.

Please login to write comment.