#1C728D

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

Shades of Allports #1C728D

Tints of Allports #1C728D

Color information

#1C728D (or 0x1C728D) is unknown color: approx Allports. HEX triplet: 1C, 72 and 8D. RGB value is (28,114,141). Sum of RGB (Red+Green+Blue) = 28+114+141=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C728D is #E38D72. Grayscale: #5B5B5B. Windows color (decimal): -14912883 or 9269788. OLE color: 9269788.

HSL color Cylindrical-coordinate representation of color #1C728D: hue angle of 194.34º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C728D is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB28114141-
CMYK0.800.1900.45
HSL194.34º66.86%33.14%-
HSV(B)194.34º80.14%55.29%-
XYZ11.314.227.35-
YUV91.36156.0182.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.89%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 141 (55.47% from 255) = 49.82%
R=9.89%
G=40.28%
B=49.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal281141410.800.1900.45194.3466.8633.14
Hex1C728D501302Dc24321
Octal341622151202305530210341
Binary111001110010100011011010000100110101101110000101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,114,141); }

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

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

 a { background-color: rgb(28,114,141); }

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

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

 span { border-color: rgb(28,114,141); }

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