#1668BF

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

Shades of Denim #1668BF

Tints of Denim #1668BF

Color information

#1668BF (or 0x1668BF) is unknown color: approx Denim. HEX triplet: 16, 68 and BF. RGB value is (22,104,191). Sum of RGB (Red+Green+Blue) = 22+104+191=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #1668BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1668BF is #E99740. Grayscale: #585858. Windows color (decimal): -15308609 or 12544022. OLE color: 12544022.

HSL color Cylindrical-coordinate representation of color #1668BF: hue angle of 210.89º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1668BF is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB22104191-
CMYK0.880.4600.25
HSL210.89º79.34%41.76%-
HSV(B)210.89º88.48%74.9%-
XYZ14.6913.8351.19-
YUV89.4185.3379.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.94%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 191 (75% from 255) = 60.25%
R=6.94%
G=32.81%
B=60.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221041910.880.4600.25210.8979.3441.76
Hex1668BF582E019d34f2a
Octal261502771305603132311752
Binary101101101000101111111011000101110011001110100111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1668BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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