#1668BD

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

Shades of Denim #1668BD

Tints of Denim #1668BD

Color information

#1668BD (or 0x1668BD) is unknown color: approx Denim. HEX triplet: 16, 68 and BD. RGB value is (22,104,189). Sum of RGB (Red+Green+Blue) = 22+104+189=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #1668BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1668BD is #E99742. Grayscale: #585858. Windows color (decimal): -15308611 or 12412950. OLE color: 12412950.

HSL color Cylindrical-coordinate representation of color #1668BD: hue angle of 210.54º 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 #1668BD is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB22104189-
CMYK0.880.4500.26
HSL210.54º79.15%41.37%-
HSV(B)210.54º88.36%74.12%-
XYZ14.4713.7550.03-
YUV89.17184.3380.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.98%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 189 (74.22% from 255) = 60%
R=6.98%
G=33.02%
B=60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221041890.880.4500.26210.5479.1541.37
Hex1668BD582D01Ad34f29
Octal261502751305503232311751
Binary101101101000101111011011000101101011010110100111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1668BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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