#0964AE

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

Shades of Denim #0964AE

Tints of Denim #0964AE

Color information

#0964AE (or 0x0964AE) is unknown color: approx Denim. HEX triplet: 09, 64 and AE. RGB value is (9,100,174). Sum of RGB (Red+Green+Blue) = 9+100+174=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #0964AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0964AE is #F69B51. Grayscale: #505050. Windows color (decimal): -16161618 or 11428873. OLE color: 11428873.

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

Color convert

RGB9100174-
CMYK0.950.4300.32
HSL206.91º90.16%35.88%-
HSV(B)206.91º94.83%68.24%-
XYZ12.3112.2341.76-
YUV81.23180.3576.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.18%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 174 (68.36% from 255) = 61.48%
R=3.18%
G=35.34%
B=61.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91001740.950.4300.32206.9190.1635.88
Hex964AE5F2B020cf5a24
Octal111442561375304031713244
Binary100111001001010111010111111010110100000110011111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0964AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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