#1064A9

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

Shades of Denim #1064A9

Tints of Denim #1064A9

Color information

#1064A9 (or 0x1064A9) is unknown color: approx Denim. HEX triplet: 10, 64 and A9. RGB value is (16,100,169). Sum of RGB (Red+Green+Blue) = 16+100+169=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 169 (66.41% from 255 or 59.30% from 285); Max value from RGB is 169 - color contains mainly: blue. Hex color #1064A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1064A9 is #EF9B56. Grayscale: #525252. Windows color (decimal): -15702871 or 11101200. OLE color: 11101200.

HSL color Cylindrical-coordinate representation of color #1064A9: hue angle of 207.06º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1064A9 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16100169-
CMYK0.910.4100.34
HSL207.06º82.7%36.27%-
HSV(B)207.06º90.53%66.27%-
XYZ11.9312.0939.24-
YUV82.75176.6780.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.61%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 169 (66.41% from 255) = 59.30%
R=5.61%
G=35.09%
B=59.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161001690.910.4100.34207.0682.736.27
Hex1064A95B29022cf5324
Octal201442511335104231712344
Binary1000011001001010100110110111010010100010110011111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1064A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1064A9; }

 p { color: rgb(16,100,169); }

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

<style>
 a { background-color: #1064A9; }

 a { background-color: rgb(16,100,169); }

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

<style>
 span { border-color: #1064A9; }

 span { border-color: rgb(16,100,169); }

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