#1669B4

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

Shades of Denim #1669B4

Tints of Denim #1669B4

Color information

#1669B4 (or 0x1669B4) is unknown color: approx Denim. HEX triplet: 16, 69 and B4. RGB value is (22,105,180). Sum of RGB (Red+Green+Blue) = 22+105+180=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 180 (70.70% from 255 or 58.63% from 307); Max value from RGB is 180 - color contains mainly: blue. Hex color #1669B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1669B4 is #E9964B. Grayscale: #585858. Windows color (decimal): -15308364 or 11823382. OLE color: 11823382.

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

Color convert

RGB22105180-
CMYK0.880.4200.29
HSL208.48º78.22%39.61%-
HSV(B)208.48º87.78%70.59%-
XYZ13.6213.5745.08-
YUV88.73179.580.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.17%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 180 (70.70% from 255) = 58.63%
R=7.17%
G=34.20%
B=58.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal221051800.880.4200.29208.4878.2239.61
Hex1669B4582A01Dd04e28
Octal261512641305203532011650
Binary101101101001101101001011000101010011101110100001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1669B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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