#1064AD

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

Shades of Denim #1064AD

Tints of Denim #1064AD

Color information

#1064AD (or 0x1064AD) is unknown color: approx Denim. HEX triplet: 10, 64 and AD. RGB value is (16,100,173). Sum of RGB (Red+Green+Blue) = 16+100+173=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #1064AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1064AD is #EF9B52. Grayscale: #525252. Windows color (decimal): -15702867 or 11363344. OLE color: 11363344.

HSL color Cylindrical-coordinate representation of color #1064AD: hue angle of 207.9º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1064AD is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16100173-
CMYK0.910.4200.32
HSL207.9º83.07%37.06%-
HSV(B)207.9º90.75%67.84%-
XYZ12.3112.2441.25-
YUV83.21178.6780.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.54%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 173 (67.97% from 255) = 59.86%
R=5.54%
G=34.60%
B=59.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161001730.910.4200.32207.983.0737.06
Hex1064AD5B2A020d05325
Octal201442551335204032012345
Binary1000011001001010110110110111010100100000110100001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1064AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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