#1C7680

Color #1C7680 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #1C7680

Tints of Allports #1C7680

Color information

#1C7680 (or 0x1C7680) is unknown color: approx Allports. HEX triplet: 1C, 76 and 80. RGB value is (28,118,128). Sum of RGB (Red+Green+Blue) = 28+118+128=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #1C7680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7680 is #E3897F. Grayscale: #5C5C5C. Windows color (decimal): -14911872 or 8418844. OLE color: 8418844.

HSL color Cylindrical-coordinate representation of color #1C7680: hue angle of 186º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C7680 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB28118128-
CMYK0.780.0800.50
HSL186º64.1%30.59%-
HSV(B)186º78.12%50.2%-
XYZ10.8514.7622.7-
YUV92.23148.1882.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.22%
GREEN value IS 118 (46.48% from 255) = 43.07%
BLUE value IS 128 (50.39% from 255) = 46.72%
R=10.22%
G=43.07%
B=46.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal281181280.780.0800.5018664.130.59
Hex1C76804E8032ba401f
Octal341662001161006227210037
Binary1110011101101000000010011101000011001010111010100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C7680; }

 p { color: rgb(28,118,128); }

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

<style>
 a { background-color: #1C7680; }

 a { background-color: rgb(28,118,128); }

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

<style>
 span { border-color: #1C7680; }

 span { border-color: rgb(28,118,128); }

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