#1C7997

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

Shades of Allports #1C7997

Tints of Allports #1C7997

Color information

#1C7997 (or 0x1C7997) is unknown color: approx Allports. HEX triplet: 1C, 79 and 97. RGB value is (28,121,151). Sum of RGB (Red+Green+Blue) = 28+121+151=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #1C7997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7997 is #E38668. Grayscale: #606060. Windows color (decimal): -14911081 or 9926940. OLE color: 9926940.

HSL color Cylindrical-coordinate representation of color #1C7997: hue angle of 194.63º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C7997 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB28121151-
CMYK0.810.2000.41
HSL194.63º68.72%35.1%-
HSV(B)194.63º81.46%59.22%-
XYZ12.916.1631.72-
YUV96.61158.6979.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.33%
GREEN value IS 121 (47.66% from 255) = 40.33%
BLUE value IS 151 (59.38% from 255) = 50.33%
R=9.33%
G=40.33%
B=50.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal281211510.810.2000.41194.6368.7235.1
Hex1C79975114029c34523
Octal341712271212405130310543
Binary111001111001100101111010001101000101001110000111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,121,151); }

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

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

 a { background-color: rgb(28,121,151); }

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

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

 span { border-color: rgb(28,121,151); }

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