#1c7185

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

Shades of Allports #1C7185

Tints of Allports #1C7185

Color information

#1C7185 (or 0x1C7185) is unknown color: approx Allports. HEX triplet: 1C, 71 and 85. RGB value is (28,113,133). Sum of RGB (Red+Green+Blue) = 28+113+133=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C7185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7185 is #E38E7A. Grayscale: #595959. Windows color (decimal): -14913147 or 8745244. OLE color: 8745244.

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

Color convert

RGB28113133-
CMYK0.790.1500.48
HSL191.43º65.22%31.57%-
HSV(B)191.43º78.95%52.16%-
XYZ10.6213.7524.28-
YUV89.86152.3483.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.22%
GREEN value IS 113 (44.53% from 255) = 41.24%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=10.22%
G=41.24%
B=48.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal281131330.790.1500.48191.4365.2231.57
Hex1C71854FF030bf4120
Octal341612051171706027710140
Binary11100111000110000101100111111110110000101111111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c7185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,113,133); }

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

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

 a { background-color: rgb(28,113,133); }

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

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

 span { border-color: rgb(28,113,133); }

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