#1C7378

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

Shades of Allports #1C7378

Tints of Allports #1C7378

Color information

#1C7378 (or 0x1C7378) is unknown color: approx Allports. HEX triplet: 1C, 73 and 78. RGB value is (28,115,120). Sum of RGB (Red+Green+Blue) = 28+115+120=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C7378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7378 is #E38C87. Grayscale: #595959. Windows color (decimal): -14912648 or 7893788. OLE color: 7893788.

HSL color Cylindrical-coordinate representation of color #1C7378: hue angle of 183.26º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7378 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB28115120-
CMYK0.770.0400.53
HSL183.26º62.16%29.02%-
HSV(B)183.26º76.67%47.06%-
XYZ1013.8619.92-
YUV89.56145.1884.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.65%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 120 (47.27% from 255) = 45.63%
R=10.65%
G=43.73%
B=45.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal281151200.770.0400.53183.2662.1629.02
Hex1C73784D4035b73e1d
Octal3416317011540652677635
Binary1110011100111111000100110110001101011011011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,115,120); }

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

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

 a { background-color: rgb(28,115,120); }

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

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

 span { border-color: rgb(28,115,120); }

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