#1C6586

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

Shades of Allports #1C6586

Tints of Allports #1C6586

Color information

#1C6586 (or 0x1C6586) is unknown color: approx Allports. HEX triplet: 1C, 65 and 86. RGB value is (28,101,134). Sum of RGB (Red+Green+Blue) = 28+101+134=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #1C6586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6586 is #E39A79. Grayscale: #525252. Windows color (decimal): -14916218 or 8807708. OLE color: 8807708.

HSL color Cylindrical-coordinate representation of color #1C6586: hue angle of 198.68º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C6586 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB28101134-
CMYK0.790.2500.47
HSL198.68º65.43%31.76%-
HSV(B)198.68º79.1%52.55%-
XYZ9.4411.2824.23-
YUV82.93156.8288.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.65%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 134 (52.73% from 255) = 50.95%
R=10.65%
G=38.40%
B=50.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal281011340.790.2500.47198.6865.4331.76
Hex1C65864F1902Fc74120
Octal341452061173105730710140
Binary111001100101100001101001111110010101111110001111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,101,134); }

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

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

 a { background-color: rgb(28,101,134); }

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

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

 span { border-color: rgb(28,101,134); }

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