#1069B4

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

Shades of Denim #1069B4

Tints of Denim #1069B4

Color information

#1069B4 (or 0x1069B4) is unknown color: approx Denim. HEX triplet: 10, 69 and B4. RGB value is (16,105,180). Sum of RGB (Red+Green+Blue) = 16+105+180=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 180 (70.70% from 255 or 59.80% from 301); Max value from RGB is 180 - color contains mainly: blue. Hex color #1069B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1069B4 is #EF964B. Grayscale: #565656. Windows color (decimal): -15701580 or 11823376. OLE color: 11823376.

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

Color convert

RGB16105180-
CMYK0.910.4200.29
HSL207.44º83.67%38.43%-
HSV(B)207.44º91.11%70.59%-
XYZ13.513.5145.08-
YUV86.94180.5177.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.32%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 180 (70.70% from 255) = 59.80%
R=5.32%
G=34.88%
B=59.80%

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
Decimal161051800.910.4200.29207.4483.6738.43
Hex1069B45B2A01Dcf5426
Octal201512641335203531712446
Binary100001101001101101001011011101010011101110011111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1069B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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