#1056AD

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

Shades of Denim #1056AD

Tints of Denim #1056AD

Color information

#1056AD (or 0x1056AD) is unknown color: approx Denim. HEX triplet: 10, 56 and AD. RGB value is (16,86,173). Sum of RGB (Red+Green+Blue) = 16+86+173=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #1056AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1056AD is #EFA952. Grayscale: #4A4A4A. Windows color (decimal): -15706451 or 11359760. OLE color: 11359760.

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

Color convert

RGB1686173-
CMYK0.910.5000.32
HSL213.25º83.07%37.06%-
HSV(B)213.25º90.75%67.84%-
XYZ11.089.7840.84-
YUV74.99183.3185.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.82%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 173 (67.97% from 255) = 62.91%
R=5.82%
G=31.27%
B=62.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16861730.910.5000.32213.2583.0737.06
Hex1056AD5B32020d55325
Octal201262551336204032512345
Binary1000010101101010110110110111100100100000110101011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1056AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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