#1066AD

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

Shades of Denim #1066AD

Tints of Denim #1066AD

Color information

#1066AD (or 0x1066AD) is unknown color: approx Denim. HEX triplet: 10, 66 and AD. RGB value is (16,102,173). Sum of RGB (Red+Green+Blue) = 16+102+173=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #1066AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1066AD is #EF9952. Grayscale: #545454. Windows color (decimal): -15702355 or 11363856. OLE color: 11363856.

HSL color Cylindrical-coordinate representation of color #1066AD: hue angle of 207.13º 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 #1066AD is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16102173-
CMYK0.910.4100.32
HSL207.13º83.07%37.06%-
HSV(B)207.13º90.75%67.84%-
XYZ12.5112.6341.31-
YUV84.38178.0179.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.50%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 173 (67.97% from 255) = 59.45%
R=5.50%
G=35.05%
B=59.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161021730.910.4100.32207.1383.0737.06
Hex1066AD5B29020cf5325
Octal201462551335104031712345
Binary1000011001101010110110110111010010100000110011111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1066AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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