#1073B6

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

Shades of Denim #1073B6

Tints of Denim #1073B6

Color information

#1073B6 (or 0x1073B6) is unknown color: approx Denim. HEX triplet: 10, 73 and B6. RGB value is (16,115,182). Sum of RGB (Red+Green+Blue) = 16+115+182=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 182 (71.48% from 255 or 58.15% from 313); Max value from RGB is 182 - color contains mainly: blue. Hex color #1073B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1073B6 is #EF8C49. Grayscale: #5C5C5C. Windows color (decimal): -15699018 or 11957008. OLE color: 11957008.

HSL color Cylindrical-coordinate representation of color #1073B6: hue angle of 204.22º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1073B6 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16115182-
CMYK0.910.3700.29
HSL204.22º83.84%38.82%-
HSV(B)204.22º91.21%71.37%-
XYZ14.7915.7546.52-
YUV93.04178.273.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.11%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 182 (71.48% from 255) = 58.15%
R=5.11%
G=36.74%
B=58.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161151820.910.3700.29204.2283.8438.82
Hex1073B65B2501Dcc5427
Octal201632661334503531412447
Binary100001110011101101101011011100101011101110011001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1073B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1073B6; }

 p { color: rgb(16,115,182); }

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

<style>
 a { background-color: #1073B6; }

 a { background-color: rgb(16,115,182); }

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

<style>
 span { border-color: #1073B6; }

 span { border-color: rgb(16,115,182); }

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