#1059AB

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

Shades of Denim #1059AB

Tints of Denim #1059AB

Color information

#1059AB (or 0x1059AB) is unknown color: approx Denim. HEX triplet: 10, 59 and AB. RGB value is (16,89,171). Sum of RGB (Red+Green+Blue) = 16+89+171=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #1059AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1059AB is #EFA654. Grayscale: #4C4C4C. Windows color (decimal): -15705685 or 11229456. OLE color: 11229456.

HSL color Cylindrical-coordinate representation of color #1059AB: hue angle of 211.74º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1059AB is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1689171-
CMYK0.910.4800.33
HSL211.74º82.89%36.67%-
HSV(B)211.74º90.64%67.06%-
XYZ11.1410.239.91-
YUV76.52181.3284.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.80%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 171 (67.19% from 255) = 61.96%
R=5.80%
G=32.25%
B=61.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16891710.910.4800.33211.7482.8936.67
Hex1059AB5B30021d45325
Octal201312531336004132412345
Binary1000010110011010101110110111100000100001110101001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1059AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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