#1C737F

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

Shades of Allports #1C737F

Tints of Allports #1C737F

Color information

#1C737F (or 0x1C737F) is unknown color: approx Allports. HEX triplet: 1C, 73 and 7F. RGB value is (28,115,127). Sum of RGB (Red+Green+Blue) = 28+115+127=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #1C737F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C737F is #E38C80. Grayscale: #5A5A5A. Windows color (decimal): -14912641 or 8352540. OLE color: 8352540.

HSL color Cylindrical-coordinate representation of color #1C737F: hue angle of 187.27º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C737F is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB28115127-
CMYK0.780.0900.50
HSL187.27º63.87%30.39%-
HSV(B)187.27º77.95%49.8%-
XYZ10.4414.0422.24-
YUV90.35148.6883.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.37%
GREEN value IS 115 (45.31% from 255) = 42.59%
BLUE value IS 127 (50% from 255) = 47.04%
R=10.37%
G=42.59%
B=47.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal281151270.780.0900.50187.2763.8730.39
Hex1C737F4E9032bb401e
Octal341631771161106227310036
Binary111001110011111111110011101001011001010111011100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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