#1C758F

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

Shades of Allports #1C758F

Tints of Allports #1C758F

Color information

#1C758F (or 0x1C758F) is unknown color: approx Allports. HEX triplet: 1C, 75 and 8F. RGB value is (28,117,143). Sum of RGB (Red+Green+Blue) = 28+117+143=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #1C758F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C758F is #E38A70. Grayscale: #5D5D5D. Windows color (decimal): -14912113 or 9401628. OLE color: 9401628.

HSL color Cylindrical-coordinate representation of color #1C758F: hue angle of 193.57º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C758F is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB28117143-
CMYK0.800.1800.44
HSL193.57º67.25%33.53%-
HSV(B)193.57º80.42%56.08%-
XYZ11.814.9528.25-
YUV93.35156.0181.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.72%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 143 (56.25% from 255) = 49.65%
R=9.72%
G=40.62%
B=49.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal281171430.800.1800.44193.5767.2533.53
Hex1C758F501202Cc24322
Octal341652171202205430210342
Binary111001110101100011111010000100100101100110000101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,117,143); }

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

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

 a { background-color: rgb(28,117,143); }

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

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

 span { border-color: rgb(28,117,143); }

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