#1069B6

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

Shades of Denim #1069B6

Tints of Denim #1069B6

Color information

#1069B6 (or 0x1069B6) is unknown color: approx Denim. HEX triplet: 10, 69 and B6. RGB value is (16,105,182). Sum of RGB (Red+Green+Blue) = 16+105+182=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 182 (71.48% from 255 or 60.07% from 303); Max value from RGB is 182 - color contains mainly: blue. Hex color #1069B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1069B6 is #EF9649. Grayscale: #565656. Windows color (decimal): -15701578 or 11954448. OLE color: 11954448.

HSL color Cylindrical-coordinate representation of color #1069B6: hue angle of 207.83º 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 #1069B6 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16105182-
CMYK0.910.4200.29
HSL207.83º83.84%38.82%-
HSV(B)207.83º91.21%71.37%-
XYZ13.7113.5946.16-
YUV87.17181.5177.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.28%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 182 (71.48% from 255) = 60.07%
R=5.28%
G=34.65%
B=60.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161051820.910.4200.29207.8383.8438.82
Hex1069B65B2A01Dd05427
Octal201512661335203532012447
Binary100001101001101101101011011101010011101110100001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1069B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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