#0966B6

Color #0966B6 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0966B6

Tints of Denim #0966B6

Color information

#0966B6 (or 0x0966B6) is unknown color: approx Denim. HEX triplet: 09, 66 and B6. RGB value is (9,102,182). Sum of RGB (Red+Green+Blue) = 9+102+182=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 182 (71.48% from 255 or 62.12% from 293); Max value from RGB is 182 - color contains mainly: blue. Hex color #0966B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0966B6 is #F69949. Grayscale: #525252. Windows color (decimal): -16161098 or 11953673. OLE color: 11953673.

HSL color Cylindrical-coordinate representation of color #0966B6: hue angle of 207.75º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0966B6 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9102182-
CMYK0.950.4400.29
HSL207.75º90.58%37.45%-
HSV(B)207.75º95.05%71.37%-
XYZ13.3112.9446.05-
YUV83.31183.6975-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 3.07%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 182 (71.48% from 255) = 62.12%
R=3.07%
G=34.81%
B=62.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91021820.950.4400.29207.7590.5837.45
Hex966B65F2C01Dd05b25
Octal111462661375403532013345
Binary10011100110101101101011111101100011101110100001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0966B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0966B6; }

 p { color: rgb(9,102,182); }

 H1.HeaderClassName
 {
   color: #0966B6;
 }
 .AnyTagClassName
 {
   color: #0966B6;
 }
</style>
background-color css

<style>
 a { background-color: #0966B6; }

 a { background-color: rgb(9,102,182); }

 div.DivClassName
 {
   background-color: #0966B6;
 }
 .BgClassName
 {
   background-color: #0966B6;
 }
</style>
border-color css

<style>
 span { border-color: #0966B6; }

 span { border-color: rgb(9,102,182); }

 td.TdClassName
 {
   border-color: #0966B6;
 }
 .TagClassName
 {
   border-color: #0966B6;
 }
</style>