Color Hex Logo

#096bcf Color Hex

#096BCF
(9,107,207)
0 Favorites   0 Comments

Color spaces of #096bcf

RGB 9107207
HSL0.580.920.42
HSV210°96°81°
CMYK 0.960.480.00   0.19
XYZ16.632815.078561.0653
Yxy15.07850.17930.1625
Hunter Lab38.83108.5040-66.0571
CIE-Lab45.741513.5426-58.4823

#096bcf color RGB value is (9,107,207).

#096bcf hex color red value is 9, green value is 107 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #096bcf hue: 0.58 , saturation: 0.92 and the lightness value of 096bcf is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101011 11001111
Octal 11 153 317
Decimal 9 107 207
Hex 9 6B CF

RGB Percentages of Color #096bcf

%2.79
%33.13
%64.09

CMYK Percentages of Color #096bcf

%96
%48
%0
%19

Triadic Colors of #096bcf

#096bcf #cf096b #6bcf09

Analogous Colors of #096bcf

#096bcf #0a09cf #09cecf

Monochromatic Colors of #096bcf

#096bcf

Complementary Color

#096bcf #cf6d09

#096bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#096bcf Color CSS Codes

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

#096bcf Text Font Color

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

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


#096bcf Background Color

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

This div background color is #096bcf


#096bcf Border Color

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

This div border color is #096bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096bcf


Comments

No comments written yet.

Please login to write comment.