#1C657C

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

Shades of Allports #1C657C

Tints of Allports #1C657C

Color information

#1C657C (or 0x1C657C) is unknown color: approx Allports. HEX triplet: 1C, 65 and 7C. RGB value is (28,101,124). Sum of RGB (Red+Green+Blue) = 28+101+124=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C657C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C657C is #E39A83. Grayscale: #515151. Windows color (decimal): -14916228 or 8152348. OLE color: 8152348.

HSL color Cylindrical-coordinate representation of color #1C657C: hue angle of 194.38º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C657C is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB28101124-
CMYK0.770.1900.51
HSL194.38º63.16%29.8%-
HSV(B)194.38º77.42%48.63%-
XYZ8.7711.0120.73-
YUV81.79151.8289.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.07%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=11.07%
G=39.92%
B=49.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal281011240.770.1900.51194.3863.1629.8
Hex1C657C4D13033c23f1e
Octal34145174115230633027736
Binary111001100101111110010011011001101100111100001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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