#1668BE

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

Shades of Denim #1668BE

Tints of Denim #1668BE

Color information

#1668BE (or 0x1668BE) is unknown color: approx Denim. HEX triplet: 16, 68 and BE. RGB value is (22,104,190). Sum of RGB (Red+Green+Blue) = 22+104+190=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #1668BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1668BE is #E99741. Grayscale: #585858. Windows color (decimal): -15308610 or 12478486. OLE color: 12478486.

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

Color convert

RGB22104190-
CMYK0.880.4500.25
HSL210.71º79.25%41.57%-
HSV(B)210.71º88.42%74.51%-
XYZ14.5813.7950.61-
YUV89.29184.8380.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.96%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 190 (74.61% from 255) = 60.13%
R=6.96%
G=32.91%
B=60.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221041900.880.4500.25210.7179.2541.57
Hex1668BE582D019d34f2a
Octal261502761305503132311752
Binary101101101000101111101011000101101011001110100111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1668BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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