#0966AE

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

Shades of Denim #0966AE

Tints of Denim #0966AE

Color information

#0966AE (or 0x0966AE) is unknown color: approx Denim. HEX triplet: 09, 66 and AE. RGB value is (9,102,174). Sum of RGB (Red+Green+Blue) = 9+102+174=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #0966AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0966AE is #F69951. Grayscale: #525252. Windows color (decimal): -16161106 or 11429385. OLE color: 11429385.

HSL color Cylindrical-coordinate representation of color #0966AE: hue angle of 206.18º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0966AE is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9102174-
CMYK0.950.4100.32
HSL206.18º90.16%35.88%-
HSV(B)206.18º94.83%68.24%-
XYZ12.512.6241.82-
YUV82.4179.6975.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.16%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=3.16%
G=35.79%
B=61.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91021740.950.4100.32206.1890.1635.88
Hex966AE5F29020ce5a24
Octal111462561375104031613244
Binary100111001101010111010111111010010100000110011101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0966AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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