#1057AD

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

Shades of Denim #1057AD

Tints of Denim #1057AD

Color information

#1057AD (or 0x1057AD) is unknown color: approx Denim. HEX triplet: 10, 57 and AD. RGB value is (16,87,173). Sum of RGB (Red+Green+Blue) = 16+87+173=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #1057AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1057AD is #EFA852. Grayscale: #4B4B4B. Windows color (decimal): -15706195 or 11360016. OLE color: 11360016.

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

Color convert

RGB1687173-
CMYK0.910.5000.32
HSL212.87º83.07%37.06%-
HSV(B)212.87º90.75%67.84%-
XYZ11.169.9440.87-
YUV75.57182.9885.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.80%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 173 (67.97% from 255) = 62.68%
R=5.80%
G=31.52%
B=62.68%

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
Decimal16871730.910.5000.32212.8783.0737.06
Hex1057AD5B32020d55325
Octal201272551336204032512345
Binary1000010101111010110110110111100100100000110101011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1057AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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