#1C6176

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

Shades of Allports #1C6176

Tints of Allports #1C6176

Color information

#1C6176 (or 0x1C6176) is unknown color: approx Allports. HEX triplet: 1C, 61 and 76. RGB value is (28,97,118). Sum of RGB (Red+Green+Blue) = 28+97+118=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C6176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6176 is #E39E89. Grayscale: #4E4E4E. Windows color (decimal): -14917258 or 7758108. OLE color: 7758108.

HSL color Cylindrical-coordinate representation of color #1C6176: hue angle of 194º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C6176 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2897118-
CMYK0.760.1800.54
HSL194º61.64%28.63%-
HSV(B)194º76.27%46.27%-
XYZ8.0210.118.67-
YUV78.76150.1491.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.52%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=11.52%
G=39.92%
B=48.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28971180.760.1800.5419461.6428.63
Hex1C61764C12036c23e1d
Octal34141166114220663027635
Binary111001100001111011010011001001001101101100001011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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