#1C7A89

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

Shades of Allports #1C7A89

Tints of Allports #1C7A89

Color information

#1C7A89 (or 0x1C7A89) is unknown color: approx Allports. HEX triplet: 1C, 7A and 89. RGB value is (28,122,137). Sum of RGB (Red+Green+Blue) = 28+122+137=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C7A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7A89 is #E38576. Grayscale: #5F5F5F. Windows color (decimal): -14910839 or 9009692. OLE color: 9009692.

HSL color Cylindrical-coordinate representation of color #1C7A89: hue angle of 188.26º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C7A89 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB28122137-
CMYK0.800.1100.46
HSL188.26º66.06%32.35%-
HSV(B)188.26º79.56%53.73%-
XYZ11.9515.9726.12-
YUV95.6151.3679.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.76%
GREEN value IS 122 (48.05% from 255) = 42.51%
BLUE value IS 137 (53.91% from 255) = 47.74%
R=9.76%
G=42.51%
B=47.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal281221370.800.1100.46188.2666.0632.35
Hex1C7A8950B02Ebc4220
Octal341722111201305627410240
Binary11100111101010001001101000010110101110101111001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,122,137); }

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

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

 a { background-color: rgb(28,122,137); }

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

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

 span { border-color: rgb(28,122,137); }

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