#1669BD

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

Shades of Denim #1669BD

Tints of Denim #1669BD

Color information

#1669BD (or 0x1669BD) is unknown color: approx Denim. HEX triplet: 16, 69 and BD. RGB value is (22,105,189). Sum of RGB (Red+Green+Blue) = 22+105+189=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #1669BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1669BD is #E99642. Grayscale: #595959. Windows color (decimal): -15308355 or 12413206. OLE color: 12413206.

HSL color Cylindrical-coordinate representation of color #1669BD: hue angle of 210.18º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1669BD is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB22105189-
CMYK0.880.4400.26
HSL210.18º79.15%41.37%-
HSV(B)210.18º88.36%74.12%-
XYZ14.5713.9550.07-
YUV89.7618479.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.96%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 189 (74.22% from 255) = 59.81%
R=6.96%
G=33.23%
B=59.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221051890.880.4400.26210.1879.1541.37
Hex1669BD582C01Ad24f29
Octal261512751305403232211751
Binary101101101001101111011011000101100011010110100101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1669BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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