#0964AF

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

Shades of Denim #0964AF

Tints of Denim #0964AF

Color information

#0964AF (or 0x0964AF) is unknown color: approx Denim. HEX triplet: 09, 64 and AF. RGB value is (9,100,175). Sum of RGB (Red+Green+Blue) = 9+100+175=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #0964AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0964AF is #F69B50. Grayscale: #505050. Windows color (decimal): -16161617 or 11494409. OLE color: 11494409.

HSL color Cylindrical-coordinate representation of color #0964AF: hue angle of 207.11º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0964AF is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9100175-
CMYK0.950.4300.31
HSL207.11º90.22%36.08%-
HSV(B)207.11º94.86%68.63%-
XYZ12.4112.2742.27-
YUV81.34180.8576.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.17%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 175 (68.75% from 255) = 61.62%
R=3.17%
G=35.21%
B=61.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91001750.950.4300.31207.1190.2236.08
Hex964AF5F2B01Fcf5a24
Octal111442571375303731713244
Binary10011100100101011111011111101011011111110011111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0964AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0964AF; }

 p { color: rgb(9,100,175); }

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

<style>
 a { background-color: #0964AF; }

 a { background-color: rgb(9,100,175); }

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

<style>
 span { border-color: #0964AF; }

 span { border-color: rgb(9,100,175); }

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