#1C7681

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

Shades of Allports #1C7681

Tints of Allports #1C7681

Color information

#1C7681 (or 0x1C7681) is unknown color: approx Allports. HEX triplet: 1C, 76 and 81. RGB value is (28,118,129). Sum of RGB (Red+Green+Blue) = 28+118+129=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #1C7681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7681 is #E3897E. Grayscale: #5C5C5C. Windows color (decimal): -14911871 or 8484380. OLE color: 8484380.

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

Color convert

RGB28118129-
CMYK0.780.0900.49
HSL186.53º64.33%30.78%-
HSV(B)186.53º78.29%50.59%-
XYZ10.9214.7923.05-
YUV92.34148.6882.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.18%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=10.18%
G=42.91%
B=46.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal281181290.780.0900.49186.5364.3330.78
Hex1C76814E9031bb401f
Octal341662011161106127310037
Binary1110011101101000000110011101001011000110111011100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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