#1060AD

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

Shades of Denim #1060AD

Tints of Denim #1060AD

Color information

#1060AD (or 0x1060AD) is unknown color: approx Denim. HEX triplet: 10, 60 and AD. RGB value is (16,96,173). Sum of RGB (Red+Green+Blue) = 16+96+173=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #1060AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1060AD is #EF9F52. Grayscale: #505050. Windows color (decimal): -15703891 or 11362320. OLE color: 11362320.

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

Color convert

RGB1696173-
CMYK0.910.4500.32
HSL209.43º83.07%37.06%-
HSV(B)209.43º90.75%67.84%-
XYZ11.9411.4941.12-
YUV80.8618081.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.61%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 173 (67.97% from 255) = 60.70%
R=5.61%
G=33.68%
B=60.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16961730.910.4500.32209.4383.0737.06
Hex1060AD5B2D020d15325
Octal201402551335504032112345
Binary1000011000001010110110110111011010100000110100011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1060AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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