#1677CA

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

Shades of Denim #1677CA

Tints of Denim #1677CA

Color information

#1677CA (or 0x1677CA) is unknown color: approx Denim. HEX triplet: 16, 77 and CA. RGB value is (22,119,202). Sum of RGB (Red+Green+Blue) = 22+119+202=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #1677CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1677CA is #E98835. Grayscale: #636363. Windows color (decimal): -15304758 or 13268758. OLE color: 13268758.

HSL color Cylindrical-coordinate representation of color #1677CA: hue angle of 207.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1677CA is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB22119202-
CMYK0.890.4100.21
HSL207.67º80.36%43.92%-
HSV(B)207.67º89.11%79.22%-
XYZ17.5917.6358.35-
YUV99.46185.8672.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.41%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 202 (79.30% from 255) = 58.89%
R=6.41%
G=34.69%
B=58.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal221192020.890.4100.21207.6780.3643.92
Hex1677CA5929015d0502c
Octal261673121315102532012054
Binary101101110111110010101011001101001010101110100001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1677CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1677CA; }

 p { color: rgb(22,119,202); }

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

<style>
 a { background-color: #1677CA; }

 a { background-color: rgb(22,119,202); }

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

<style>
 span { border-color: #1677CA; }

 span { border-color: rgb(22,119,202); }

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