#1059AD

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

Shades of Denim #1059AD

Tints of Denim #1059AD

Color information

#1059AD (or 0x1059AD) is unknown color: approx Denim. HEX triplet: 10, 59 and AD. RGB value is (16,89,173). Sum of RGB (Red+Green+Blue) = 16+89+173=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #1059AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1059AD is #EFA652. Grayscale: #4C4C4C. Windows color (decimal): -15705683 or 11360528. OLE color: 11360528.

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

Color convert

RGB1689173-
CMYK0.910.4900.32
HSL212.1º83.07%37.06%-
HSV(B)212.1º90.75%67.84%-
XYZ11.3310.2740.92-
YUV76.75182.3284.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.76%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 173 (67.97% from 255) = 62.23%
R=5.76%
G=32.01%
B=62.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16891730.910.4900.32212.183.0737.06
Hex1059AD5B31020d45325
Octal201312551336104032412345
Binary1000010110011010110110110111100010100000110101001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1059AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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