#0967B6

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

Shades of Denim #0967B6

Tints of Denim #0967B6

Color information

#0967B6 (or 0x0967B6) is unknown color: approx Denim. HEX triplet: 09, 67 and B6. RGB value is (9,103,182). Sum of RGB (Red+Green+Blue) = 9+103+182=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 182 (71.48% from 255 or 61.90% from 294); Max value from RGB is 182 - color contains mainly: blue. Hex color #0967B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0967B6 is #F69849. Grayscale: #535353. Windows color (decimal): -16160842 or 11953929. OLE color: 11953929.

HSL color Cylindrical-coordinate representation of color #0967B6: hue angle of 207.4º 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 #0967B6 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9103182-
CMYK0.950.4300.29
HSL207.4º90.58%37.45%-
HSV(B)207.4º95.05%71.37%-
XYZ13.4113.1446.08-
YUV83.9183.3674.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.06%
GREEN value IS 103 (40.62% from 255) = 35.03%
BLUE value IS 182 (71.48% from 255) = 61.90%
R=3.06%
G=35.03%
B=61.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91031820.950.4300.29207.490.5837.45
Hex967B65F2B01Dcf5b25
Octal111472661375303531713345
Binary10011100111101101101011111101011011101110011111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0967B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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