#1C7279

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

Shades of Allports #1C7279

Tints of Allports #1C7279

Color information

#1C7279 (or 0x1C7279) is unknown color: approx Allports. HEX triplet: 1C, 72 and 79. RGB value is (28,114,121). Sum of RGB (Red+Green+Blue) = 28+114+121=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #1C7279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7279 is #E38D86. Grayscale: #585858. Windows color (decimal): -14912903 or 7959068. OLE color: 7959068.

HSL color Cylindrical-coordinate representation of color #1C7279: hue angle of 184.52º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7279 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB28114121-
CMYK0.770.0600.53
HSL184.52º62.42%29.22%-
HSV(B)184.52º76.86%47.45%-
XYZ9.9513.6620.2-
YUV89.08146.0184.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.65%
GREEN value IS 114 (44.92% from 255) = 43.35%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=10.65%
G=43.35%
B=46.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal281141210.770.0600.53184.5262.4229.22
Hex1C72794D6035b93e1d
Octal3416217111560652717635
Binary1110011100101111001100110111001101011011100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,114,121); }

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

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

 a { background-color: rgb(28,114,121); }

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

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

 span { border-color: rgb(28,114,121); }

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